diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-11 13:53:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-11 13:53:26 +0000 |
commit | 468019e947c00cd1086c1a82622d797b85beff63 (patch) | |
tree | 86f74e9ce7e0b2a4e5d6954afa0a1f799080e4c8 /ares/CHANGES | |
parent | 7e941baa262945c533fe3adc89b908917af6b65f (diff) |
- Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to
only expose functions starting with ares_.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 67b3fbb73..9c38233b4 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,9 @@ Changelog for the c-ares project +* May 11 2009 (Daniel Stenberg) +- Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to + only expose functions starting with ares_. + * May 2 2009 (Yang Tse) - Use a build-time configured ares_socklen_t data type instead of socklen_t. |