@@ -16,13 +16,21 @@ v0.11.0
16
16
* Support streaming body chunks for PUT/POST client requests (`#27 `_)
17
17
* Fix non-case-sensitive header parsing for some client tags (`#313 `_)
18
18
* Remove unsupported Jamfiles from the whole project (`#316 `_)
19
+ * Add ``make install `` for Linux and OS X (`#285 `_)
20
+ * Fix incorrect Body processing (`#69 `_)
21
+ * Support chunked transfer encoding from HTTP responses (`#86 `_)
22
+ * Make OS X Clang builds use C++11 (requires Boost 1.540 installed, built with
23
+ C++11 and linked with libc++ as well).
19
24
25
+ .. _`#129` :https://github.com/cpp-netlib/cpp-netlib/issues/129
20
26
.. _`#245` :https://github.com/cpp-netlib/cpp-netlib/issues/245
21
- .. _`#279` :https://github.com/cpp-netlib/cpp-netlib/issues/279
22
27
.. _`#277` :https://github.com/cpp-netlib/cpp-netlib/issues/277
23
- .. _`#129 ` :https://github.com/cpp-netlib/cpp-netlib/issues/129
28
+ .. _`#279 ` :https://github.com/cpp-netlib/cpp-netlib/issues/279
24
29
.. _`#27` :https://github.com/cpp-netlib/cpp-netlib/issues/27
30
+ .. _`#285` :https://github.com/cpp-netlib/cpp-netlib/issues/285
25
31
.. _`#313` :https://github.com/cpp-netlib/cpp-netlib/issues/313
32
+ .. _`#316` :https://github.com/cpp-netlib/cpp-netlib/issues/316
33
+ .. _`#69` :https://github.com/cpp-netlib/cpp-netlib/issues/69
26
34
27
35
:mod: `cpp-netlib ` 0.10
28
36
----------------------