Boost logo

Boost-Commit :

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 @@
     &lt;ul&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/accumulators/index.html&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ New statistical accumulators: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_kahan&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_of_weights_kahan&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_of_variates_kahan&lt;/span&gt;&lt;/code&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/asio/index.html&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -169,7 +183,19 @@
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- Fixed bug &lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/5349&quot;&gt;#5349&lt;/a&gt;
+ Fixed bug &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5439&quot;&gt;#5439&lt;/a&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/foreach/index.html&quot;&gt;Foreach&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Use rvalue refs on supporting compilers for const rvalue detection.
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;
@@ -400,6 +426,49 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/proto/index.html&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Pre-preprocessed for better compile times.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Default preprocessor limits raised:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max expression arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 5 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max function call arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_FUNCTION_CALL_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 5 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max logical operator arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_LOGICAL_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 8 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Better integration of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;proto&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;basic_expr&lt;/span&gt;&lt;/code&gt;
+ to avoid accidental needless instantiations of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;proto&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;expr&lt;/span&gt;&lt;/code&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/spirit/index.html&quot;&gt;Spirit&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -425,7 +494,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utlity/index.html&quot;&gt;Utlity&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;

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 @@
     &lt;ul&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/accumulators/index.html&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ New statistical accumulators: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_kahan&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_of_weights_kahan&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_of_variates_kahan&lt;/span&gt;&lt;/code&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/asio/index.html&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -169,7 +183,19 @@
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- Fixed bug &lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/5349&quot;&gt;#5349&lt;/a&gt;
+ Fixed bug &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5439&quot;&gt;#5439&lt;/a&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/foreach/index.html&quot;&gt;Foreach&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Use rvalue refs on supporting compilers for const rvalue detection.
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;
@@ -400,6 +426,49 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/proto/index.html&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Pre-preprocessed for better compile times.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Default preprocessor limits raised:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max expression arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 5 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max function call arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_FUNCTION_CALL_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 5 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max logical operator arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_LOGICAL_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 8 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Better integration of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;proto&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;basic_expr&lt;/span&gt;&lt;/code&gt;
+ to avoid accidental needless instantiations of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;proto&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;expr&lt;/span&gt;&lt;/code&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/spirit/index.html&quot;&gt;Spirit&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -425,7 +494,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utlity/index.html&quot;&gt;Utlity&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;

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 @@
     &lt;ul&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/accumulators/index.html&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ New statistical accumulators: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_kahan&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_of_weights_kahan&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sum_of_variates_kahan&lt;/span&gt;&lt;/code&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/asio/index.html&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -169,7 +183,19 @@
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- Fixed bug &lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/5349&quot;&gt;#5349&lt;/a&gt;
+ Fixed bug &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5439&quot;&gt;#5439&lt;/a&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/foreach/index.html&quot;&gt;Foreach&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Use rvalue refs on supporting compilers for const rvalue detection.
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;
@@ -400,6 +426,49 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/proto/index.html&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Pre-preprocessed for better compile times.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Default preprocessor limits raised:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max expression arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 5 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max function call arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_FUNCTION_CALL_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 5 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Max logical operator arity (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_MAX_LOGICAL_ARITY&lt;/span&gt;&lt;/code&gt;)
+ bumped from 8 to 10.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Better integration of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;proto&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;basic_expr&lt;/span&gt;&lt;/code&gt;
+ to avoid accidental needless instantiations of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;proto&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;expr&lt;/span&gt;&lt;/code&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/spirit/index.html&quot;&gt;Spirit&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -425,7 +494,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utlity/index.html&quot;&gt;Utlity&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;

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">


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk