File tree 4 files changed +11
-10
lines changed
4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 52
52
# built documents.
53
53
#
54
54
# The short X.Y version.
55
- version = '0.10 '
55
+ version = '0.11 '
56
56
# The full version, including alpha/beta/rc tags.
57
- release = '0.10 .0'
57
+ release = '0.11 .0'
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
99
99
100
100
# The name for this set of Sphinx documents. If None, it defaults to
101
101
# "<project> v<release> documentation".
102
- html_title = 'cpp-netlib v0.10 .0'
102
+ html_title = 'cpp-netlib v0.11 .0'
103
103
104
104
# A shorter title for the navigation bar. Default is the same as html_title.
105
105
# html_short_title = 'cpp-netlib'
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ implementation.
31
31
Message Concept
32
32
```````````````
33
33
34
- .. warning :: The message is under review at present and will be
35
- subject to change in newer versions.
34
+ .. warning :: The Message framework is deprecated in the 0.11 release, and will
35
+ be removed in future versions of the library .
36
36
37
37
The Message Concept specifies what the valid operations on a message
38
38
are as well as what messages look like semantically. The following
Original file line number Diff line number Diff line change 3
3
4
4
.. :Authors: Glyn Matthews <[email protected] >
5
5
.. Dean Michael Berris <[email protected] >
6
- .. :Date: Jul 4 , 2013
7
- .. :Version: 0.10.1
6
+ .. :Date: Nov 24 , 2013
7
+ .. :Version: 0.11.0
8
8
.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
9
9
.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2013.
10
10
.. Copyrigh 2013 Google, Inc.
@@ -25,7 +25,7 @@ project website at:
25
25
26
26
http://cpp-netlib.org/
27
27
28
- This version of :mod: `cpp-netlib ` is tagged as cpp-netlib-0.10 .0 in the GitHub _
28
+ This version of :mod: `cpp-netlib ` is tagged as cpp-netlib-0.11 .0 in the GitHub _
29
29
repository. You can find more information about the progress of the development
30
30
by checking our GitHub _ project page at:
31
31
@@ -110,6 +110,7 @@ Want to learn more?
110
110
* :ref: `Find out what's new <whats_new >`
111
111
* :ref: `Study the library in more depth <in_depth >`
112
112
* :ref: `Discover more through the full reference <reference >`
113
+ * :ref: `Full table of contents <contents >`
113
114
114
115
.. warning :: Be aware that not all features are stable. The generic
115
116
message design is under review and the URI and HTTP
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ v0.11.0
19
19
* Add ``make install `` for Linux and OS X (`#285 `_)
20
20
* Fix incorrect Body processing (`#69 `_)
21
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).
22
+ * Make OS X Clang builds use C++11 and libc++.
23
+ * Update Boost requirement to 1.54.0.
24
24
25
25
.. _`#129` : https://github.com/cpp-netlib/cpp-netlib/issues/129
26
26
.. _`#245` : https://github.com/cpp-netlib/cpp-netlib/issues/245
You can’t perform that action at this time.
0 commit comments