|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51127 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-02-09 03:47:02
Author: danieljames
Date: 2009-02-09 03:47:00 EST (Mon, 09 Feb 2009)
New Revision: 51127
URL: http://svn.boost.org/trac/boost/changeset/51127
Log:
Add Asio to release announcement, add the download link for 1.38
and fix a few typos and errors.
Text files modified:
website/public_html/beta/feed/downloads.rss | 60 ++++++++++++++++++++++++++++++---------
website/public_html/beta/feed/history.rss | 60 ++++++++++++++++++++++++++++++---------
website/public_html/beta/feed/history/boost_1_38_0.qbk | 48 +++++++++++++++++++++++--------
website/public_html/beta/feed/news.rss | 60 ++++++++++++++++++++++++++++++---------
4 files changed, 173 insertions(+), 55 deletions(-)
Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2009-02-09 03:47:00 EST (Mon, 09 Feb 2009)
@@ -8,10 +8,11 @@
<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.38.0</title><pubDate>Sun, 08 Feb 2009 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
- Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
- Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
- Other Changes: Experimental CMake build system.
- </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
+ Any, Asio, Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess,
+ Intrusive, Lexical Cast, Math, Multi-index Containers, Proto, Regex, Thread,
+ TR1, Type Traits, Unordered, Xpressive. Other Changes: Experimental CMake build
+ system.
+ </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=659602><description><div class="description">
<div id="version_1_38_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
@@ -47,6 +48,15 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
+ <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+ <ul>
+ <li>
+ Add <code><span class="identifier">rolling_sum</span></code>, <code><span class="identifier">rolling_count</span></code> and <code><span class="identifier">rolling_mean</span></code>
+ accumulators.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/doc/html/any.html">Any</a>:</span>
<ul>
<li>
@@ -55,11 +65,32 @@
</ul>
</li>
<li>
- <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+ <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
<ul>
<li>
- Add <code><span class="identifier">rolling_sum</span></code>, <code><span class="identifier">rolling_count</span></code> and <code><span class="identifier">rolling_mean</span></code>
- accumulators.
+ Improved compatibility with some Windows firewall software.
+ </li>
+ <li>
+ Ensured arguments to <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">overlapped_ptr</span><span class="special">::</span><span class="identifier">complete</span><span class="special">()</span></code> are correctly passed to the completion
+ handler (<a href="https://svn.boost.org/trac/boost/ticket/2614">#2614</a>).
+ </li>
+ <li>
+ Fixed a link problem and multicast failure on QNX (<a href="https://svn.boost.org/trac/boost/ticket/2504">#2504</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2530">#2530</a>).
+ </li>
+ <li>
+ Fixed a compile error in SSL support on MinGW / g++ 3.4.5.
+ </li>
+ <li>
+ Drop back to using a pipe for notification if eventfd is not available
+ at runtime on Linux (<a href="https://svn.boost.org/trac/boost/ticket/2683">#2683</a>).
+ </li>
+ <li>
+ Various minor bug and documentation fixes (<a href="https://svn.boost.org/trac/boost/ticket/2534">#2534</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2541">#2541</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2607">#2607</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2617">#2617</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2619">#2619</a>)
</li>
</ul>
</li>
@@ -132,8 +163,9 @@
<span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
<ul>
<li>
- Added a new algorithms for Traveling Salesman Problem approximation (<code><span class="identifier">metric_tsp_approx</span></code>) and resource-constrained
- Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
+ Added a new algorithms for Travelling Salesman Problem approximation
+ (<code><span class="identifier">metric_tsp_approx</span></code>) and
+ resource-constrained Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
</li>
<li>
Support for named vertices in <code><span class="identifier">adjacency_list</span></code>.
@@ -165,8 +197,8 @@
<span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
<ul>
<li>
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
</li>
<li>
More non-copyable classes are now movable.
@@ -197,8 +229,8 @@
Corrected exception-safety bugs in container constructors.
</li>
<li>
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
</li>
</ul>
</li>
@@ -373,7 +405,7 @@
</li>
<li>
Fixed subversion properties for several files. Most notably, unix shell scripts
- should alway have unix line endings, even in the windows packages.
+ should always have unix line endings, even in the windows packages.
</li>
</ul>
</div>
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-02-09 03:47:00 EST (Mon, 09 Feb 2009)
@@ -8,10 +8,11 @@
<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.38.0</title><pubDate>Sun, 08 Feb 2009 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
- Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
- Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
- Other Changes: Experimental CMake build system.
- </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
+ Any, Asio, Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess,
+ Intrusive, Lexical Cast, Math, Multi-index Containers, Proto, Regex, Thread,
+ TR1, Type Traits, Unordered, Xpressive. Other Changes: Experimental CMake build
+ system.
+ </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=659602><description><div class="description">
<div id="version_1_38_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
@@ -47,6 +48,15 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
+ <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+ <ul>
+ <li>
+ Add <code><span class="identifier">rolling_sum</span></code>, <code><span class="identifier">rolling_count</span></code> and <code><span class="identifier">rolling_mean</span></code>
+ accumulators.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/doc/html/any.html">Any</a>:</span>
<ul>
<li>
@@ -55,11 +65,32 @@
</ul>
</li>
<li>
- <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+ <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
<ul>
<li>
- Add <code><span class="identifier">rolling_sum</span></code>, <code><span class="identifier">rolling_count</span></code> and <code><span class="identifier">rolling_mean</span></code>
- accumulators.
+ Improved compatibility with some Windows firewall software.
+ </li>
+ <li>
+ Ensured arguments to <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">overlapped_ptr</span><span class="special">::</span><span class="identifier">complete</span><span class="special">()</span></code> are correctly passed to the completion
+ handler (<a href="https://svn.boost.org/trac/boost/ticket/2614">#2614</a>).
+ </li>
+ <li>
+ Fixed a link problem and multicast failure on QNX (<a href="https://svn.boost.org/trac/boost/ticket/2504">#2504</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2530">#2530</a>).
+ </li>
+ <li>
+ Fixed a compile error in SSL support on MinGW / g++ 3.4.5.
+ </li>
+ <li>
+ Drop back to using a pipe for notification if eventfd is not available
+ at runtime on Linux (<a href="https://svn.boost.org/trac/boost/ticket/2683">#2683</a>).
+ </li>
+ <li>
+ Various minor bug and documentation fixes (<a href="https://svn.boost.org/trac/boost/ticket/2534">#2534</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2541">#2541</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2607">#2607</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2617">#2617</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2619">#2619</a>)
</li>
</ul>
</li>
@@ -132,8 +163,9 @@
<span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
<ul>
<li>
- Added a new algorithms for Traveling Salesman Problem approximation (<code><span class="identifier">metric_tsp_approx</span></code>) and resource-constrained
- Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
+ Added a new algorithms for Travelling Salesman Problem approximation
+ (<code><span class="identifier">metric_tsp_approx</span></code>) and
+ resource-constrained Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
</li>
<li>
Support for named vertices in <code><span class="identifier">adjacency_list</span></code>.
@@ -165,8 +197,8 @@
<span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
<ul>
<li>
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
</li>
<li>
More non-copyable classes are now movable.
@@ -197,8 +229,8 @@
Corrected exception-safety bugs in container constructors.
</li>
<li>
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
</li>
</ul>
</li>
@@ -373,7 +405,7 @@
</li>
<li>
Fixed subversion properties for several files. Most notably, unix shell scripts
- should alway have unix line endings, even in the windows packages.
+ should always have unix line endings, even in the windows packages.
</li>
</ul>
</div>
Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-02-09 03:47:00 EST (Mon, 09 Feb 2009)
@@ -2,10 +2,10 @@
[quickbook 1.4]
[source-mode c++]
[purpose New Libraries: Flyweight, ScopeExit, Swap.
- Updated Libraries: Accumulators, Config, Date_Time, Exception,
- Filesystem, Graph, Hash, Interprocess,
- Intrusive, Math, Multi-index Containers, Proto, Regex, TR1,
- Type Traits, Unordered, Xpressive.
+ Updated Libraries: Accumulators, Any, Asio, Config,
+ Date_Time, Exception, Filesystem, Graph, Hash, Interprocess,
+ Intrusive, Lexical Cast, Math, Multi-index Containers, Proto,
+ Regex, Thread, TR1, Type Traits, Unordered, Xpressive.
Other Changes: Experimental CMake build system.]
[authors [Dawes, Beman]]
[last-revision Sun, 08 Feb 2009 12:00:00 GMT]
@@ -13,9 +13,7 @@
[include ext.qbk]
-[/ TODO: Update download link on release, it currently just links to the list
- of versions of boost on sourceforge.]
-[download http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041]
+[download http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=659602]
[section New Libraries]
@@ -35,12 +33,36 @@
[section Updated Libraries]
+* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
+ * Add `rolling_sum`, `rolling_count` and `rolling_mean` accumulators.
+
* [phrase library..[@/doc/html/any.html Any]:]
* Use a by-value argument for `operator=`
([@https://svn.boost.org/trac/boost/ticket/2311 #2311]).
-* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
- * Add `rolling_sum`, `rolling_count` and `rolling_mean` accumulators.
+* [phrase library..[@/libs/asio/index.html Asio]:]
+ * Improved compatibility with some Windows firewall software.
+
+ * Ensured arguments to `windows::overlapped_ptr::complete()` are
+ correctly passed to the completion handler
+ ([@https://svn.boost.org/trac/boost/ticket/2614 #2614]).
+
+ * Fixed a link problem and multicast failure on QNX
+ ([@https://svn.boost.org/trac/boost/ticket/2504 #2504],
+ [@https://svn.boost.org/trac/boost/ticket/2530 #2530]).
+
+ * Fixed a compile error in SSL support on MinGW / g++ 3.4.5.
+
+ * Drop back to using a pipe for notification if eventfd is not
+ available at runtime on Linux
+ ([@https://svn.boost.org/trac/boost/ticket/2683 #2683]).
+
+ * Various minor bug and documentation fixes
+ ([@https://svn.boost.org/trac/boost/ticket/2534 #2534],
+ [@https://svn.boost.org/trac/boost/ticket/2541 #2541],
+ [@https://svn.boost.org/trac/boost/ticket/2607 #2607],
+ [@https://svn.boost.org/trac/boost/ticket/2617 #2617],
+ [@https://svn.boost.org/trac/boost/ticket/2619 #2619])
* [phrase library..[@/libs/config/index.html Config]:]
* Add new macros BOOST_NO_STD_UNORDERED and BOOST_NO_INITIALIZER_LISTS.
@@ -68,7 +90,7 @@
[@https://svn.boost.org/trac/boost/ticket/2542 #2542]).
* [phrase library..[@/libs/graph/index.html Graph]:]
- * Added a new algorithms for Traveling Salesman Problem approximation
+ * Added a new algorithms for Travelling Salesman Problem approximation
(`metric_tsp_approx`) and resource-constrained Shortest Paths
(`r_c_shortest_paths`).
* Support for named vertices in `adjacency_list`.
@@ -90,7 +112,7 @@
library changelog].
* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
- * Updated documentation to show rvalue-references funcions instead of emulation functions.
+ * Updated documentation to show rvalue-references functions instead of emulation functions.
* More non-copyable classes are now movable.
* Move-constructor and assignments now leave moved object in default-constructed state
instead of just swapping contents.
@@ -104,7 +126,7 @@
* New treap-based containers: treap, treap_set, treap_multiset.
* Corrected compilation bug for Windows-based 64 bit compilers.
* Corrected exception-safety bugs in container constructors.
- * Updated documentation to show rvalue-references funcions instead of emulation functions.
+ * Updated documentation to show rvalue-references functions instead of emulation functions.
* [phrase library..[@/libs/conversion/lexical_cast.htm Lexical Cast]:]
* Changed to work without RTTI when `BOOST_NO_TYPEID` is defined
@@ -193,7 +215,7 @@
Boost-cmake mailing list].
* Fixed subversion properties for several files. Most notably, unix shell
- scripts should alway have unix line endings, even in the windows packages.
+ scripts should always have unix line endings, even in the windows packages.
[endsect]
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-02-09 03:47:00 EST (Mon, 09 Feb 2009)
@@ -8,10 +8,11 @@
<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.38.0</title><pubDate>Sun, 08 Feb 2009 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
- Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
- Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
- Other Changes: Experimental CMake build system.
- </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
+ Any, Asio, Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess,
+ Intrusive, Lexical Cast, Math, Multi-index Containers, Proto, Regex, Thread,
+ TR1, Type Traits, Unordered, Xpressive. Other Changes: Experimental CMake build
+ system.
+ </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=659602><description><div class="description">
<div id="version_1_38_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
@@ -47,6 +48,15 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
+ <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+ <ul>
+ <li>
+ Add <code><span class="identifier">rolling_sum</span></code>, <code><span class="identifier">rolling_count</span></code> and <code><span class="identifier">rolling_mean</span></code>
+ accumulators.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/doc/html/any.html">Any</a>:</span>
<ul>
<li>
@@ -55,11 +65,32 @@
</ul>
</li>
<li>
- <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+ <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
<ul>
<li>
- Add <code><span class="identifier">rolling_sum</span></code>, <code><span class="identifier">rolling_count</span></code> and <code><span class="identifier">rolling_mean</span></code>
- accumulators.
+ Improved compatibility with some Windows firewall software.
+ </li>
+ <li>
+ Ensured arguments to <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">overlapped_ptr</span><span class="special">::</span><span class="identifier">complete</span><span class="special">()</span></code> are correctly passed to the completion
+ handler (<a href="https://svn.boost.org/trac/boost/ticket/2614">#2614</a>).
+ </li>
+ <li>
+ Fixed a link problem and multicast failure on QNX (<a href="https://svn.boost.org/trac/boost/ticket/2504">#2504</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2530">#2530</a>).
+ </li>
+ <li>
+ Fixed a compile error in SSL support on MinGW / g++ 3.4.5.
+ </li>
+ <li>
+ Drop back to using a pipe for notification if eventfd is not available
+ at runtime on Linux (<a href="https://svn.boost.org/trac/boost/ticket/2683">#2683</a>).
+ </li>
+ <li>
+ Various minor bug and documentation fixes (<a href="https://svn.boost.org/trac/boost/ticket/2534">#2534</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2541">#2541</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2607">#2607</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2617">#2617</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2619">#2619</a>)
</li>
</ul>
</li>
@@ -132,8 +163,9 @@
<span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
<ul>
<li>
- Added a new algorithms for Traveling Salesman Problem approximation (<code><span class="identifier">metric_tsp_approx</span></code>) and resource-constrained
- Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
+ Added a new algorithms for Travelling Salesman Problem approximation
+ (<code><span class="identifier">metric_tsp_approx</span></code>) and
+ resource-constrained Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
</li>
<li>
Support for named vertices in <code><span class="identifier">adjacency_list</span></code>.
@@ -165,8 +197,8 @@
<span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
<ul>
<li>
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
</li>
<li>
More non-copyable classes are now movable.
@@ -197,8 +229,8 @@
Corrected exception-safety bugs in container constructors.
</li>
<li>
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
</li>
</ul>
</li>
@@ -373,7 +405,7 @@
</li>
<li>
Fixed subversion properties for several files. Most notably, unix shell scripts
- should alway have unix line endings, even in the windows packages.
+ should always have unix line endings, even in the windows packages.
</li>
</ul>
</div>
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