Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26a8fe0

Browse files
committed
Update references to 0.10 -> 0.11; add ToC link to front page.
1 parentcc30f41 commit26a8fe0

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

‎libs/network/doc/conf.py

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ implementation.
3131
Message Concept
3232
```````````````
3333

34-
..warning::Themessageisunder review at presentand will be
35-
subject to changeinnewer versions.
34+
..warning::TheMessage frameworkisdeprecated in the 0.11 release,and will
35+
be removedinfuture 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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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 theGitHub_
28+
This version of:mod:`cpp-netlib` is tagged as cpp-netlib-0.11.0 in theGitHub_
2929
repository. You can find more information about the progress of the development
3030
by checking ourGitHub_ 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

Lines changed: 2 additions & 2 deletions
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++11and 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)

[8]ページ先頭

©2009-2025 Movatter.jp