asio version 1.16.1 released
diff --git a/asio/README b/asio/README
index 86e409a..3c8fda0 100644
--- a/asio/README
+++ b/asio/README
@@ -1,4 +1,4 @@
-asio version 1.16.0
-Released Thursday, 12 December 2019.
+asio version 1.16.1
+Released Wednesday, 29 April 2020.
 
 See doc/index.html for API documentation and a tutorial.
diff --git a/asio/asio.manifest b/asio/asio.manifest
index d039501..067a13d 100644
--- a/asio/asio.manifest
+++ b/asio/asio.manifest
@@ -3172,6 +3172,7 @@
 /doc/asio/reference/ssl__context/context.html
 /doc/asio/reference/ssl__context/context/overload1.html
 /doc/asio/reference/ssl__context/context/overload2.html
+/doc/asio/reference/ssl__context/context/overload3.html
 /doc/asio/reference/ssl__context/default_workarounds.html
 /doc/asio/reference/ssl__context/file_format.html
 /doc/asio/reference/ssl__context.html
@@ -3261,6 +3262,11 @@
 /doc/asio/reference/ssl__error__make_error_code.html
 /doc/asio/reference/ssl__error__stream_category.html
 /doc/asio/reference/ssl__error__stream_errors.html
+/doc/asio/reference/ssl__host_name_verification/
+/doc/asio/reference/ssl__host_name_verification/host_name_verification.html
+/doc/asio/reference/ssl__host_name_verification.html
+/doc/asio/reference/ssl__host_name_verification/operator_lp__rp_.html
+/doc/asio/reference/ssl__host_name_verification/result_type.html
 /doc/asio/reference/ssl__rfc2818_verification/
 /doc/asio/reference/ssl__rfc2818_verification.html
 /doc/asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html
@@ -4326,11 +4332,13 @@
 /include/asio/ssl/detail/verify_callback.hpp
 /include/asio/ssl/detail/write_op.hpp
 /include/asio/ssl/error.hpp
+/include/asio/ssl/host_name_verification.hpp
 /include/asio/ssl.hpp
 /include/asio/ssl/impl/
 /include/asio/ssl/impl/context.hpp
 /include/asio/ssl/impl/context.ipp
 /include/asio/ssl/impl/error.ipp
+/include/asio/ssl/impl/host_name_verification.ipp
 /include/asio/ssl/impl/rfc2818_verification.ipp
 /include/asio/ssl/impl/src.hpp
 /include/asio/ssl/rfc2818_verification.hpp
@@ -4813,6 +4821,7 @@
 /src/tests/unit/ssl/context_base.cpp
 /src/tests/unit/ssl/context.cpp
 /src/tests/unit/ssl/error.cpp
+/src/tests/unit/ssl/host_name_verification.cpp
 /src/tests/unit/ssl/rfc2818_verification.cpp
 /src/tests/unit/ssl/stream_base.cpp
 /src/tests/unit/ssl/stream.cpp
diff --git a/asio/boost_asio.manifest b/asio/boost_asio.manifest
index e697a7e..58f367e 100644
--- a/asio/boost_asio.manifest
+++ b/asio/boost_asio.manifest
@@ -445,11 +445,13 @@
 /boost/asio/ssl/detail/verify_callback.hpp
 /boost/asio/ssl/detail/write_op.hpp
 /boost/asio/ssl/error.hpp
+/boost/asio/ssl/host_name_verification.hpp
 /boost/asio/ssl.hpp
 /boost/asio/ssl/impl/
 /boost/asio/ssl/impl/context.hpp
 /boost/asio/ssl/impl/context.ipp
 /boost/asio/ssl/impl/error.ipp
+/boost/asio/ssl/impl/host_name_verification.ipp
 /boost/asio/ssl/impl/rfc2818_verification.ipp
 /boost/asio/ssl/impl/src.hpp
 /boost/asio/ssl/rfc2818_verification.hpp
