diff options
author | Jelte Jansen <jelte@isc.org> | 2011-04-26 09:56:56 +0200 |
---|---|---|
committer | Jelte Jansen <jelte@isc.org> | 2011-04-26 09:56:56 +0200 |
commit | d743478f2b76e0f37381f64d5f4e90417260d67c (patch) | |
tree | 7119d95e7dfcd01d67c490d53a56be50ab146ead /ext/asio | |
parent | [master] trivial editorial cleanups: adding () around return; removing a (diff) | |
download | kea-d743478f2b76e0f37381f64d5f4e90417260d67c.tar.xz kea-d743478f2b76e0f37381f64d5f4e90417260d67c.zip |
[master] Added a reference to our local asio fix in ext/asio/README
Diffstat (limited to 'ext/asio')
-rw-r--r-- | ext/asio/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/asio/README b/ext/asio/README index 9b919aa9c0..da12a9d860 100644 --- a/ext/asio/README +++ b/ext/asio/README @@ -2,4 +2,9 @@ ASIO library header files Version 1.4.8 (2011-04-19) Downloaded from http://sourceforge.net/projects/asio/files Project page: http://think-async.com/Asio -No local modifications. + +Local modifications: +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 |