Skip to content

Commit

Permalink
asio version 1.10.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Mar 23, 2015
1 parent b436cdd commit c466dc4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions asio/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asio version 1.10.5
Released Thursday, 19 March 2015.
asio version 1.10.6
Released Tuesday, 24 March 2015.

See doc/index.html for API documentation and a tutorial.
5 changes: 4 additions & 1 deletion asio/asio.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2845,6 +2845,8 @@
/doc/asio/reference/ssl__context_base/no_compression.html
/doc/asio/reference/ssl__context_base/no_sslv2.html
/doc/asio/reference/ssl__context_base/no_sslv3.html
/doc/asio/reference/ssl__context_base/no_tlsv1_1.html
/doc/asio/reference/ssl__context_base/no_tlsv1_2.html
/doc/asio/reference/ssl__context_base/no_tlsv1.html
/doc/asio/reference/ssl__context_base/options.html
/doc/asio/reference/ssl__context_base/password_purpose.html
Expand Down Expand Up @@ -2874,6 +2876,8 @@
/doc/asio/reference/ssl__context/no_compression.html
/doc/asio/reference/ssl__context/no_sslv2.html
/doc/asio/reference/ssl__context/no_sslv3.html
/doc/asio/reference/ssl__context/no_tlsv1_1.html
/doc/asio/reference/ssl__context/no_tlsv1_2.html
/doc/asio/reference/ssl__context/no_tlsv1.html
/doc/asio/reference/ssl__context/operator_eq_.html
/doc/asio/reference/ssl__context/options.html
Expand Down Expand Up @@ -4328,7 +4332,6 @@
/src/tests/unit/system_timer.cpp
/src/tests/unit/thread.cpp
/src/tests/unit/time_traits.cpp
/src/tests/unit/unit_test.cpp
/src/tests/unit/unit_test.hpp
/src/tests/unit/waitable_timer_service.cpp
/src/tests/unit/wait_traits.cpp
Expand Down
4 changes: 4 additions & 0 deletions asio/boost_asio.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3453,6 +3453,8 @@
/doc/html/boost_asio/reference/ssl__context_base/no_compression.html
/doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html
/doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html
/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1_1.html
/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1_2.html
/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html
/doc/html/boost_asio/reference/ssl__context_base/options.html
/doc/html/boost_asio/reference/ssl__context_base/password_purpose.html
Expand Down Expand Up @@ -3482,6 +3484,8 @@
/doc/html/boost_asio/reference/ssl__context/no_compression.html
/doc/html/boost_asio/reference/ssl__context/no_sslv2.html
/doc/html/boost_asio/reference/ssl__context/no_sslv3.html
/doc/html/boost_asio/reference/ssl__context/no_tlsv1_1.html
/doc/html/boost_asio/reference/ssl__context/no_tlsv1_2.html
/doc/html/boost_asio/reference/ssl__context/no_tlsv1.html
/doc/html/boost_asio/reference/ssl__context/operator_eq_.html
/doc/html/boost_asio/reference/ssl__context/options.html
Expand Down
2 changes: 1 addition & 1 deletion asio/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(asio, [1.10.5])
AC_INIT(asio, [1.10.6])
AC_CONFIG_SRCDIR(include/asio.hpp)
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([tar-ustar])
Expand Down
2 changes: 1 addition & 1 deletion asio/include/asio/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
// ASIO_VERSION % 100 is the sub-minor version
// ASIO_VERSION / 100 % 1000 is the minor version
// ASIO_VERSION / 100000 is the major version
#define ASIO_VERSION 101005 // 1.10.5
#define ASIO_VERSION 101006 // 1.10.6

#endif // ASIO_VERSION_HPP

0 comments on commit c466dc4

Please sign in to comment.