diff --git a/doc/history.qbk b/doc/history.qbk index 3d559807..78aa8904 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -7,6 +7,22 @@ [section:history Revision History] +[heading Asio 1.10.7 / Boost 1.60] + +* Added support for Windows 8.1 Store apps. +* Fixed macro multiple definition error on Microsoft Visual Studio 2015 + ([ticket 11539]). +* Changed Asio's SSL wrapper to respect OpenSSL's `OPENSSL_NO_SSL3` feature + test `#define` ([ticket 11754]). +* Changed Asio's SSL wrapper to use OpenSSL's new `SSL_CTX_clear_chain_certs` + function, if available. +* Suppressed a clang 3.6+ warning about unused typedefs ([ticket 11767]). +* Regenerated certificates used by SSL examples. +* Fixed buffer sizes passed to `strncat` in the `getaddrinfo` emulation and in + the SSL wrapper's password handling. +* Changed Windows backend to use non-macro `CreateEventW` rather than + `CreateEvent` ([ticket 11732]). + [heading Asio 1.10.6 / Boost 1.58] * Ensured errors generated by Windows' `ConnectEx` function are mapped to their