@@ -3920,6 +3922,7 @@
 /doc/html/boost_asio/reference/ssl__context/context.html
 /doc/html/boost_asio/reference/ssl__context/context/overload1.html
 /doc/html/boost_asio/reference/ssl__context/context/overload2.html
+/doc/html/boost_asio/reference/ssl__context/context/overload3.html
 /doc/html/boost_asio/reference/ssl__context/default_workarounds.html
 /doc/html/boost_asio/reference/ssl__context/file_format.html
 /doc/html/boost_asio/reference/ssl__context.html
@@ -4009,6 +4012,11 @@
 /doc/html/boost_asio/reference/ssl__error__make_error_code.html
 /doc/html/boost_asio/reference/ssl__error__stream_category.html
 /doc/html/boost_asio/reference/ssl__error__stream_errors.html
+/doc/html/boost_asio/reference/ssl__host_name_verification/
+/doc/html/boost_asio/reference/ssl__host_name_verification/host_name_verification.html
+/doc/html/boost_asio/reference/ssl__host_name_verification.html
+/doc/html/boost_asio/reference/ssl__host_name_verification/operator_lp__rp_.html
+/doc/html/boost_asio/reference/ssl__host_name_verification/result_type.html
 /doc/html/boost_asio/reference/ssl__rfc2818_verification/
 /doc/html/boost_asio/reference/ssl__rfc2818_verification.html
 /doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html
@@ -4934,6 +4942,7 @@
 /libs/asio/example/cpp14/executors/bank_account_1.cpp
 /libs/asio/example/cpp14/executors/bank_account_2.cpp
 /libs/asio/example/cpp14/executors/fork_join.cpp
+/libs/asio/example/cpp14/executors/Jamfile.v2
 /libs/asio/example/cpp14/executors/pipeline.cpp
 /libs/asio/example/cpp14/executors/priority_scheduler.cpp
 /libs/asio/example/cpp14/operations/
@@ -4960,8 +4969,6 @@
 /libs/asio/test/archetypes/
 /libs/asio/test/archetypes/async_ops.hpp
 /libs/asio/test/archetypes/async_result.hpp
-/libs/asio/test/archetypes/deprecated_async_ops.hpp
-/libs/asio/test/archetypes/deprecated_async_result.hpp
 /libs/asio/test/archetypes/gettable_socket_option.hpp
 /libs/asio/test/archetypes/io_control_command.hpp
 /libs/asio/test/archetypes/settable_socket_option.hpp
@@ -5068,6 +5075,7 @@
 /libs/asio/test/ssl/context_base.cpp
 /libs/asio/test/ssl/context.cpp
 /libs/asio/test/ssl/error.cpp
+/libs/asio/test/ssl/host_name_verification.cpp
 /libs/asio/test/ssl/Jamfile.v2
 /libs/asio/test/ssl/rfc2818_verification.cpp
 /libs/asio/test/ssl/stream_base.cpp
@@ -5134,6 +5142,9 @@
 /libs/system/test/
 /libs/system/test/after_main_test.cpp
 /libs/system/test/before_main_test.cpp
+/libs/system/test/cmake_install_test/
+/libs/system/test/cmake_install_test/CMakeLists.txt
+/libs/system/test/CMakeLists.txt
 /libs/system/test/cmake_subdir_test/
 /libs/system/test/cmake_subdir_test/CMakeLists.txt
 /libs/system/test/config_test.cpp
diff --git a/asio/configure.ac b/asio/configure.ac
index 1f0aec5..985deb4 100644
--- a/asio/configure.ac
+++ b/asio/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(asio, [1.16.0])
+AC_INIT(asio, [1.16.1])
 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 a4b7c01..89c071b 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 101600 // 1.16.0
+#define ASIO_VERSION 101601 // 1.16.1
 
 #endif // ASIO_VERSION_HPP