$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72611 - in website/public_html/beta: . feed feed/history site-tools/state users/history users/news
From: dnljms_at_[hidden]
Date: 2011-06-16 05:55:48
Author: danieljames
Date: 2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
New Revision: 72611
URL: http://svn.boost.org/trac/boost/changeset/72611
Log:
Website: Fix a couple of type + regenerate.
Text files modified: 
   website/public_html/beta/feed/downloads.rss                |    81 +++++++++++++++++++++++++++++++++++++-- 
   website/public_html/beta/feed/history.rss                  |    81 +++++++++++++++++++++++++++++++++++++-- 
   website/public_html/beta/feed/history/boost_1_47_0.qbk     |    10 ++--                                    
   website/public_html/beta/feed/news.rss                     |    81 +++++++++++++++++++++++++++++++++++++-- 
   website/public_html/beta/index.html                        |     8 +-                                      
   website/public_html/beta/site-tools/state/feed-pages.txt   |    14 +++---                                  
   website/public_html/beta/users/history/index.html          |     8 +-                                      
   website/public_html/beta/users/history/version_1_47_0.html |    73 +++++++++++++++++++++++++++++++++++     
   website/public_html/beta/users/news/index.html             |     8 +-                                      
   9 files changed, 320 insertions(+), 44 deletions(-)
Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss	(original)
+++ website/public_html/beta/feed/downloads.rss	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -7,10 +7,10 @@
     <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.47.0</title><link>http://www.boost.org/users/history/version_1_47_0.html><pubDate>In Progress</pubDate><boostbook:purpose>
-      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Asio,
-      Config, DateTime, Dynamic Bitset, Function, Function Types, Graph, Iterator,
-      Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Spirit, Tokenizer,
-      Utility, Wave
+      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Accumulators,
+      Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types,
+      Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex,
+      Proto, Spirit, Tokenizer, Utility, Wave
     </boostbook:purpose><description>
   
   
@@ -53,6 +53,20 @@
     <ul>
       <li>
         <div>
+          <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+          <ul>
+            <li>
+              <div>
+                New statistical accumulators: <code><span class="identifier">sum_kahan</span></code>,
+                <code><span class="identifier">sum_of_weights_kahan</span></code>,
+                <code><span class="identifier">sum_of_variates_kahan</span></code>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
           <ul>
             <li>
@@ -169,7 +183,19 @@
           <ul>
             <li>
               <div>
-                Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/5349">#5349</a>
+                Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/5439">#5439</a>
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
+          <span class="library"><a href="/libs/foreach/index.html">Foreach</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Use rvalue refs on supporting compilers for const rvalue detection.
               </div>
             </li>
           </ul>
@@ -400,6 +426,49 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Pre-preprocessed for better compile times.
+              </div>
+            </li>
+            <li>
+              <div>
+                Default preprocessor limits raised:
+                <ul>
+                  <li>
+                    <div>
+                      Max expression arity (<code><span class="identifier">BOOST_PROTO_MAX_ARITY</span></code>)
+                      bumped from 5 to 10.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Max function call arity (<code><span class="identifier">BOOST_PROTO_MAX_FUNCTION_CALL_ARITY</span></code>)
+                      bumped from 5 to 10.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Max logical operator arity (<code><span class="identifier">BOOST_PROTO_MAX_LOGICAL_ARITY</span></code>)
+                      bumped from 8 to 10.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Better integration of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">basic_expr</span></code>
+                to avoid accidental needless instantiations of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">expr</span></code>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span>
           <ul>
             <li>
@@ -425,7 +494,7 @@
       </li>
       <li>
         <div>
-          <span class="library"><a href="/libs/utlity/index.html">Utlity</a>:</span>
+          <span class="library"><a href="/libs/utility/index.html">Utility</a>:</span>
           <ul>
             <li>
               <div>
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -7,10 +7,10 @@
     <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.47.0</title><link>http://www.boost.org/users/history/version_1_47_0.html><pubDate>In Progress</pubDate><boostbook:purpose>
