|
4 | 4 | What's New
|
5 | 5 | ************
|
6 | 6 |
|
| 7 | +:mod:`cpp-netlib` 0.11 |
| 8 | +---------------------- |
| 9 | + |
| 10 | +v0.11.0 |
| 11 | +* Fix thread leak in DNS resolution failure (`#245`_) |
| 12 | +* Remove unsupported `client_fwd.hpp` header (`#277`_) |
| 13 | +* Remove support for header-only usage (`#129`_) -- this means that the |
| 14 | + BOOST_NETWORK_NO_LIB option is no longer actually supported. |
| 15 | +* Deprecate Synchronous Client implementations (`#279`_) |
| 16 | +* Support streaming body chunks for PUT/POST client requests (`#27`_) |
| 17 | +* Fix non-case-sensitive header parsing for some client tags (`#313`_) |
| 18 | +* Remove unsupported Jamfiles from the whole project (`#316`_) |
| 19 | + |
| 20 | +.. _`#245`:https://github.com/cpp-netlib/cpp-netlib/issues/245 |
| 21 | +.. _`#279`:https://github.com/cpp-netlib/cpp-netlib/issues/279 |
| 22 | +.. _`#277`:https://github.com/cpp-netlib/cpp-netlib/issues/277 |
| 23 | +.. _`#129`:https://github.com/cpp-netlib/cpp-netlib/issues/129 |
| 24 | +.. _`#27`:https://github.com/cpp-netlib/cpp-netlib/issues/27 |
| 25 | +.. _`#313`:https://github.com/cpp-netlib/cpp-netlib/issues/313 |
| 26 | + |
7 | 27 | :mod:`cpp-netlib` 0.10
|
8 | 28 | ----------------------
|
9 | 29 |
|
|