$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49390 - in website/public_html/beta/feed: . history
From: john_at_[hidden]
Date: 2008-10-19 11:02:56
Author: johnmaddock
Date: 2008-10-19 11:02:55 EDT (Sun, 19 Oct 2008)
New Revision: 49390
URL: http://svn.boost.org/trac/boost/changeset/49390
Log:
Added math and type_traits lib news.
Text files modified: 
   website/public_html/beta/feed/history.rss              |    49 ++++++++++++++++++++++++++++++++++++++- 
   website/public_html/beta/feed/history/boost_1_37_0.qbk |     8 +++++                                   
   website/public_html/beta/feed/news.rss                 |    49 ++++++++++++++++++++++++++++++++++++++- 
   3 files changed, 101 insertions(+), 5 deletions(-)
Modified: website/public_html/beta/feed/history.rss
 Modified: website/public_html/beta/feed/history/boost_1_37_0.qbk
 Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2008-10-19 11:02:55 EDT (Sun, 19 Oct 2008)
@@ -7,8 +7,8 @@
     <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.37.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
-      New Library: Proto. Updated Libraries: Circular Buffer, Dynamic Bitset, Hash,
-      Interprocess, Intrusive, Unordered
+      New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
+      Hash, Interprocess, Intrusive, Unordered Math Type Traits
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=616969><description><div class="description">
   
   <div id="version_1_37_0.new_libraries">
@@ -29,6 +29,40 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
+        <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
+        <ul>
+          <li>
+            Enhanced CompletionCondition concept with the signature <code><span class="identifier">size_t</span> <span class="identifier">CompletionCondition</span><span class="special">(</span><span class="identifier">error_code</span>
+            <span class="identifier">ec</span><span class="special">,</span>
+            <span class="identifier">size_t</span> <span class="identifier">total</span><span class="special">)</span></code>, where the return value indicates the
+            maximum number of bytes to be transferred on the next read or write operation.
+            (The old CompletionCondition signature is still supported for backwards
+            compatibility).
+          </li>
+          <li>
+            New windows::overlapped_ptr class to allow arbitrary overlapped I/O functions
+            (such as TransmitFile) to be used with Asio.
+          </li>
+          <li>
+            On recent versions of Linux, an eventfd descriptor is now used (rather
+            than a pipe) to interrupt a blocked select/epoll reactor.
+          </li>
+          <li>
+            Added const overloads of lowest_layer().
+          </li>
+          <li>
+            Synchronous read, write, accept and connect operations are now thread
+            safe (meaning that it is now permitted to perform concurrent synchronous
+            operations on an individual socket, if supported by the OS).
+          </li>
+          <li>
+            Reactor-based io_service implementations now use lazy initialisation
+            to reduce the memory usage of an io_service object used only as a message
+            queue.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/circular_buffer/index.html">Circular Buffer</a>:</span>
         <ul>
           <li>
@@ -95,6 +129,17 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Math.Special
+        Functions</a>:</span>
+   Improved accuracy and testing of the inverse hypergeometric
+        functions.
+      </li>
+      <li>
+        <span class="library"><a href="/libs/type_traits/index.html">Type Traits</a>:</span>
+   Added
+        better support for the Codegear compiler.
+      </li>
+      <li>
         <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
         <ul>
           <li>
==============================================================================
--- website/public_html/beta/feed/history/boost_1_37_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_37_0.qbk	2008-10-19 11:02:55 EDT (Sun, 19 Oct 2008)
@@ -3,7 +3,7 @@
     [source-mode c++]
     [purpose New Library: Proto.
         Updated Libraries: Asio, Circular Buffer, Dynamic Bitset, Hash,
-        Interprocess, Intrusive, Unordered]
+        Interprocess, Intrusive, Unordered Math Type Traits]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -71,6 +71,10 @@
   *  Added incremental hashing to unordered containers via `incremental<>`
      option.
   *  Minor bug fixes.
+* [phrase library..[@/libs/math/doc/sf_and_dist/html/index.html Math.Special Functions]:]
+   Improved accuracy and testing of the inverse hypergeometric functions.
+* [phrase library..[@/libs/type_traits/index.html Type Traits]:]
+   Added better support for the Codegear compiler.
 * [phrase library..[@/libs/unordered/index.html Unordered]:]
   * Rename overload of `emplace` with hint, to `emplace_hint` as specified in
     [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2691.pdf n2691].
@@ -98,3 +102,5 @@
 
 [endsect]
 
+
+
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2008-10-19 11:02:55 EDT (Sun, 19 Oct 2008)
@@ -7,8 +7,8 @@
     <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.37.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
-      New Library: Proto. Updated Libraries: Circular Buffer, Dynamic Bitset, Hash,
-      Interprocess, Intrusive, Unordered
+      New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
+      Hash, Interprocess, Intrusive, Unordered Math Type Traits
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=616969><description><div class="description">
   
   <div id="version_1_37_0.new_libraries">
@@ -29,6 +29,40 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
+        <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
+        <ul>
+          <li>
+            Enhanced CompletionCondition concept with the signature <code><span class="identifier">size_t</span> <span class="identifier">CompletionCondition</span><span class="special">(</span><span class="identifier">error_code</span>
+            <span class="identifier">ec</span><span class="special">,</span>
+            <span class="identifier">size_t</span> <span class="identifier">total</span><span class="special">)</span></code>, where the return value indicates the
+            maximum number of bytes to be transferred on the next read or write operation.
+            (The old CompletionCondition signature is still supported for backwards
+            compatibility).
+          </li>
+          <li>
+            New windows::overlapped_ptr class to allow arbitrary overlapped I/O functions
+            (such as TransmitFile) to be used with Asio.
+          </li>
+          <li>
+            On recent versions of Linux, an eventfd descriptor is now used (rather
+            than a pipe) to interrupt a blocked select/epoll reactor.
+          </li>
+          <li>
+            Added const overloads of lowest_layer().
+          </li>
+          <li>
+            Synchronous read, write, accept and connect operations are now thread
+            safe (meaning that it is now permitted to perform concurrent synchronous
+            operations on an individual socket, if supported by the OS).
+          </li>
+          <li>
+            Reactor-based io_service implementations now use lazy initialisation
+            to reduce the memory usage of an io_service object used only as a message
+            queue.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/circular_buffer/index.html">Circular Buffer</a>:</span>
         <ul>
           <li>
@@ -95,6 +129,17 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Math.Special
+        Functions</a>:</span>
+   Improved accuracy and testing of the inverse hypergeometric
+        functions.
+      </li>
+      <li>
+        <span class="library"><a href="/libs/type_traits/index.html">Type Traits</a>:</span>
+   Added
+        better support for the Codegear compiler.
+      </li>
+      <li>
         <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
         <ul>
           <li>
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>