Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52526 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-04-21 13:28:12


Author: danieljames
Date: 2009-04-21 13:28:09 EDT (Tue, 21 Apr 2009)
New Revision: 52526
URL: http://svn.boost.org/trac/boost/changeset/52526

Log:
Edit the release notes a little, and regenerate them.
Text files modified:
   website/public_html/beta/feed/history.rss | 56 +++++++++++++++++++++++++++++++++++++--
   website/public_html/beta/feed/history/boost_1_39_0.qbk | 19 ++++++-------
   website/public_html/beta/feed/news.rss | 56 +++++++++++++++++++++++++++++++++++++--
   3 files changed, 115 insertions(+), 16 deletions(-)

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-04-21 13:28:09 EDT (Tue, 21 Apr 2009)
@@ -7,9 +7,10 @@
     <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.39.0</title><pubDate>$Date: 2009/04/20 17:20:05 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- New Libraries: Signals2. Updated Libraries: Flyweight, Hash, Program.Options,
- Unordered. Updated Tools: Boostbook, Quickbook.
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/21 17:23:17 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ New Libraries: Signals2. Updated Libraries: Flyweight, Foreach, Hash, Interprocess,
+ Intrusive, Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive.
+ Updated Tools: Boostbook, Quickbook.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&lt;div class=&quot;description&quot;&gt;
   
   
@@ -38,6 +39,18 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&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;
+ Eliminate shadow warnings on gcc for nested &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;FOREACH&lt;/span&gt;&lt;/code&gt;
+ loops
+ &lt;/li&gt;
+ &lt;li&gt;
+ Portability fix for Intel-Win toolset
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -78,6 +91,34 @@
         &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;
+ Work around incompatibility with standard Linux header.
+ &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;noinvoke&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ to block metafunction invocation in object transforms.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/ptr_container/index.html&quot;&gt;PtrContainer&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Bug fixes from Trac applied.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/range/index.html&quot;&gt;Range&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Bug fixes from Trac applied.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/unordered/index.html&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -87,6 +128,15 @@
           &lt;/li&gt;
         &lt;/ul&gt;
       &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;
+ Work around for gcc optimization problem resulting in pure virtual function
+ call runtime error (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/2655&quot;&gt;#2655&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_39_0.updated_tools&quot;&gt;

Modified: website/public_html/beta/feed/history/boost_1_39_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_39_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_39_0.qbk 2009-04-21 13:28:09 EDT (Tue, 21 Apr 2009)
@@ -2,8 +2,8 @@
     [quickbook 1.4]
     [source-mode c++]
     [purpose New Libraries: Signals2.
- Updated Libraries: Flyweight, Hash, Interprocess, Intrusive,
- Program.Options, Unordered, PtrContainer, Range.
+ Updated Libraries: Flyweight, Foreach, Hash, Interprocess, Intrusive,
+ Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive.
         Updated Tools: Boostbook, Quickbook.]
     [authors [Dawes, Beman]]
     [last-revision ]
@@ -44,7 +44,7 @@
 
 * [phrase library..[@/libs/functional/hash/index.html Hash]:]
   * Remove deprecated headers for hashing containers. Everything that was in them
- is included in `<functional\hash.hpp>`
+ is included in `<functional/hash.hpp>`
     ([@https://svn.boost.org/trac/boost/ticket/2412 #2412]).
   * Other minor changes, full details in the library
     [@/doc/html/hash/changes.html#hash.changes.boost_1_39_0 change log].
@@ -64,13 +64,6 @@
 * [phrase library..[@/libs/program_options/index.html Program.Options]:]
   * Multitoken options fixed ([@https://svn.boost.org/trac/boost/ticket/469 #469]).
 
-* [phrase library..[@/libs/unordered/index.html Unordered]:]
- * Minor implementation changes, including
- [@https://svn.boost.org/trac/boost/ticket/2756 #2756].
- Full details in the library
- [@/doc/html/unordered/changes.html#unordered.changes.boost_1_39_0
- change log].
-
 * [phrase library..[@/libs/proto/index.html Proto]:]
   * Work around incompatibility with standard Linux header.
   * Add `proto::noinvoke<>` to block metafunction invocation in object transforms.
@@ -81,6 +74,12 @@
 * [phrase library..[@/libs/range/index.html Range]:]
   * Bug fixes from Trac applied.
 
+* [phrase library..[@/libs/unordered/index.html Unordered]:]
+ * Minor implementation changes, including
+ [@https://svn.boost.org/trac/boost/ticket/2756 #2756].
+ Full details in the library
+ [@/doc/html/unordered/changes.html#unordered.changes.boost_1_39_0
+ change log].
 
 * [phrase library..[@/libs/xpressive/index.html Xpressive]:]
   * Work around for gcc optimization problem resulting in pure virtual

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-04-21 13:28:09 EDT (Tue, 21 Apr 2009)
@@ -7,9 +7,10 @@
     <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.39.0</title><pubDate>$Date: 2009/04/20 17:20:05 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- New Libraries: Signals2. Updated Libraries: Flyweight, Hash, Program.Options,
- Unordered. Updated Tools: Boostbook, Quickbook.
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/21 17:23:17 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ New Libraries: Signals2. Updated Libraries: Flyweight, Foreach, Hash, Interprocess,
+ Intrusive, Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive.
+ Updated Tools: Boostbook, Quickbook.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&lt;div class=&quot;description&quot;&gt;
   
   
@@ -38,6 +39,18 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&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;
+ Eliminate shadow warnings on gcc for nested &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;FOREACH&lt;/span&gt;&lt;/code&gt;
+ loops
+ &lt;/li&gt;
+ &lt;li&gt;
+ Portability fix for Intel-Win toolset
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -78,6 +91,34 @@
         &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;
+ Work around incompatibility with standard Linux header.
+ &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;noinvoke&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ to block metafunction invocation in object transforms.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/ptr_container/index.html&quot;&gt;PtrContainer&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Bug fixes from Trac applied.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/range/index.html&quot;&gt;Range&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Bug fixes from Trac applied.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/unordered/index.html&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -87,6 +128,15 @@
           &lt;/li&gt;
         &lt;/ul&gt;
       &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;
+ Work around for gcc optimization problem resulting in pure virtual function
+ call runtime error (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/2655&quot;&gt;#2655&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_39_0.updated_tools&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