Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78779 - in website/public_html/live: . feed/history
From: dnljms_at_[hidden]
Date: 2012-05-31 06:45:36


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

Log:
Website: Merge asio notes from beta.
Properties modified:
   website/public_html/live/ (props changed)
Text files modified:
   website/public_html/live/feed/history/boost_1_50_0.qbk | 24 ++++++++++++++++++++----
   1 files changed, 20 insertions(+), 4 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_50_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_50_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_50_0.qbk 2012-05-31 06:45:36 EDT (Thu, 31 May 2012)
@@ -3,10 +3,10 @@
     [source-mode c++]
     [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]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -59,6 +59,22 @@
 * [phrase library..[@/libs/array/ Array]:]
   * add support for Boost.Hash [@https://svn.boost.org/trac/boost/ticket/6791 #6791].
 
+* [phrase library..[@/libs/asio/ Asio]:]
+ * Changed the `epoll_reactor` backend to do lazy registration for `EPOLLOUT`
+ events.
+ * Fixed the `epoll_reactor` handling of out-of-band data, which was broken by
+ an incomplete fix in the last release.
+ * Changed Asio's SSL wrapper to respect OpenSSL's `OPENSSL_NO_ENGINE` feature
+ test `#define` ([@https://svn.boost.org/trac/boost/ticket/6432 #6432]).
+ * Fixed `windows::object_handle` so that it works with Windows compilers that
+ support C++11 move semantics (such as [^g++]).
+ * Improved the performance of strand rescheduling.
+ * Added support for [^g++] 4.7 when compiling in C++11 mode
+ ([@https://svn.boost.org/trac/boost/ticket/6620 #6620]).
+ * Fixed a problem where `signal_set` handlers were not being delivered when
+ the `io_service` was constructed with a `concurrency_hint` of 1
+ ([@https://svn.boost.org/trac/boost/ticket/6657 #6657]).
+
 * [phrase library..[@/libs/bimap/ Bimap]:]
   * Remove spurious dependency on Boost.Serialization, fixes [@https://svn.boost.org/trac/boost/ticket/3868 #3868].
   * Solve unused constructor parameter warning, fixes [@https://svn.boost.org/trac/boost/ticket/5749 #5749].


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