Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78780 - in website/public_html/live: generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-05-31 06:46:23


Author: danieljames
Date: 2012-05-31 06:46:22 EDT (Thu, 31 May 2012)
New Revision: 78780
URL: http://svn.boost.org/trac/boost/changeset/78780

Log:
Website: Rebuild
Text files modified:
   website/public_html/live/generated/dev.rss | 54 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 14 +++++-----
   website/public_html/live/users/history/version_1_50_0.html | 54 ++++++++++++++++++++++++++++++++++++++++
   3 files changed, 115 insertions(+), 7 deletions(-)

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-05-31 06:46:22 EDT (Thu, 31 May 2012)
@@ -87,6 +87,60 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/asio/">Asio</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Changed the <code><span class="identifier">epoll_reactor</span></code>
+ backend to do lazy registration for <code><span class="identifier">EPOLLOUT</span></code>
+ events.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed the <code><span class="identifier">epoll_reactor</span></code>
+ handling of out-of-band data, which was broken by an incomplete fix
+ in the last release.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed Asio's SSL wrapper to respect OpenSSL's <code><span class="identifier">OPENSSL_NO_ENGINE</span></code>
+ feature test <code><span class="preprocessor">#define</span></code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/6432">#6432</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">object_handle</span></code> so that it works
+ with Windows compilers that support C++11 move semantics (such as
+ <tt>g++</tt>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Improved the performance of strand rescheduling.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added support for <tt>g++</tt> 4.7 when compiling in C++11
+ mode (<a href="https://svn.boost.org/trac/boost/ticket/6620">#6620</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a problem where <code><span class="identifier">signal_set</span></code>
+ handlers were not being delivered when the <code><span class="identifier">io_service</span></code>
+ was constructed with a <code><span class="identifier">concurrency_hint</span></code>
+ of 1 (<a href="https://svn.boost.org/trac/boost/ticket/6657">#6657</a>).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/bimap/">Bimap</a>:</span>
           <ul>
             <li>

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-05-31 06:46:22 EDT (Thu, 31 May 2012)
@@ -1868,7 +1868,7 @@
 -id
 "version_1_50_0
 -last_modified
-.1338299803.83
+.1338461149.1
 -location
 "users/history/version_1_50_0.html
 -page_state
@@ -1877,17 +1877,17 @@
 -purpose
 "
 " New Libraries: Algorithm, Functional/OverloadedFunction, LocalFunction, Utility/IdentityType.
-" Updated Libraries: Accumulators, Array, Bimap, Chrono, Concept Check, Foreach,
-" Graph, Geometry, Hash, Iostreams, Iterator, MultiArray, Lexical cast, Locale,
-" MSM, Program Options, PropertyMap, Proto, Ratio, ScopeExit, Thread, Unordered,
-" Wave, xpressive
+" Updated Libraries: Accumulators, Array, Asio, Bimap, Chrono, Concept Check,
+" Foreach, Graph, Geometry, Hash, Iostreams, Iterator, MultiArray, Lexical cast,
+" Locale, MSM, Program Options, PropertyMap, Proto, Ratio, ScopeExit, Thread,
+" Unordered, Wave, xpressive
 "
 -qbk_hash
-"da58a452346ba734be682e3de621647614f4932589ec978eaac193a8ac8ad787
+"70209ffb0a7a172df0955a2ff02c33dfb16cd2aba2b676acc1fcccb321785c03
 -release_status
 "dev
 -rss_hash
-"1511b3ec37b887b08684272d34ab9c5472382bce5c97172c01814323297acd62
+"3d68e36f786141fcf648d12ff59c48cac81c4b68e48053532d3c6ea3a4d2bd2e
 -title
 "Version 1.50.0
 -type

Modified: website/public_html/live/users/history/version_1_50_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_50_0.html (original)
+++ website/public_html/live/users/history/version_1_50_0.html 2012-05-31 06:46:22 EDT (Thu, 31 May 2012)
@@ -126,6 +126,60 @@
       </li>
       <li>
         <div>
+ <span class="library">Asio:</span>
+ <ul>
+ <li>
+ <div>
+ Changed the <code><span class="identifier">epoll_reactor</span></code>
+ backend to do lazy registration for <code><span class="identifier">EPOLLOUT</span></code>
+ events.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed the <code><span class="identifier">epoll_reactor</span></code>
+ handling of out-of-band data, which was broken by an incomplete fix
+ in the last release.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed Asio's SSL wrapper to respect OpenSSL's <code><span class="identifier">OPENSSL_NO_ENGINE</span></code>
+ feature test <code><span class="preprocessor">#define</span></code>
+ (#6432).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">object_handle</span></code> so that it works
+ with Windows compilers that support C++11 move semantics (such as
+ <tt>g++</tt>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Improved the performance of strand rescheduling.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added support for <tt>g++</tt> 4.7 when compiling in C++11
+ mode (#6620).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a problem where <code><span class="identifier">signal_set</span></code>
+ handlers were not being delivered when the <code><span class="identifier">io_service</span></code>
+ was constructed with a <code><span class="identifier">concurrency_hint</span></code>
+ of 1 (#6657).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Bimap:</span>
           <ul>
             <li>


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