Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69681 - website/public_html/beta/feed/history
From: chris_at_[hidden]
Date: 2011-03-08 06:11:03


Author: chris_kohlhoff
Date: 2011-03-08 06:11:00 EST (Tue, 08 Mar 2011)
New Revision: 69681
URL: http://svn.boost.org/trac/boost/changeset/69681

Log:
Add asio.
Text files modified:
   website/public_html/beta/feed/history/boost_1_46_1.qbk | 16 ++++++++++++++++
   1 files changed, 16 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_46_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_46_1.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_46_1.qbk 2011-03-08 06:11:00 EST (Tue, 08 Mar 2011)
@@ -16,6 +16,22 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/asio/ Asio]:]
+ * `EV_ONESHOT` seems to cause problems on some versions of Mac OS X, with the
+ `io_service` destructor getting stuck inside the `close()` system call.
+ Changed the kqueue backend to use `EV_CLEAR` instead
+ ([@https://svn.boost.org/trac/boost/ticket/5021 #5021]).
+ * Fixed compile failures with some versions of [^g++] due to the use of
+ anonymous enums ([@https://svn.boost.org/trac/boost/ticket/4883 #4883]).
+ * Fixed a bug on kqueue-based platforms, where some system calls that
+ repeatedly fail with `EWOULDBLOCK` are not correctly re-registered with
+ kqueue.
+ * Changed `asio::streambuf` to ensure that its internal pointers are updated
+ correctly after the data has been modified using `std::streambuf` member
+ functions.
+ * Fixed a bug that prevented the linger socket option from working on platforms
+ other than Windows.
+
 * [phrase library..[@/libs/fusion/ Fusion]:]
   * Fix `disable_if` for Visual C++ 7.1/8.0
 


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