mirror of
https://github.com/boostorg/asio.git
synced 2026-01-27 06:32:08 +00:00
Revision history.
This commit is contained in:
@@ -7,6 +7,26 @@
|
||||
|
||||
[section:history Revision History]
|
||||
|
||||
[heading Asio 1.10.5 / Boost 1.57]
|
||||
|
||||
* Fixed the [^kqueue] reactor so that it works on FreeBSD ([ticket 10606]).
|
||||
* Fixed an issue in the [^kqueue] reactor which resulted in spinning when using
|
||||
serial ports on Mac OS ([ticket 10496]).
|
||||
* Fixed [^kqueue] reactor support for read-only file descriptors
|
||||
([ticket 10367]).
|
||||
* Fixed a compile error when using the [^/dev/poll] reactor ([ticket 10350],
|
||||
[ticket 10572]).
|
||||
* Changed the Windows backend to use `WSASocketW`, as `WSASocketA` has been
|
||||
deprecated ([ticket 10534]).
|
||||
* Fixed some warnings reported by Visual C++ 2013 ([ticket 10376]).
|
||||
* Fixed integer type used in the WinRT version of the byte-order conversion
|
||||
functions ([ticket 10539]).
|
||||
* Changed documentation to indicate that `use_future` and `spawn()` are not
|
||||
made available when including the `asio.hpp` convenience header ([ticket
|
||||
10567]).
|
||||
* Explicitly marked `asio::strand` as deprecated. Use
|
||||
`asio::io_service::strand` instead.
|
||||
|
||||
[heading Asio 1.10.4 / Boost 1.56]
|
||||
|
||||
* Stopped using certain Winsock functions that are marked as deprecated in the
|
||||
|
||||
Reference in New Issue
Block a user