We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60e821 commit fccef68Copy full SHA for fccef68
libs/network/doc/whats_new.rst
@@ -4,6 +4,19 @@
4
What's New
5
************
6
7
+:mod:`cpp-netlib` 0.12
8
+----------------------
9
+
10
+* Require C++11 for builds, removes support for non-C++11 compilers.
11
+* Update documentation for hello_world_server
12
+* Use googletest for tests
13
+* Fix XCode-generated debug binaries caused by URI parser complexity
14
+* Remove synchronous client implementation.
15
+* Remove support for connection keepalive (only supported in synchronous client).
16
+* Disable SSLv3 by default.
17
+* Use sanitisers in continuous integration (address and thread sanitiser).
18
+* Update minimum Boost to 1.57. Always use shared libs from Boost.
19
20
:mod:`cpp-netlib` 0.11
21
----------------------
22
0 commit comments