|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r86468 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2013-10-26 18:49:17
Author: chris_kohlhoff
Date: 2013-10-26 18:49:17 EDT (Sat, 26 Oct 2013)
New Revision: 86468
URL: http://svn.boost.org/trac/boost/changeset/86468
Log:
Updated revision history.
Text files modified:
trunk/libs/asio/doc/history.qbk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/libs/asio/doc/history.qbk
==============================================================================
--- trunk/libs/asio/doc/history.qbk Sat Oct 26 18:47:02 2013 (r86467)
+++ trunk/libs/asio/doc/history.qbk 2013-10-26 18:49:17 EDT (Sat, 26 Oct 2013) (r86468)
@@ -58,9 +58,11 @@
* Removed a use of `std::min` in the Windows IOCP backend to avoid a
dependency on the `<algorithm>` header ([ticket 8758]).
* Eliminated some unnecessary handler copies.
+* Fixed support for older versions of OpenSSL that do not provide the
+ `SSL_CTX_clear_options` function ([ticket 9273]).
* Fixed various minor and cosmetic issues in code and documentation
(including [ticket 8347], [ticket 8950], [ticket 8953], [ticket 8965],
- [ticket 8997]).
+ [ticket 8997], [ticket 9230]).
[heading Asio 1.10.0 / Boost 1.54]
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