File tree 8 files changed +20
-133
lines changed
8 files changed +20
-133
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Running Tests
90
90
If you want to run the tests that come with cpp-netlib, there are a few things
91
91
you will need. These are:
92
92
93
- * A compiler (GCC 4 .x, Clang 3.6 , MSVC 2008 )
93
+ * A compiler (GCC 5 .x, Clang 3.7 , MSVC 2015 )
94
94
* A build tool (CMake _ is required)
95
95
* OpenSSL headers (optional)
96
96
@@ -101,13 +101,13 @@ you will need. These are:
101
101
Hacking on cpp-netlib
102
102
---------------------
103
103
104
- cpp-netlib uses git _ for tracking work, and is hosted on GitHub _.
104
+ cpp-netlib uses git _ for tracking work, and is hosted on GitHub _.
105
105
cpp-netlib is hosted on GitHub _ following the GitHub recommended practice of
106
106
forking the repository and submitting pull requests to the source repository.
107
107
You can read more about the forking _ process and submitting `pull requests `_ if
108
108
you're not familiar with either process yet. cpp-netib follows the GitHub pull
109
109
request model for accepting patches. You can read more about the process at
110
- http://cpp-netlib.org/process.html#pull-requests.
110
+ http://cpp-netlib.org/process.html#pull-requests.
111
111
112
112
.. _git : http://git-scm.com/
113
113
.. _GitHub : http://github.com/
Original file line number Diff line number Diff line change 10
10
#include < boost/network/version.hpp>
11
11
12
12
#define BOOST_NETLIB_VERSION_MAJOR 0
13
- #define BOOST_NETLIB_VERSION_MINOR 12
13
+ #define BOOST_NETLIB_VERSION_MINOR 13
14
14
#define BOOST_NETLIB_VERSION_INCREMENT 0
15
15
16
16
#ifndef BOOST_NETLIB_VERSION
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = '0.12 '
65
+ version = '0.13 '
66
66
# The full version, including alpha/beta/rc tags.
67
- release = '0.12 .0'
67
+ release = '0.13 .0'
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
111
111
112
112
# The name for this set of Sphinx documents. If None, it defaults to
113
113
# "<project> v<release> documentation".
114
- html_title = 'cpp-netlib v0.12 .0'
114
+ html_title = 'cpp-netlib v0.13 .0'
115
115
116
116
# A shorter title for the navigation bar. Default is the same as html_title.
117
117
# html_short_title = 'cpp-netlib'
Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ embedded into larger applications.
24
24
examples/http/hello_world_server
25
25
examples/http/hello_world_client
26
26
examples/http/atom_reader
27
- examples/http/twitter_search
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ Projects using CMake can add the following lines in their ``CMakeLists.txt`` to
234
234
be able to use :mod: `cpp-netlib `::
235
235
236
236
set ( CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ~/cpp-netlib-build )
237
- find_package ( cppnetlib 0.11 .0 REQUIRED )
237
+ find_package ( cppnetlib 0.13 .0 REQUIRED )
238
238
include_directories ( ${CPPNETLIB_INCLUDE_DIRS} )
239
239
target_link_libraries ( MyApplication ${CPPNETLIB_LIBRARIES} )
240
240
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: 2014 -10-01
7
- .. :Version: 0.11 .0
6
+ .. :Date: 2016 -10-05
7
+ .. :Version: 0.13 .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.11 .0 in the GitHub _
28
+ This version of :mod: `cpp-netlib ` is tagged as cpp-netlib-0.13 .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
@@ -120,4 +120,3 @@ Want to learn more?
120
120
121
121
.. _Boost : http://www.boost.org/
122
122
.. _GitHub : http://github.com/
123
-
Original file line number Diff line number Diff line change 4
4
What's New
5
5
************
6
6
7
+ :mod: `cpp-netlib ` 0.13
8
+ ----------------------
9
+
10
+ * Added Visual Studio 2015 support.
11
+ * Update minimum Boost to 1.58. Always use shared libs from Boost.
12
+
7
13
:mod: `cpp-netlib ` 0.12
8
14
----------------------
9
15
@@ -71,15 +77,15 @@ v0.11.0
71
77
* Support streaming body chunks for PUT/POST client requests (`#27 `_)
72
78
* Fix non-case-sensitive header parsing for some client tags (`#313 `_)
73
79
* Remove unsupported Jamfiles from the whole project (`#316 `_)
74
- * Add ``make install `` for Linux and OS X (`#285 `_)
80
+ * Add ``make install `` for Linux and OS X (`#285 `_)
75
81
* Fix incorrect Body processing (`#69 `_)
76
82
* Support chunked transfer encoding from HTTP responses (`#86 `_)
77
- * Make OS X Clang builds use C++11 and libc++.
83
+ * Make OS X Clang builds use C++11 and libc++.
78
84
* Update Boost requirement to 1.54.0.
79
85
* Experimental Base64 encoding/decoding library (`#287 `_)
80
86
* *Known test failure: * OS X Xcode Clang 5.0 + Boost 1.54.0 + libc++ don't play
81
87
well with Boost.Serialization issues, mitigate test breakage but
82
- ``cpp-netlib-utils_base64_test `` still fails in this platform. (`#287 `_)
88
+ ``cpp-netlib-utils_base64_test `` still fails in this platform. (`#287 `_)
83
89
* Provide a client option to always validate peers for HTTPS requests made by
84
90
the client. (`#349 `_)
85
91
* Back-port fix for `#163 `_ for improved URI parsing.
You can’t perform that action at this time.
0 commit comments