summaryrefslogtreecommitdiff
path: root/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
commitee97c693628a13f4239ba2f4419229618db4b73f (patch)
tree0951857f2926e6e24f4e6dec0682651884ce1cde /RELEASE-NOTES
parentcb6cec903b2dba8f33f058470dd979b2a183d34c (diff)
downloadc-ares-ee97c693628a13f4239ba2f4419229618db4b73f.tar.gz
c-ares-ee97c693628a13f4239ba2f4419229618db4b73f.tar.bz2
c-ares-ee97c693628a13f4239ba2f4419229618db4b73f.zip
- Gregor Jasny made c-ares link with libtool 's -export-symbols-regex option to
only expose functions starting with ares_.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 692b382..6c6fb51 100644
--- a/RELEASE-NOTES
+++ b/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!