Skip to content

Commit 87636b0

Browse files
committed
asio version 1.8.2 released
1 parent 3bfd5b6 commit 87636b0

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

asio/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ configure
1111
depcomp
1212
install-sh
1313
missing
14+
test-driver
1415
/doc
1516
/lib
1617
/boostified

asio/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asio version 1.8.1
2-
Released Tuesday, 10 July 2012.
1+
asio version 1.8.2
2+
Released Tuesday, 21 August 2012.
33

44
See doc/index.html for API documentation and a tutorial.

asio/asio.manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3425,6 +3425,7 @@
34253425
/include/asio/detail/impl/win_thread.ipp
34263426
/include/asio/detail/impl/win_tss_ptr.ipp
34273427
/include/asio/detail/io_control.hpp
3428+
/include/asio/detail/keyword_tss_ptr.hpp
34283429
/include/asio/detail/kqueue_reactor_fwd.hpp
34293430
/include/asio/detail/kqueue_reactor.hpp
34303431
/include/asio/detail/local_free_on_block_exit.hpp
@@ -4002,3 +4003,4 @@
40024003
/src/tests/unit/write.cpp
40034004
/src/tools/
40044005
/src/tools/handlerviz.pl
4006+
/test-driver

asio/boost_asio.manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
/boost/asio/detail/impl/win_thread.ipp
113113
/boost/asio/detail/impl/win_tss_ptr.ipp
114114
/boost/asio/detail/io_control.hpp
115+
/boost/asio/detail/keyword_tss_ptr.hpp
115116
/boost/asio/detail/kqueue_reactor_fwd.hpp
116117
/boost/asio/detail/kqueue_reactor.hpp
117118
/boost/asio/detail/local_free_on_block_exit.hpp

asio/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(asio, [1.8.1])
1+
AC_INIT(asio, [1.8.2])
22
AC_CONFIG_SRCDIR(include/asio.hpp)
33
AM_MAINTAINER_MODE
44
AM_INIT_AUTOMAKE([tar-ustar])

asio/include/asio/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
// ASIO_VERSION % 100 is the sub-minor version
1919
// ASIO_VERSION / 100 % 1000 is the minor version
2020
// ASIO_VERSION / 100000 is the major version
21-
#define ASIO_VERSION 100801 // 1.8.1
21+
#define ASIO_VERSION 100802 // 1.8.2
2222

2323
#endif // ASIO_VERSION_HPP

0 commit comments

Comments
 (0)