Skip to content

Commit 33b2cfa

Browse files
committed
Update references to 0.10 -> 0.11; add ToC link to front page.
1 parent 8e621c9 commit 33b2cfa

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

libs/network/doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
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.
@@ -99,7 +99,7 @@
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'

libs/network/doc/in_depth/message.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ implementation.
3131
Message 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

3737
The Message Concept specifies what the valid operations on a message
3838
are as well as what messages look like semantically. The following

libs/network/doc/index.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
.. :Authors: Glyn Matthews <[email protected]>
55
.. 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
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_
2929
repository. You can find more information about the progress of the development
3030
by 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

libs/network/doc/whats_new.rst

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)