Skip to content

Commit

Permalink
asio version 1.16.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Apr 29, 2020
1 parent 3dafb7d commit a5c5077
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 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.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.
9 changes: 9 additions & 0 deletions asio/asio.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
15 changes: 13 additions & 2 deletions asio/boost_asio.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
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.16.0])
AC_INIT(asio, [1.16.1])
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 101600 // 1.16.0
#define ASIO_VERSION 101601 // 1.16.1

#endif // ASIO_VERSION_HPP

0 comments on commit a5c5077

Please sign in to comment.