Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61464 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-04-21 10:53:02


Author: danieljames
Date: 2010-04-21 10:53:02 EDT (Wed, 21 Apr 2010)
New Revision: 61464
URL: http://svn.boost.org/trac/boost/changeset/61464

Log:
Link to a bug, and some small edits.

Text files modified:
   website/public_html/beta/feed/history.rss | 66 ++++++++++++++++++++++++++++++++++++++-
   website/public_html/beta/feed/history/boost_1_43_0.qbk | 9 +++--
   website/public_html/beta/feed/news.rss | 66 ++++++++++++++++++++++++++++++++++++++-
   3 files changed, 131 insertions(+), 10 deletions(-)

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2010-04-21 10:53:02 EDT (Wed, 21 Apr 2010)
@@ -7,8 +7,9 @@
     <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$</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- Updated: Array, Asio, Fusion, Iostreams, Multi-index Containers, Random, Range,
- Spirit, Thread, Unordered, Uuid, Wave, the build system and quickbook.
+ Updated: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index Containers,
+ Random, Range, Spirit, Thread, Unordered, Uuid, Wave, Xpressive, the build
+ system and quickbook.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description>&lt;div class=&quot;description&quot;&gt;
   
   
@@ -17,6 +18,14 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&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;
+ Avoid premature template evaluation in operator overload return types.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/array/index.html&quot;&gt;Array&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -133,6 +142,49 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&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;
+ Minor change in behavior: non-const expression self-assignment creates
+ an assign node. See Proto's &lt;a href=&quot;/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43&quot;&gt;Release
+ Notes&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Minor change to recommended expression extension mechanism: use &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_EXTENDS_USING_ASSIGN&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;.
+ See Proto's &lt;a href=&quot;/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43&quot;&gt;Release
+ Notes&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fix error in invocation of callable monomorphic function objects in Proto
+ transforms.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fix misc const correctness issues, work around fusion bug.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add non-const function call overloads to proto terminals.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add a default constructor to &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;literal&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Do not use deprecated config macros.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add &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;assert_matches&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ function and friends to &lt;tt&gt;&amp;lt;boost/proto/debug.hpp&amp;gt;&lt;/tt&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;functional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;make_expr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;functional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;unpack_expr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ return const-qualified rvalues.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add documentation for Expr and Domain concepts.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -208,7 +260,7 @@
             Split generators into separate files.
           &lt;/li&gt;
           &lt;li&gt;
- Fixed bug in basic_random_generator.
+ Fixed bug in basic_random_generator (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/3971&quot;&gt;#3971&lt;/a&gt;).
           &lt;/li&gt;
           &lt;li&gt;
             Updated documentation.
@@ -220,6 +272,14 @@
   See the &lt;a href=&quot;/libs/wave/ChangeLog&quot;&gt;Changelog&lt;/a&gt;
         for details.
       &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/xpressive/index.html&quot;&gt;Xpressive&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Add missing include to &lt;tt&gt;&amp;lt;boost/xpressive/regex_error.hpp&amp;gt;&lt;/tt&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_43_0.build_system&quot;&gt;

Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- 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-21 10:53:02 EDT (Wed, 21 Apr 2010)
@@ -1,9 +1,9 @@
 [article Version 1.43.0
     [quickbook 1.4]
     [source-mode c++]
- [purpose Updated: Array, Asio, Fusion, Iostreams,
+ [purpose Updated: Accumulators, Array, Asio, Fusion, Iostreams,
         Multi-index Containers, Random, Range, Spirit, Thread, Unordered,
- Uuid, Wave, the build system and quickbook.]
+ Uuid, Wave, Xpressive, the build system and quickbook.]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -135,14 +135,15 @@
 
 * [phrase library..[@/libs/uuid/index.html Uuid]:]
   * Split generators into separate files.
- * Fixed bug in basic_random_generator.
+ * Fixed bug in basic_random_generator
+ ([@https://svn.boost.org/trac/boost/ticket/3971 #3971]).
   * Updated documentation.
 
 * [phrase library..[@/libs/wave/index.html Wave]:]
   See the [@/libs/wave/ChangeLog Changelog] for details.
 
 * [phrase library..[@/libs/xpressive/index.html Xpressive]:]
- * Add missing include to [^<boost/xpressive/regex_error.hpp].
+ * Add missing include to [^<boost/xpressive/regex_error.hpp>].
 
 [endsect]
 

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-04-21 10:53:02 EDT (Wed, 21 Apr 2010)
@@ -7,8 +7,9 @@
     <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$</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- Updated: Array, Asio, Fusion, Iostreams, Multi-index Containers, Random, Range,
- Spirit, Thread, Unordered, Uuid, Wave, the build system and quickbook.
+ Updated: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index Containers,
+ Random, Range, Spirit, Thread, Unordered, Uuid, Wave, Xpressive, the build
+ system and quickbook.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description>&lt;div class=&quot;description&quot;&gt;
   
   
@@ -17,6 +18,14 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&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;
+ Avoid premature template evaluation in operator overload return types.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/array/index.html&quot;&gt;Array&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -133,6 +142,49 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&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;
+ Minor change in behavior: non-const expression self-assignment creates
+ an assign node. See Proto's &lt;a href=&quot;/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43&quot;&gt;Release
+ Notes&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Minor change to recommended expression extension mechanism: use &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_PROTO_EXTENDS_USING_ASSIGN&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;.
+ See Proto's &lt;a href=&quot;/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43&quot;&gt;Release
+ Notes&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fix error in invocation of callable monomorphic function objects in Proto
+ transforms.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fix misc const correctness issues, work around fusion bug.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add non-const function call overloads to proto terminals.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add a default constructor to &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;literal&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Do not use deprecated config macros.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add &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;assert_matches&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ function and friends to &lt;tt&gt;&amp;lt;boost/proto/debug.hpp&amp;gt;&lt;/tt&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;functional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;make_expr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;functional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;unpack_expr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ return const-qualified rvalues.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add documentation for Expr and Domain concepts.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -208,7 +260,7 @@
             Split generators into separate files.
           &lt;/li&gt;
           &lt;li&gt;
- Fixed bug in basic_random_generator.
+ Fixed bug in basic_random_generator (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/3971&quot;&gt;#3971&lt;/a&gt;).
           &lt;/li&gt;
           &lt;li&gt;
             Updated documentation.
@@ -220,6 +272,14 @@
   See the &lt;a href=&quot;/libs/wave/ChangeLog&quot;&gt;Changelog&lt;/a&gt;
         for details.
       &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/xpressive/index.html&quot;&gt;Xpressive&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Add missing include to &lt;tt&gt;&amp;lt;boost/xpressive/regex_error.hpp&amp;gt;&lt;/tt&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_43_0.build_system&quot;&gt;


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