Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66241 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2010-10-28 16:51:03


Author: chris_kohlhoff
Date: 2010-10-28 16:51:01 EDT (Thu, 28 Oct 2010)
New Revision: 66241
URL: http://svn.boost.org/trac/boost/changeset/66241

Log:
More revision history.

Text files modified:
   trunk/libs/asio/doc/history.qbk | 6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)

Modified: trunk/libs/asio/doc/history.qbk
==============================================================================
--- trunk/libs/asio/doc/history.qbk (original)
+++ trunk/libs/asio/doc/history.qbk 2010-10-28 16:51:01 EDT (Thu, 28 Oct 2010)
@@ -34,8 +34,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]).
@@ -46,6 +46,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