Skip to content

Commit 51ac3ba

Browse files
committed
Merge pull request #658 from RyuaNerin/0.12-release
fixed version information.
2 parents b6f27e0 + 9ad7093 commit 51ac3ba

19 files changed

+93
-93
lines changed

libs/network/doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '0.11'
65+
version = '0.12'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '0.11.2'
67+
release = '0.12.0'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.
@@ -111,7 +111,7 @@
111111

112112
# The name for this set of Sphinx documents. If None, it defaults to
113113
# "<project> v<release> documentation".
114-
html_title = 'cpp-netlib v0.11.2'
114+
html_title = 'cpp-netlib v0.12.0'
115115

116116
# A shorter title for the navigation bar. Default is the same as html_title.
117117
# html_short_title = 'cpp-netlib'

libs/network/doc/html/contents.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Contents &mdash; cpp-netlib v0.11.2</title>
9+
<title>Contents &mdash; cpp-netlib v0.12.0</title>
1010

1111
<link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.11.2',
17+
VERSION: '0.12.0',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="_static/jquery.js"></script>
2424
<script type="text/javascript" src="_static/underscore.js"></script>
2525
<script type="text/javascript" src="_static/doctools.js"></script>
26-
<link rel="top" title="cpp-netlib v0.11.2" href="#" />
26+
<link rel="top" title="cpp-netlib v0.12.0" href="#" />
2727
<link rel="next" title="Getting cpp-netlib" href="index.html" />
2828
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
2929
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
@@ -40,7 +40,7 @@ <h3>Navigation</h3>
4040
<li class="right" style="margin-right: 10px">
4141
<a href="index.html" title="Getting cpp-netlib"
4242
accesskey="N">next</a></li>
43-
<li class="nav-item nav-item-0"><a href="#">cpp-netlib v0.11.2</a> &raquo;</li>
43+
<li class="nav-item nav-item-0"><a href="#">cpp-netlib v0.12.0</a> &raquo;</li>
4444
</ul>
4545
</div>
4646

@@ -231,7 +231,7 @@ <h3>Navigation</h3>
231231
<li class="right" style="margin-right: 10px">
232232
<a href="index.html" title="Getting cpp-netlib"
233233
>next</a></li>
234-
<li class="nav-item nav-item-0"><a href="#">cpp-netlib v0.11.2</a> &raquo;</li>
234+
<li class="nav-item nav-item-0"><a href="#">cpp-netlib v0.12.0</a> &raquo;</li>
235235
</ul>
236236
</div>
237237
<div class="footer" role="contentinfo">

libs/network/doc/html/examples.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Examples &mdash; cpp-netlib v0.11.2</title>
9+
<title>Examples &mdash; cpp-netlib v0.12.0</title>
1010

1111
<link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.11.2',
17+
VERSION: '0.12.0',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="_static/jquery.js"></script>
2424
<script type="text/javascript" src="_static/underscore.js"></script>
2525
<script type="text/javascript" src="_static/doctools.js"></script>
26-
<link rel="top" title="cpp-netlib v0.11.2" href="contents.html" />
26+
<link rel="top" title="cpp-netlib v0.12.0" href="contents.html" />
2727
<link rel="next" title="HTTP client" href="examples/http/http_client.html" />
2828
<link rel="prev" title="Getting Started" href="getting_started.html" />
2929
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
@@ -44,7 +44,7 @@ <h3>Navigation</h3>
4444
<li class="right" >
4545
<a href="getting_started.html" title="Getting Started"
4646
accesskey="P">previous</a> |</li>
47-
<li class="nav-item nav-item-0"><a href="contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
47+
<li class="nav-item nav-item-0"><a href="contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
4848
</ul>
4949
</div>
5050

@@ -124,7 +124,7 @@ <h3>Navigation</h3>
124124
<li class="right" >
125125
<a href="getting_started.html" title="Getting Started"
126126
>previous</a> |</li>
127-
<li class="nav-item nav-item-0"><a href="contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
127+
<li class="nav-item nav-item-0"><a href="contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
128128
</ul>
129129
</div>
130130
<div class="footer" role="contentinfo">

libs/network/doc/html/examples/http/atom_reader.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Atom feed reader &mdash; cpp-netlib v0.11.2</title>
9+
<title>Atom feed reader &mdash; cpp-netlib v0.12.0</title>
1010

1111
<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '0.11.2',
17+
VERSION: '0.12.0',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
26+
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
2727
<link rel="up" title="Examples" href="../../examples.html" />
2828
<link rel="next" title="Twitter search" href="twitter_search.html" />
2929
<link rel="prev" title="“Hello world” HTTP client" href="hello_world_client.html" />
@@ -45,7 +45,7 @@ <h3>Navigation</h3>
4545
<li class="right" >
4646
<a href="hello_world_client.html" title="“Hello world” HTTP client"
4747
accesskey="P">previous</a> |</li>
48-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
48+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
4949
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
5050
</ul>
5151
</div>
@@ -169,7 +169,7 @@ <h3>Navigation</h3>
169169
<li class="right" >
170170
<a href="hello_world_client.html" title="“Hello world” HTTP client"
171171
>previous</a> |</li>
172-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
172+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
173173
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
174174
</ul>
175175
</div>

libs/network/doc/html/examples/http/hello_world_client.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>“Hello world” HTTP client &mdash; cpp-netlib v0.11.2</title>
9+
<title>“Hello world” HTTP client &mdash; cpp-netlib v0.12.0</title>
1010

