diff options
author | Jeremy C. Reed <jreed@isc.org> | 2013-08-30 17:30:52 +0200 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2013-08-30 17:30:52 +0200 |
commit | e66020fdd4fc764996e892728dcd098a2121cf62 (patch) | |
tree | fe377fdd93661a9596df7daccf8b85af1868b983 /ext | |
parent | [master] resolver doesn't use libb10-xfr.la (diff) | |
download | kea-e66020fdd4fc764996e892728dcd098a2121cf62.tar.xz kea-e66020fdd4fc764996e892728dcd098a2121cf62.zip |
[master] mention more local asio modifications
Diffstat (limited to 'ext')
-rw-r--r-- | ext/asio/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/asio/README b/ext/asio/README index da12a9d860..c045eae0c3 100644 --- a/ext/asio/README +++ b/ext/asio/README @@ -4,7 +4,18 @@ Downloaded from http://sourceforge.net/projects/asio/files Project page: http://think-async.com/Asio Local modifications: + +Imported a kqueue bug fix from Asio 1.5.1. +git commit e4b2c2633ebb3859286e9a4c19e97e17bcac41b3 +See +http://sourceforge.net/p/asio/git/ci/a50b53864f77fe762f21e44a281235982dd7e733/ + Added ASIO_DECL to a number of function definitions git commit c32718be9f5409b6f72d98ddcd0b1ccd4c5c2293 See also the bug report at: http://sourceforge.net/tracker/?func=detail&aid=3291113&group_id=122478&atid=694037 + +Imported a fix from Asio 1.5.2. +git commit cf00216570a36d2e3e688b197deea781bfbe7d8d +See +http://sourceforge.net/p/asio/git/ci/4820fd6f0d257a6bb554fcd1f97f170330be0448/log/?path=/asio/include/asio/detail/impl/socket_ops.ipp |