-      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Asio,
-      Config, DateTime, Dynamic Bitset, Function, Function Types, Graph, Iterator,
-      Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Spirit, Tokenizer,
-      Utility, Wave
+      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Accumulators,
+      Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types,
+      Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex,
+      Proto, Spirit, Tokenizer, Utility, Wave
     </boostbook:purpose><description>
   
   
@@ -53,6 +53,20 @@
     <ul>
       <li>
         <div>
+          <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+          <ul>
+            <li>
+              <div>
+                New statistical accumulators: <code><span class="identifier">sum_kahan</span></code>,
+                <code><span class="identifier">sum_of_weights_kahan</span></code>,
+                <code><span class="identifier">sum_of_variates_kahan</span></code>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
           <ul>
             <li>
@@ -169,7 +183,19 @@
           <ul>
             <li>
               <div>
-                Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/5349">#5349</a>
+                Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/5439">#5439</a>
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
+          <span class="library"><a href="/libs/foreach/index.html">Foreach</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Use rvalue refs on supporting compilers for const rvalue detection.
               </div>
             </li>
           </ul>
@@ -400,6 +426,49 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Pre-preprocessed for better compile times.
+              </div>
+            </li>
+            <li>
+              <div>
+                Default preprocessor limits raised:
+                <ul>
+                  <li>
+                    <div>
+                      Max expression arity (<code><span class="identifier">BOOST_PROTO_MAX_ARITY</span></code>)
+                      bumped from 5 to 10.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Max function call arity (<code><span class="identifier">BOOST_PROTO_MAX_FUNCTION_CALL_ARITY</span></code>)
+                      bumped from 5 to 10.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Max logical operator arity (<code><span class="identifier">BOOST_PROTO_MAX_LOGICAL_ARITY</span></code>)
+                      bumped from 8 to 10.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Better integration of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">basic_expr</span></code>
+                to avoid accidental needless instantiations of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">expr</span></code>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span>
           <ul>
             <li>
@@ -425,7 +494,7 @@
       </li>
       <li>
         <div>
-          <span class="library"><a href="/libs/utlity/index.html">Utlity</a>:</span>
+          <span class="library"><a href="/libs/utility/index.html">Utility</a>:</span>
           <ul>
             <li>
               <div>
Modified: website/public_html/beta/feed/history/boost_1_47_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_47_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_47_0.qbk	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -3,9 +3,9 @@
     [source-mode c++]
     [purpose
     New Libraries: Chrono, Geometry, Phoenix and Ratio.
-    Updated Libraries: Asio, Config, DateTime, Dynamic Bitset,
-    Function, Function Types, Graph, Iterator, Lexical Cast,
-    Logic, Math, Meta State Machine, MultiIndex,
+    Updated Libraries: Accumulators, Asio, Config, DateTime, Dynamic Bitset,
+    Foreach, Function, Function Types, Graph, Iterator, Lexical Cast,
+    Logic, Math, Meta State Machine, MultiIndex, Proto,
     Spirit, Tokenizer, Utility, Wave]
     [authors [Dawes, Beman]]
     [last-revision ]
