$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61397 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-04-19 03:56:06
Author: danieljames
Date: 2010-04-19 03:56:05 EDT (Mon, 19 Apr 2010)
New Revision: 61397
URL: http://svn.boost.org/trac/boost/changeset/61397
Log:
Array and quickbook notes.
Text files modified: 
   website/public_html/beta/feed/history.rss              |    47 +++++++++++++++++++++++++++++++++++++++ 
   website/public_html/beta/feed/history/boost_1_43_0.qbk |    16 +++++++++++++                           
   website/public_html/beta/feed/news.rss                 |    47 +++++++++++++++++++++++++++++++++++++++ 
   3 files changed, 108 insertions(+), 2 deletions(-)
Modified: website/public_html/beta/feed/history.rss
 Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
 Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2010-04-19 03:56:05 EDT (Mon, 19 Apr 2010)
@@ -6,7 +6,7 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/18 19:18:22 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/19 07:54:32 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       Updated Libraries: Random
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description><div class="description">
   
@@ -16,6 +16,20 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
+        <span class="library"><a href="/libs/array/index.html">Array</a>:</span>
+        <ul>
+          <li>
+            Added support for SunCC compiler.
+          </li>
+          <li>
+            Added 'fill' member function.
+          </li>
+          <li>
+            Changed exception code to use boost::throw_exception.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
         <ul>
           <li>
@@ -77,6 +91,37 @@
       </li>
     </ul>
   </div>
+  <div id="version_1_43_0.updated_tools">
+    <h3><span class="link">Updated Tools</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/tools/quickbook/index.html">/tools/quickbook/index.html</a>:</span>
+        <ul>
+          <li>
+            Unicode escape characters.
+          </li>
+          <li>
+            Support the UTF-8 byte order mark.
+          </li>
+          <li>
+            Disallow <code><span class="special">[</span></code> in simple markup.
+            Fixes some errors with mismatched punctuation.
+          </li>
+          <li>
+            Add a command line flag (<code><span class="special">-</span><span class="identifier">D</span></code>) to define macros at the command
+            line.
+          </li>
+          <li>
+            Improved post-processor output.
+          </li>
+          <li>
+            Check that <code><span class="special">[</span><span class="identifier">section</span><span class="special">]</span></code> and <code><span class="special">[</span><span class="identifier">endsect</span><span class="special">]</span></code>
+            tags are balanced in templates.
+          </li>
+        </ul>
+      </li>
+    </ul>
+  </div>
   <div id="version_1_43_0.compilers_tested">
     <h3><span class="link">Compilers Tested</span></h3>
     <p>
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk	2010-04-19 03:56:05 EDT (Mon, 19 Apr 2010)
@@ -21,6 +21,11 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/array/index.html Array]:]
+  * Added support for SunCC compiler.
+  * Added 'fill' member function.
+  * Changed exception code to use boost::throw_exception.
+
 * [phrase library..[@/libs/iostreams/index.html Iostreams]:]
   * Minor fixes
     ([@https://svn.boost.org/trac/boost/ticket/3839 #3839],
@@ -59,6 +64,17 @@
   
 [endsect]
 
+[section Updated Tools]
+
+* [phrase library..[@/tools/quickbook/index.html]:]
+  * Unicode escape characters.
+  * Support the UTF-8 byte order mark.
+  * Disallow `[` in simple markup. Fixes some errors with mismatched punctuation.
+  * Add a command line flag (`-D`) to define macros at the command line.
+  * Improved post-processor output.
+  * Check that `[section]` and `[endsect]` tags are balanced in templates.
+
+[endsect]
 
 [section Compilers Tested]
 
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2010-04-19 03:56:05 EDT (Mon, 19 Apr 2010)
@@ -6,7 +6,7 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/18 19:18:22 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/19 07:54:32 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       Updated Libraries: Random
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description><div class="description">
   
@@ -16,6 +16,20 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
+        <span class="library"><a href="/libs/array/index.html">Array</a>:</span>
+        <ul>
+          <li>
+            Added support for SunCC compiler.
+          </li>
+          <li>
+            Added 'fill' member function.
+          </li>
+          <li>
+            Changed exception code to use boost::throw_exception.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
         <ul>
           <li>
@@ -77,6 +91,37 @@
       </li>
     </ul>
   </div>
+  <div id="version_1_43_0.updated_tools">
+    <h3><span class="link">Updated Tools</span></h3>
+    <ul>
+      <li>
+        <span class="library"><a href="/tools/quickbook/index.html">/tools/quickbook/index.html</a>:</span>
+        <ul>
+          <li>
+            Unicode escape characters.
+          </li>
+          <li>
+            Support the UTF-8 byte order mark.
+          </li>
+          <li>
+            Disallow <code><span class="special">[</span></code> in simple markup.
+            Fixes some errors with mismatched punctuation.
+          </li>
+          <li>
+            Add a command line flag (<code><span class="special">-</span><span class="identifier">D</span></code>) to define macros at the command
+            line.
+          </li>
+          <li>
+            Improved post-processor output.
+          </li>
+          <li>
+            Check that <code><span class="special">[</span><span class="identifier">section</span><span class="special">]</span></code> and <code><span class="special">[</span><span class="identifier">endsect</span><span class="special">]</span></code>
+            tags are balanced in templates.
+          </li>
+        </ul>
+      </li>
+    </ul>
+  </div>
   <div id="version_1_43_0.compilers_tested">
     <h3><span class="link">Compilers Tested</span></h3>
     <p>
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>