asio version 1.10.6 released
diff --git a/asio/README b/asio/README index 0867898..c0c6208 100644 --- a/asio/README +++ b/asio/README
@@ -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.
diff --git a/asio/asio.manifest b/asio/asio.manifest index 97b56ee..38952ae 100644 --- a/asio/asio.manifest +++ b/asio/asio.manifest
@@ -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 @@ -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 @@ -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
diff --git a/asio/boost_asio.manifest b/asio/boost_asio.manifest index 48d9ab9..248c25d 100644 --- a/asio/boost_asio.manifest +++ b/asio/boost_asio.manifest
@@ -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 @@ -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
diff --git a/asio/configure.ac b/asio/configure.ac index b9077cb..acb7723 100644 --- a/asio/configure.ac +++ b/asio/configure.ac
@@ -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])
diff --git a/asio/include/asio/version.hpp b/asio/include/asio/version.hpp index b375e84..b03da6b 100644 --- a/asio/include/asio/version.hpp +++ b/asio/include/asio/version.hpp
@@ -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