|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78668 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2012-05-26 18:30:57
Author: chris_kohlhoff
Date: 2012-05-26 18:30:57 EDT (Sat, 26 May 2012)
New Revision: 78668
URL: http://svn.boost.org/trac/boost/changeset/78668
Log:
Revision history.
Text files modified:
trunk/libs/asio/doc/history.qbk | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
Modified: trunk/libs/asio/doc/history.qbk
==============================================================================
--- trunk/libs/asio/doc/history.qbk (original)
+++ trunk/libs/asio/doc/history.qbk 2012-05-26 18:30:57 EDT (Sat, 26 May 2012)
@@ -7,6 +7,18 @@
[section:history Revision History]
+[heading Asio 1.8.1 / Boost 1.50]
+
+* 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`.
+* 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.
+
[heading Asio 1.8.0 / Boost 1.49]
* Added a new class template `basic_waitable_timer` based around the C++11 clock
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