Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82553 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2013-01-19 20:46:48


Author: chris_kohlhoff
Date: 2013-01-19 20:46:48 EST (Sat, 19 Jan 2013)
New Revision: 82553
URL: http://svn.boost.org/trac/boost/changeset/82553

Log:
Release notes.

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

Modified: trunk/libs/asio/doc/asio.qbk
==============================================================================
--- trunk/libs/asio/doc/asio.qbk (original)
+++ trunk/libs/asio/doc/asio.qbk 2013-01-19 20:46:48 EST (Sat, 19 Jan 2013)
@@ -22,6 +22,7 @@
 [template mdash[] '''— ''']
 [template indexterm1[term1] '''<indexterm><primary>'''[term1]'''</primary></indexterm>''']
 [template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term2]'''</secondary></indexterm>''']
+[template ticket[number]'''<ulink url="https://svn.boost.org/trac/boost/ticket/'''[number]'''">'''#[number]'''</ulink>''']
 [def __POSIX__ /POSIX/]
 [def __Windows__ /Windows/]
 [def __accept__ [@http://www.opengroup.org/onlinepubs/000095399/functions/accept.html `accept()`]]

Modified: trunk/libs/asio/doc/history.qbk
==============================================================================
--- trunk/libs/asio/doc/history.qbk (original)
+++ trunk/libs/asio/doc/history.qbk 2013-01-19 20:46:48 EST (Sat, 19 Jan 2013)
@@ -7,6 +7,24 @@
 
 [section:history Revision History]
 
+[heading Asio 1.8.3 / Boost 1.53]
+
+* Fixed some 64-to-32-bit conversion warnings ([ticket 7459]).
+* Fixed some small errors in documentation and comments ([ticket 7761]).
+* Fixed an error in the example embedded in `basic_socket::get_option`'s
+ documentation ([ticket 7562]).
+* Changed to use `long` rather than `int` for SSL_CTX options, to match OpenSSL
+ ([ticket 7209]).
+* Changed to use `_snwprintf` to address a compile error due to the changed
+ `swprintf` signature in recent versions of MinGW ([ticket 7373]).
+* Fixed a deadlock that can occur on Windows when shutting down a pool of
+ `io_service` threads due to running out of work ([ticket 7552]).
+* Enabled the `noexcept` qualifier for error categories ([ticket 7797]).
+* Changed UNIX domain socket example to treat errors from `accept` as non-fatal
+ ([ticket 7488]).
+* Added a small block recycling optimisation to improve default memory
+ allocation behaviour.
+
 [heading Asio 1.8.2 / Boost 1.51]
 
 * Fixed an incompatibility between `ip::tcp::iostream` and C++11


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