summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-08-16 22:32:41 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-08-16 22:32:41 +0200
commitc4d3cb8c3a04267c7776765594f1d998b47961f2 (patch)
tree157dda34caa4f02a3764c3df852b9aec325c382c /RELEASE-NOTES
parentbb4096effef7f0001339669a4abf9448ec1f8743 (diff)
downloadc-ares-c4d3cb8c3a04267c7776765594f1d998b47961f2.tar.gz
c-ares-c4d3cb8c3a04267c7776765594f1d998b47961f2.tar.bz2
c-ares-c4d3cb8c3a04267c7776765594f1d998b47961f2.zip
RELEASE-NOTES: synced with bb4096effef7f000
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES17
1 files changed, 12 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index db2c2fc..06d7856 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,9 +1,5 @@
c-ares version 1.7.5
-Changed:
-
- o
-
Fixed:
o detection of semicolon comments in resolv.conf
@@ -11,9 +7,20 @@ Fixed:
o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory
o replacement ares_inet_ntop affected by potential out of bounds write
o added install target to Makefile.msvc
+ o only fall back to AF_INET searches when looking for AF_UNSPEC addresses
+ o fixed ares_parse_*_reply memory leaks
+ o Use correct sizeof in ares_getnameinfo()
+ o IPv6-on-windows: find DNS servers correctly
+ o man pages: docs for the c-ares utility programs
+ o getservbyport replacement for Win CE
+ o config_sortlist: (win32) missing else
+ o advance_tcp_send_queue: avoid NULL ptr dereference
+ o configure: fix a bashism
+ o ares_expand_name: Fix encoded length for indirect root
Thanks go to these friendly people for their efforts and contributions:
- Yang Tse
+ Yang Tse, Jakub Hrozek, Gisle Vanem, Tom Hughes, David Stuart, Dima Tisnek,
+ Peter Pentchev, Stefan Buhler
Have fun!