File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 5252# built documents.
5353#
5454# The short X.Y version.
55- version = '0.10 '
55+ version = '0.11 '
5656# The full version, including alpha/beta/rc tags.
57- release = '0.10 .0'
57+ release = '0.11 .0'
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
9999
100100# The name for this set of Sphinx documents. If None, it defaults to
101101# "<project> v<release> documentation".
102- html_title = 'cpp-netlib v0.10 .0'
102+ html_title = 'cpp-netlib v0.11 .0'
103103
104104# A shorter title for the navigation bar. Default is the same as html_title.
105105# html_short_title = 'cpp-netlib'
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ implementation.
3131Message Concept
3232```````````````
3333
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 .
3636
3737The Message Concept specifies what the valid operations on a message
3838are as well as what messages look like semantically. The following
Original file line number Diff line number Diff line change 33
44.. :Authors: Glyn Matthews <glyn.matthews@gmail.com>
55.. Dean Michael Berris <dberris@google.com>
6- .. :Date: Jul 4 , 2013
7- .. :Version: 0.10.1
6+ .. :Date: Nov 24 , 2013
7+ .. :Version: 0.11.0
88.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
99.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2013.
1010.. Copyrigh 2013 Google, Inc.
@@ -25,7 +25,7 @@ project website at:
2525
2626 http://cpp-netlib.org/
2727
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 _
2929repository. You can find more information about the progress of the development
3030by checking our GitHub _ project page at:
3131
@@ -110,6 +110,7 @@ Want to learn more?
110110 * :ref: `Find out what's new <whats_new >`
111111 * :ref: `Study the library in more depth <in_depth >`
112112 * :ref: `Discover more through the full reference <reference >`
113+ * :ref: `Full table of contents <contents >`
113114
114115.. warning :: Be aware that not all features are stable. The generic
115116 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
1919* Add ``make install `` for Linux and OS X (`#285 `_)
2020* Fix incorrect Body processing (`#69 `_)
2121* 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.
2424
2525.. _`#129` : https://github.com/cpp-netlib/cpp-netlib/issues/129
2626.. _`#245` : https://github.com/cpp-netlib/cpp-netlib/issues/245
You can’t perform that action at this time.
0 commit comments