1111
<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '0.11.2',
17+
VERSION: '0.12.0',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
26+
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
2727
<link rel="up" title="Examples" href="../../examples.html" />
2828
<link rel="next" title="Atom feed reader" href="atom_reader.html" />
2929
<link rel="prev" title="“Hello world” HTTP server" href="hello_world_server.html" />
@@ -45,7 +45,7 @@ <h3>Navigation</h3>
4545
<li class="right" >
4646
<a href="hello_world_server.html" title="“Hello world” HTTP server"
4747
accesskey="P">previous</a> |</li>
48-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
48+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
4949
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
5050
</ul>
5151
</div>
@@ -186,7 +186,7 @@ <h3>Navigation</h3>
186186
<li class="right" >
187187
<a href="hello_world_server.html" title="“Hello world” HTTP server"
188188
>previous</a> |</li>
189-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
189+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
190190
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
191191
</ul>
192192
</div>

libs/network/doc/html/examples/http/hello_world_server.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>“Hello world” HTTP server &mdash; cpp-netlib v0.11.2</title>
9+
<title>“Hello world” HTTP server &mdash; cpp-netlib v0.12.0</title>
1010

1111
<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '0.11.2',
17+
VERSION: '0.12.0',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
26+
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
2727
<link rel="up" title="Examples" href="../../examples.html" />
2828
<link rel="next" title="“Hello world” HTTP client" href="hello_world_client.html" />
2929
<link rel="prev" title="Simple wget" href="simple_wget.html" />
@@ -45,7 +45,7 @@ <h3>Navigation</h3>
4545
<li class="right" >
4646
<a href="simple_wget.html" title="Simple wget"
4747
accesskey="P">previous</a> |</li>
48-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
48+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
4949
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
5050
</ul>
5151
</div>
@@ -236,7 +236,7 @@ <h3>Navigation</h3>
236236
<li class="right" >
237237
<a href="simple_wget.html" title="Simple wget"
238238
>previous</a> |</li>
239-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
239+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
240240
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
241241
</ul>
242242
</div>

libs/network/doc/html/examples/http/http_client.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>HTTP client &mdash; cpp-netlib v0.11.2</title>
9+
<title>HTTP client &mdash; cpp-netlib v0.12.0</title>
1010

1111
<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '0.11.2',
17+
VERSION: '0.12.0',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
26+
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
2727
<link rel="up" title="Examples" href="../../examples.html" />
2828
<link rel="next" title="Simple wget" href="simple_wget.html" />
2929
<link rel="prev" title="Examples" href="../../examples.html" />
@@ -45,7 +45,7 @@ <h3>Navigation</h3>
4545
<li class="right" >
4646
<a href="../../examples.html" title="Examples"
4747
accesskey="P">previous</a> |</li>
48-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
48+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
4949
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
5050
</ul>
5151
</div>
@@ -200,7 +200,7 @@ <h3>Navigation</h3>
200200
<li class="right" >
201201
<a href="../../examples.html" title="Examples"
202202
>previous</a> |</li>
203-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
203+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
204204
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
205205
</ul>
206206
</div>

libs/network/doc/html/examples/http/simple_wget.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Simple wget &mdash; cpp-netlib v0.11.2</title>
9+
<title>Simple wget &mdash; cpp-netlib v0.12.0</title>
1010

1111
<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '0.11.2',
17+
VERSION: '0.12.0',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
26+
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
2727
<link rel="up" title="Examples" href="../../examples.html" />
2828
<link rel="next" title="“Hello world” HTTP server" href="hello_world_server.html" />
2929
<link rel="prev" title="HTTP client" href="http_client.html" />
@@ -45,7 +45,7 @@ <h3>Navigation</h3>
4545
<li class="right" >
4646
<a href="http_client.html" title="HTTP client"
4747
accesskey="P">previous</a> |</li>
48-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
48+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
4949
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
5050
</ul>
5151
</div>
@@ -197,7 +197,7 @@ <h3>Navigation</h3>
197197
<li class="right" >
198198
<a href="http_client.html" title="HTTP client"
199199
>previous</a> |</li>
200-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
200+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
201201
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
202202
</ul>
203203
</div>

libs/network/doc/html/examples/http/twitter_search.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Twitter search &mdash; cpp-netlib v0.11.2</title>
9+
<title>Twitter search &mdash; cpp-netlib v0.12.0</title>
1010

1111
<link rel="stylesheet" href="../../_static/pyramid.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '0.11.2',
17+
VERSION: '0.12.0',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="cpp-netlib v0.11.2" href="../../contents.html" />
26+
<link rel="top" title="cpp-netlib v0.12.0" href="../../contents.html" />
2727
<link rel="up" title="Examples" href="../../examples.html" />
2828
<link rel="next" title="Reference Manual" href="../../reference.html" />
2929
<link rel="prev" title="Atom feed reader" href="atom_reader.html" />
@@ -45,7 +45,7 @@ <h3>Navigation</h3>
4545
<li class="right" >
4646
<a href="atom_reader.html" title="Atom feed reader"
4747
accesskey="P">previous</a> |</li>
48-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
48+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
4949
<li class="nav-item nav-item-1"><a href="../../examples.html" accesskey="U">Examples</a> &raquo;</li>
5050
</ul>
5151
</div>
@@ -203,7 +203,7 @@ <h3>Navigation</h3>
203203
<li class="right" >
204204
<a href="atom_reader.html" title="Atom feed reader"
205205
>previous</a> |</li>
206-
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.11.2</a> &raquo;</li>
206+
<li class="nav-item nav-item-0"><a href="../../contents.html">cpp-netlib v0.12.0</a> &raquo;</li>
207207
<li class="nav-item nav-item-1"><a href="../../examples.html" >Examples</a> &raquo;</li>
208208
</ul>
209209
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy