Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66244 - website/public_html/beta/feed/history
From: chris_at_[hidden]
Date: 2010-10-28 17:25:27


Author: chris_kohlhoff
Date: 2010-10-28 17:25:24 EDT (Thu, 28 Oct 2010)
New Revision: 66244
URL: http://svn.boost.org/trac/boost/changeset/66244

Log:
Updated asio release notes.

Text files modified:
   website/public_html/beta/feed/history/boost_1_45_0.qbk | 6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_45_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_45_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_45_0.qbk 2010-10-28 17:25:24 EDT (Thu, 28 Oct 2010)
@@ -51,8 +51,8 @@
   * Fixed a Windows-specific problem where `deadline_timer` objects with expiry
     times set more than 5 minutes in the future may never expire
     ([@https://svn.boost.org/trac/boost/ticket/4745 #4745]).
- * Changed `getaddrinfo()` wrapper to pass NULL for `servname` rather than an
- empty string, as per POSIX
+ * Fixed the `resolver` backend on BSD platforms so that an empty service name
+ resolves to port number `0`, as per the documentation
     ([@https://svn.boost.org/trac/boost/ticket/4690 #4690]).
   * Fixed read operations so that they do not accept buffer sequences of type
     `const_buffers_1` ([@https://svn.boost.org/trac/boost/ticket/4746 #4746]).
@@ -63,6 +63,8 @@
     ([@https://svn.boost.org/trac/boost/ticket/4780 #4780]).
   * Fixed the kqueue backend so that it compiles on NetBSD
     ([@https://svn.boost.org/trac/boost/ticket/4662 #4662]).
+ * Fixed the socket `io_control()` implementation on 64-bit Mac OS X and BSD
+ platforms ([@https://svn.boost.org/trac/boost/ticket/4782 #4782]).
   * Deprecated the separate compilation header `<boost/asio/impl/src.cpp>` in
     favour of `<boost/asio/impl/src.hpp>`
     ([@https://svn.boost.org/trac/boost/ticket/4560 #4560]).


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