2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-27 18:42:07 +00:00

Revision history.

This commit is contained in:
Christopher Kohlhoff
2015-12-14 12:01:10 +11:00
parent 763d513043
commit c0d667f36a

View File

@@ -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