aboutsummaryrefslogtreecommitdiff
path: root/ares/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-05-11 13:53:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-05-11 13:53:26 +0000
commit468019e947c00cd1086c1a82622d797b85beff63 (patch)
tree86f74e9ce7e0b2a4e5d6954afa0a1f799080e4c8 /ares/RELEASE-NOTES
parent7e941baa262945c533fe3adc89b908917af6b65f (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/RELEASE-NOTES')
-rw-r--r--ares/RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES
index 692b38224..6c6fb51aa 100644
--- a/ares/RELEASE-NOTES
+++ b/ares/RELEASE-NOTES
@@ -12,9 +12,10 @@ Fixed:
o ares_parse_*_reply() functions now return ARES_EBADRESP instead of
ARES_EBADNAME if the name in the response failed to decode
+ o only expose/export symbols starting with 'ares_'
Thanks go to these friendly people for their efforts and contributions:
- Phil Blundell, Japheth Cleaver
+ Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny
Have fun!