|
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><span class="brief"><span class="purpose">
- 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><span class="brief"><span class="purpose">
+ New Libraries: Signals2. Updated Libraries: Flyweight, Foreach, Hash, Interprocess,
+ Intrusive, Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive.
+ Updated Tools: Boostbook, Quickbook.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
@@ -38,6 +39,18 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/foreach/index.html">Foreach</a>:</span>
+ <ul>
+ <li>
+ Eliminate shadow warnings on gcc for nested <code><span class="identifier">FOREACH</span></code>
+ loops
+ </li>
+ <li>
+ Portability fix for Intel-Win toolset
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
<ul>
<li>
@@ -78,6 +91,34 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+ <ul>
+ <li>
+ Work around incompatibility with standard Linux header.
+ </li>
+ <li>
+ Add <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">noinvoke</span><span class="special">&lt;&gt;</span></code>
+ to block metafunction invocation in object transforms.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/ptr_container/index.html">PtrContainer</a>:</span>
+ <ul>
+ <li>
+ Bug fixes from Trac applied.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/range/index.html">Range</a>:</span>
+ <ul>
+ <li>
+ Bug fixes from Trac applied.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
<ul>
<li>
@@ -87,6 +128,15 @@
</li>
</ul>
</li>
+ <li>
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ <ul>
+ <li>
+ Work around for gcc optimization problem resulting in pure virtual function
+ call runtime error (<a href="https://svn.boost.org/trac/boost/ticket/2655">#2655</a>).
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_39_0.updated_tools">
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><span class="brief"><span class="purpose">
- 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><span class="brief"><span class="purpose">
+ New Libraries: Signals2. Updated Libraries: Flyweight, Foreach, Hash, Interprocess,
+ Intrusive, Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive.
+ Updated Tools: Boostbook, Quickbook.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
@@ -38,6 +39,18 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/foreach/index.html">Foreach</a>:</span>
+ <ul>
+ <li>
+ Eliminate shadow warnings on gcc for nested <code><span class="identifier">FOREACH</span></code>
+ loops
+ </li>
+ <li>
+ Portability fix for Intel-Win toolset
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
<ul>
<li>
@@ -78,6 +91,34 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+ <ul>
+ <li>
+ Work around incompatibility with standard Linux header.
+ </li>
+ <li>
+ Add <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">noinvoke</span><span class="special">&lt;&gt;</span></code>
+ to block metafunction invocation in object transforms.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/ptr_container/index.html">PtrContainer</a>:</span>
+ <ul>
+ <li>
+ Bug fixes from Trac applied.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/range/index.html">Range</a>:</span>
+ <ul>
+ <li>
+ Bug fixes from Trac applied.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
<ul>
<li>
@@ -87,6 +128,15 @@
</li>
</ul>
</li>
+ <li>
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ <ul>
+ <li>
+ Work around for gcc optimization problem resulting in pure virtual function
+ call runtime error (<a href="https://svn.boost.org/trac/boost/ticket/2655">#2655</a>).
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_39_0.updated_tools">
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