|
7 | 7 | :mod:`cpp-netlib` 0.9 |
8 | 8 | --------------------- |
9 | 9 |
|
| 10 | +v0.9.4 |
| 11 | +~~~~~~ |
| 12 | +* Lots of URI fixes. |
| 13 | +* Fixed async_server's request handler so it doesn't make copies of the supplied handler. |
| 14 | +* Fix for issue `#73`_ regarding SSL connections ending in short read errors. |
| 15 | +* Final C++03-only release. |
| 16 | + |
| 17 | +.. _`#73`:https://github.com/cpp-netlib/cpp-netlib/issues/73 |
| 18 | + |
10 | 19 | v0.9.3 |
11 | 20 | ~~~~~~ |
12 | 21 | * URI, HTTP client and HTTP server are now built as static libraries (``libcppnetlib-uri.a``, ``libcppnetlib-client-connections.a`` and ``libcppnetlib-server-parsers.a`` on Linux and ``cppnetlib-uri.lib``, ``cppnetlib-client-connections.lib`` and ``cppnetlib-server-parsers.lib`` on Windows). |
|