$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52591 - website/public_html/beta/feed
From: daniel_james_at_[hidden]
Date: 2009-04-25 12:34:24
Author: danieljames
Date: 2009-04-25 12:34:23 EDT (Sat, 25 Apr 2009)
New Revision: 52591
URL: http://svn.boost.org/trac/boost/changeset/52591
Log:
Regenerate feeds.
Text files modified: 
   website/public_html/beta/feed/history.rss |    60 ++++++++++++++++++++++++++++++++++++--- 
   website/public_html/beta/feed/news.rss    |    60 ++++++++++++++++++++++++++++++++++++--- 
   2 files changed, 110 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	2009-04-25 12:34:23 EDT (Sat, 25 Apr 2009)
@@ -7,10 +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/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.
+  <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/25 16:33:50 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      New Libraries: Signals2. Updated Libraries: Asio, 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">
   
   
@@ -29,6 +29,56 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
+        <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
+        <ul>
+          <li>
+            Implement automatic resizing of the bucket array in the internal hash
+            maps. This is to improve performance for very large numbers of asynchronous
+            operations and also to reduce memory usage for very small numbers. A
+            new macro <code><span class="identifier">BOOST_ASIO_HASH_MAP_BUCKETS</span></code>
+            may be used to tweak the sizes used for the bucket arrays.
+          </li>
+          <li>
+            Add performance optimisation for the Windows IOCP backend for when no
+            timers are used.
+          </li>
+          <li>
+            Prevent locale settings from affecting formatting of TCP and UDP endpoints
+            (<a href="https://svn.boost.org/trac/boost/ticket/2682">#2682</a>).
+          </li>
+          <li>
+            Fix a memory leak that occurred when an asynchronous SSL operation's
+            completion handler threw an exception (<a href="https://svn.boost.org/trac/boost/ticket/2910">#2910</a>).
+          </li>
+          <li>
+            Fix the implementation of <code><span class="identifier">io_control</span><span class="special">()</span></code> so that it adheres to the documented
+            type requirements for IoControlCommand (<a href="https://svn.boost.org/trac/boost/ticket/2820">#2820</a>).
+          </li>
+          <li>
+            Fix incompatibility between Asio and ncurses.h (<a href="https://svn.boost.org/trac/boost/ticket/2156">#2156</a>).
+          </li>
+          <li>
+            On Windows, specifically handle the case when an overlapped <code><span class="identifier">ReadFile</span></code> call fails with <code><span class="identifier">ERROR_MORE_DATA</span></code>. This enables a hack
+            where a <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">stream_handle</span></code> can be used with a message-oriented
+            named pipe (<a href="https://svn.boost.org/trac/boost/ticket/2936">#2936</a>).
+          </li>
+          <li>
+            Fix system call wrappers to always clear the error on success, as POSIX
+            allows successful system calls to modify errno (<a href="https://svn.boost.org/trac/boost/ticket/2953">#2953</a>).
+          </li>
+          <li>
+            Don't include termios.h if <code><span class="identifier">BOOST_ASIO_DISABLE_SERIAL_PORT</span></code>
+            is defined (<a href="https://svn.boost.org/trac/boost/ticket/2917">#2917</a>).
+          </li>
+          <li>
+            Cleaned up some more MSVC level 4 warnings (<a href="https://svn.boost.org/trac/boost/ticket/2828">#2828</a>).
+          </li>
+          <li>
+            Various documentation fixes (<a href="https://svn.boost.org/trac/boost/ticket/2871">#2871</a>).
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/flyweight/index.html">Flyweight</a>:</span>
         <ul>
           <li>
@@ -55,7 +105,7 @@
         <ul>
           <li>
             Remove deprecated headers for hashing containers. Everything that was
-            in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">\</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
+            in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
             (<a href="https://svn.boost.org/trac/boost/ticket/2412">#2412</a>).
           </li>
           <li>
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-25 12:34:23 EDT (Sat, 25 Apr 2009)
@@ -7,10 +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/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.
+  <item><title>Version 1.39.0</title><pubDate>$Date: 2009/04/25 16:33:50 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      New Libraries: Signals2. Updated Libraries: Asio, 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">
   
   
@@ -29,6 +29,56 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
+        <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
+        <ul>
+          <li>
+            Implement automatic resizing of the bucket array in the internal hash
+            maps. This is to improve performance for very large numbers of asynchronous
+            operations and also to reduce memory usage for very small numbers. A
+            new macro <code><span class="identifier">BOOST_ASIO_HASH_MAP_BUCKETS</span></code>
+            may be used to tweak the sizes used for the bucket arrays.
+          </li>
+          <li>
+            Add performance optimisation for the Windows IOCP backend for when no
+            timers are used.
+          </li>
+          <li>
+            Prevent locale settings from affecting formatting of TCP and UDP endpoints
+            (<a href="https://svn.boost.org/trac/boost/ticket/2682">#2682</a>).
+          </li>
+          <li>
+            Fix a memory leak that occurred when an asynchronous SSL operation's
+            completion handler threw an exception (<a href="https://svn.boost.org/trac/boost/ticket/2910">#2910</a>).
+          </li>
+          <li>
+            Fix the implementation of <code><span class="identifier">io_control</span><span class="special">()</span></code> so that it adheres to the documented
+            type requirements for IoControlCommand (<a href="https://svn.boost.org/trac/boost/ticket/2820">#2820</a>).
+          </li>
+          <li>
+            Fix incompatibility between Asio and ncurses.h (<a href="https://svn.boost.org/trac/boost/ticket/2156">#2156</a>).
+          </li>
+          <li>
+            On Windows, specifically handle the case when an overlapped <code><span class="identifier">ReadFile</span></code> call fails with <code><span class="identifier">ERROR_MORE_DATA</span></code>. This enables a hack
+            where a <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">stream_handle</span></code> can be used with a message-oriented
+            named pipe (<a href="https://svn.boost.org/trac/boost/ticket/2936">#2936</a>).
+          </li>
+          <li>
+            Fix system call wrappers to always clear the error on success, as POSIX
+            allows successful system calls to modify errno (<a href="https://svn.boost.org/trac/boost/ticket/2953">#2953</a>).
+          </li>
+          <li>
+            Don't include termios.h if <code><span class="identifier">BOOST_ASIO_DISABLE_SERIAL_PORT</span></code>
+            is defined (<a href="https://svn.boost.org/trac/boost/ticket/2917">#2917</a>).
+          </li>
+          <li>
+            Cleaned up some more MSVC level 4 warnings (<a href="https://svn.boost.org/trac/boost/ticket/2828">#2828</a>).
+          </li>
+          <li>
+            Various documentation fixes (<a href="https://svn.boost.org/trac/boost/ticket/2871">#2871</a>).
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/flyweight/index.html">Flyweight</a>:</span>
         <ul>
           <li>
@@ -55,7 +105,7 @@
         <ul>
           <li>
             Remove deprecated headers for hashing containers. Everything that was
-            in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">\</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
+            in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
             (<a href="https://svn.boost.org/trac/boost/ticket/2412">#2412</a>).
           </li>
           <li>