Skip to content

Commit fccef68

Browse files
committed
Update documentation for 0.12
1 parent e60e821 commit fccef68

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

libs/network/doc/whats_new.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
What's New
55
************
66

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+
720
:mod:`cpp-netlib` 0.11
821
----------------------
922

0 commit comments

Comments
 (0)