Boost logo

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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       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.
- &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;
+ 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.
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=659602><description>&lt;div class=&quot;description&quot;&gt;
   
   &lt;div id=&quot;version_1_38_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
@@ -47,6 +48,15 @@
     &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;
+ Add &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_sum&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_count&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_mean&lt;/span&gt;&lt;/code&gt;
+ accumulators.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/any.html&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -55,11 +65,32 @@
         &lt;/ul&gt;
       &lt;/li&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;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;
- Add &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_sum&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_count&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_mean&lt;/span&gt;&lt;/code&gt;
- accumulators.
+ Improved compatibility with some Windows firewall software.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Ensured arguments to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;windows&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;overlapped_ptr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;complete&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; are correctly passed to the completion
+ handler (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/2614&quot;&gt;#2614&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed a link problem and multicast failure on QNX (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2504&quot;&gt;#2504&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2530&quot;&gt;#2530&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed a compile error in SSL support on MinGW / g++ 3.4.5.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Drop back to using a pipe for notification if eventfd is not available
+ at runtime on Linux (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2683&quot;&gt;#2683&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Various minor bug and documentation fixes (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2534&quot;&gt;#2534&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2541&quot;&gt;#2541&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2607&quot;&gt;#2607&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2617&quot;&gt;#2617&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2619&quot;&gt;#2619&lt;/a&gt;)
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
@@ -132,8 +163,9 @@
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/index.html&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Added a new algorithms for Traveling Salesman Problem approximation (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;metric_tsp_approx&lt;/span&gt;&lt;/code&gt;) and resource-constrained
- Shortest Paths (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;r_c_shortest_paths&lt;/span&gt;&lt;/code&gt;).
+ Added a new algorithms for Travelling Salesman Problem approximation
+ (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;metric_tsp_approx&lt;/span&gt;&lt;/code&gt;) and
+ resource-constrained Shortest Paths (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;r_c_shortest_paths&lt;/span&gt;&lt;/code&gt;).
           &lt;/li&gt;
           &lt;li&gt;
             Support for named vertices in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_list&lt;/span&gt;&lt;/code&gt;.
@@ -165,8 +197,8 @@
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/interprocess/index.html&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
           &lt;/li&gt;
           &lt;li&gt;
             More non-copyable classes are now movable.
@@ -197,8 +229,8 @@
             Corrected exception-safety bugs in container constructors.
           &lt;/li&gt;
           &lt;li&gt;
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
@@ -373,7 +405,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         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.
       &lt;/li&gt;
     &lt;/ul&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 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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       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.
- &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;
+ 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.
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=659602><description>&lt;div class=&quot;description&quot;&gt;
   
   &lt;div id=&quot;version_1_38_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
@@ -47,6 +48,15 @@
     &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;
+ Add &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_sum&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_count&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_mean&lt;/span&gt;&lt;/code&gt;
+ accumulators.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/any.html&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -55,11 +65,32 @@
         &lt;/ul&gt;
       &lt;/li&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;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;
- Add &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_sum&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_count&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_mean&lt;/span&gt;&lt;/code&gt;
- accumulators.
+ Improved compatibility with some Windows firewall software.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Ensured arguments to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;windows&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;overlapped_ptr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;complete&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; are correctly passed to the completion
+ handler (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/2614&quot;&gt;#2614&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed a link problem and multicast failure on QNX (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2504&quot;&gt;#2504&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2530&quot;&gt;#2530&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed a compile error in SSL support on MinGW / g++ 3.4.5.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Drop back to using a pipe for notification if eventfd is not available
+ at runtime on Linux (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2683&quot;&gt;#2683&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Various minor bug and documentation fixes (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2534&quot;&gt;#2534&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2541&quot;&gt;#2541&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2607&quot;&gt;#2607&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2617&quot;&gt;#2617&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2619&quot;&gt;#2619&lt;/a&gt;)
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
@@ -132,8 +163,9 @@
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/index.html&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Added a new algorithms for Traveling Salesman Problem approximation (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;metric_tsp_approx&lt;/span&gt;&lt;/code&gt;) and resource-constrained
- Shortest Paths (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;r_c_shortest_paths&lt;/span&gt;&lt;/code&gt;).
+ Added a new algorithms for Travelling Salesman Problem approximation
+ (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;metric_tsp_approx&lt;/span&gt;&lt;/code&gt;) and
+ resource-constrained Shortest Paths (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;r_c_shortest_paths&lt;/span&gt;&lt;/code&gt;).
           &lt;/li&gt;
           &lt;li&gt;
             Support for named vertices in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_list&lt;/span&gt;&lt;/code&gt;.
@@ -165,8 +197,8 @@
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/interprocess/index.html&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
           &lt;/li&gt;
           &lt;li&gt;
             More non-copyable classes are now movable.
@@ -197,8 +229,8 @@
             Corrected exception-safety bugs in container constructors.
           &lt;/li&gt;
           &lt;li&gt;
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
@@ -373,7 +405,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         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.
       &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;

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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       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.
- &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;
+ 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.
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=659602><description>&lt;div class=&quot;description&quot;&gt;
   
   &lt;div id=&quot;version_1_38_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
@@ -47,6 +48,15 @@
     &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;
+ Add &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_sum&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_count&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_mean&lt;/span&gt;&lt;/code&gt;
+ accumulators.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/any.html&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -55,11 +65,32 @@
         &lt;/ul&gt;
       &lt;/li&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;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;
- Add &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_sum&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_count&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;rolling_mean&lt;/span&gt;&lt;/code&gt;
- accumulators.
+ Improved compatibility with some Windows firewall software.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Ensured arguments to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;windows&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;overlapped_ptr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;complete&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; are correctly passed to the completion
+ handler (&lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/2614&quot;&gt;#2614&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed a link problem and multicast failure on QNX (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2504&quot;&gt;#2504&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2530&quot;&gt;#2530&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed a compile error in SSL support on MinGW / g++ 3.4.5.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Drop back to using a pipe for notification if eventfd is not available
+ at runtime on Linux (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2683&quot;&gt;#2683&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Various minor bug and documentation fixes (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2534&quot;&gt;#2534&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2541&quot;&gt;#2541&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2607&quot;&gt;#2607&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2617&quot;&gt;#2617&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2619&quot;&gt;#2619&lt;/a&gt;)
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
@@ -132,8 +163,9 @@
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/index.html&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Added a new algorithms for Traveling Salesman Problem approximation (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;metric_tsp_approx&lt;/span&gt;&lt;/code&gt;) and resource-constrained
- Shortest Paths (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;r_c_shortest_paths&lt;/span&gt;&lt;/code&gt;).
+ Added a new algorithms for Travelling Salesman Problem approximation
+ (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;metric_tsp_approx&lt;/span&gt;&lt;/code&gt;) and
+ resource-constrained Shortest Paths (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;r_c_shortest_paths&lt;/span&gt;&lt;/code&gt;).
           &lt;/li&gt;
           &lt;li&gt;
             Support for named vertices in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_list&lt;/span&gt;&lt;/code&gt;.
@@ -165,8 +197,8 @@
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/interprocess/index.html&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
           &lt;/li&gt;
           &lt;li&gt;
             More non-copyable classes are now movable.
@@ -197,8 +229,8 @@
             Corrected exception-safety bugs in container constructors.
           &lt;/li&gt;
           &lt;li&gt;
- Updated documentation to show rvalue-references funcions instead of emulation
- functions.
+ Updated documentation to show rvalue-references functions instead of
+ emulation functions.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
@@ -373,7 +405,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         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.
       &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&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