@@ -89,7 +89,7 @@
     [@https://svn.boost.org/trac/boost/ticket/1674 #1674].
 
 * [phrase library..[@/libs/dynamic_bitset/index.html Dynamic Bitset]:]
-  * Fixed bug [@https://svn.boost.org/trac/boost/ticket/5349 #5349]
+  * Fixed bug [@https://svn.boost.org/trac/boost/ticket/5439 #5439]
 
 * [phrase library..[@/libs/foreach/index.html Foreach]:]
   * Use rvalue refs on supporting compilers for const rvalue detection.
@@ -185,7 +185,7 @@
 * [phrase library..[@/libs/tokenizer/index.html Tokenizer]:]
   * Fixed bug [@https://svn.boost.org/trac/boost/ticket/4649 #4649].
 
-* [phrase library..[@/libs/utlity/index.html Utlity]:]
+* [phrase library..[@/libs/utility/index.html Utility]:]
   * Bug fixes:
     [@https://svn.boost.org/trac/boost/ticket/4432 #4432].
 
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -7,10 +7,10 @@
     <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.47.0</title><link>http://www.boost.org/users/history/version_1_47_0.html><pubDate>In Progress</pubDate><boostbook:purpose>
-      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Asio,
-      Config, DateTime, Dynamic Bitset, Function, Function Types, Graph, Iterator,
-      Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Spirit, Tokenizer,
-      Utility, Wave
+      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Accumulators,
+      Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types,
+      Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex,
+      Proto, Spirit, Tokenizer, Utility, Wave
     </boostbook:purpose><description>
   
   
@@ -53,6 +53,20 @@
     <ul>
       <li>
         <div>
+          <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+          <ul>
+            <li>
+              <div>
+                New statistical accumulators: <code><span class="identifier">sum_kahan</span></code>,
+                <code><span class="identifier">sum_of_weights_kahan</span></code>,
+                <code><span class="identifier">sum_of_variates_kahan</span></code>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
           <ul>
             <li>
@@ -169,7 +183,19 @@
           <ul>
             <li>
               <div>
-                Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/5349">#5349</a>
+                Fixed bug <a href="https://svn.boost.org/trac/boost/ticket/5439">#5439</a>
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
+          <span class="library"><a href="/libs/foreach/index.html">Foreach</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Use rvalue refs on supporting compilers for const rvalue detection.
               </div>
             </li>
           </ul>
@@ -400,6 +426,49 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Pre-preprocessed for better compile times.
+              </div>
+            </li>
+            <li>
+              <div>
+                Default preprocessor limits raised:
+                <ul>
+                  <li>
+                    <div>
+                      Max expression arity (<code><span class="identifier">BOOST_PROTO_MAX_ARITY</span></code>)
+                      bumped from 5 to 10.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Max function call arity (<code><span class="identifier">BOOST_PROTO_MAX_FUNCTION_CALL_ARITY</span></code>)
+                      bumped from 5 to 10.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Max logical operator arity (<code><span class="identifier">BOOST_PROTO_MAX_LOGICAL_ARITY</span></code>)
+                      bumped from 8 to 10.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Better integration of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">basic_expr</span></code>
+                to avoid accidental needless instantiations of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">expr</span></code>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span>
           <ul>
             <li>
@@ -425,7 +494,7 @@
       </li>
       <li>
         <div>
-          <span class="library"><a href="/libs/utlity/index.html">Utlity</a>:</span>
+          <span class="library"><a href="/libs/utility/index.html">Utility</a>:</span>
           <ul>
             <li>
               <div>
Modified: website/public_html/beta/index.html
==============================================================================
--- website/public_html/beta/index.html	(original)
+++ website/public_html/beta/index.html	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -115,10 +115,10 @@
                     "news-title">Version 1.47.0</span>
                     <span class=
                     "news-description"><span class="brief"><span class="purpose">
-      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Asio,
-      Config, DateTime, Dynamic Bitset, Function, Function Types, Graph, Iterator,
-      Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Spirit, Tokenizer,
-      Utility, Wave
+      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Accumulators,
+      Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types,
+      Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex,
+      Proto, Spirit, Tokenizer, Utility, Wave
     </span></span></span>
                     <span class=
                     "news-date">In Progress</span></li>
Modified: website/public_html/beta/site-tools/state/feed-pages.txt
==============================================================================
--- website/public_html/beta/site-tools/state/feed-pages.txt	(original)
+++ website/public_html/beta/site-tools/state/feed-pages.txt	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -1458,7 +1458,7 @@
 -id
 "version_1_47_0
 -last_modified
-.1308173135.71
+.1308218111.83
 -location
 "users/history/version_1_47_0.html
 -page_state
@@ -1466,15 +1466,15 @@
 "In Progress
 -purpose
 "
-"      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Asio,
-"      Config, DateTime, Dynamic Bitset, Function, Function Types, Graph, Iterator,
-"      Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Spirit, Tokenizer,
-"      Utility, Wave
+"      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Accumulators,
+"      Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types,
+"      Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex,
+"      Proto, Spirit, Tokenizer, Utility, Wave
 "    
 -qbk_hash
-"797b5eae1a0f5496842290d8fe6b5c6cfb933b2ffc6c7b2416bfd1eab20c6980
+"165cf66855e89c46ee260c6d63af599d65f4cd6ed72d32fb640bc58c56d22980
 -rss_hash
-"83b63b61c069d9bc0d45e150cf7694e0bb71aa046911bbd02657b0846438b39a
+"8e78f7d91363807d5c1a318ac7357fbca659107f3360113a636c8ee38c6951cc
 -title
 "Version 1.47.0
 )
Modified: website/public_html/beta/users/history/index.html
==============================================================================
--- website/public_html/beta/users/history/index.html	(original)
+++ website/public_html/beta/users/history/index.html	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -34,10 +34,10 @@
 
               <div class="news-description">
                 <span class="brief"><span class="purpose">
-      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Asio,
-      Config, DateTime, Dynamic Bitset, Function, Function Types, Graph, Iterator,
-      Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Spirit, Tokenizer,
-      Utility, Wave
+      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Accumulators,
+      Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types,
+      Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex,
+      Proto, Spirit, Tokenizer, Utility, Wave
     </span></span>              </div>
 
               <ul class="menu">
Modified: website/public_html/beta/users/history/version_1_47_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_47_0.html	(original)
+++ website/public_html/beta/users/history/version_1_47_0.html	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -86,6 +86,20 @@
     <ul>
       <li>
         <div>
+          <span class="library">Accumulators:</span>
+          <ul>
+            <li>
+              <div>
+                New statistical accumulators: <code><span class="identifier">sum_kahan</span></code>,
+                <code><span class="identifier">sum_of_weights_kahan</span></code>,
+                <code><span class="identifier">sum_of_variates_kahan</span></code>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library">Asio:</span>
           <ul>
             <li>
@@ -202,7 +216,19 @@
           <ul>
             <li>
               <div>
-                Fixed bug #5349
+                Fixed bug #5439
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
+          <span class="library">Foreach:</span>
+          <ul>
+            <li>
+              <div>
+                Use rvalue refs on supporting compilers for const rvalue detection.
               </div>
             </li>
           </ul>
@@ -433,6 +459,49 @@
       </li>
       <li>
         <div>
+          <span class="library">Proto:</span>
+          <ul>
+            <li>
+              <div>
+                Pre-preprocessed for better compile times.
+              </div>
+            </li>
+            <li>
+              <div>
+                Default preprocessor limits raised:
+                <ul>
+                  <li>
+                    <div>
+                      Max expression arity (<code><span class="identifier">BOOST_PROTO_MAX_ARITY</span></code>)
+                      bumped from 5 to 10.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Max function call arity (<code><span class="identifier">BOOST_PROTO_MAX_FUNCTION_CALL_ARITY</span></code>)
+                      bumped from 5 to 10.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Max logical operator arity (<code><span class="identifier">BOOST_PROTO_MAX_LOGICAL_ARITY</span></code>)
+                      bumped from 8 to 10.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Better integration of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">basic_expr</span></code>
+                to avoid accidental needless instantiations of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">expr</span></code>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library">Spirit:</span>
           <ul>
             <li>
@@ -458,7 +527,7 @@
       </li>
       <li>
         <div>
-          <span class="library">Utlity:</span>
+          <span class="library">Utility:</span>
           <ul>
             <li>
               <div>
Modified: website/public_html/beta/users/news/index.html
==============================================================================
--- website/public_html/beta/users/news/index.html	(original)
+++ website/public_html/beta/users/news/index.html	2011-06-16 05:55:44 EDT (Thu, 16 Jun 2011)
@@ -45,10 +45,10 @@
 
               <div class="news-description">
                 <span class="brief"><span class="purpose">
-      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Asio,
-      Config, DateTime, Dynamic Bitset, Function, Function Types, Graph, Iterator,
-      Lexical Cast, Logic, Math, Meta State Machine, MultiIndex, Spirit, Tokenizer,
-      Utility, Wave
+      New Libraries: Chrono, Geometry, Phoenix and Ratio. Updated Libraries: Accumulators,
+      Asio, Config, DateTime, Dynamic Bitset, Foreach, Function, Function Types,
+      Graph, Iterator, Lexical Cast, Logic, Math, Meta State Machine, MultiIndex,
+      Proto, Spirit, Tokenizer, Utility, Wave
     </span></span>              </div>
 
               <ul class="menu">