summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-08-16 22:41:44 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-08-16 22:41:44 +0200
commit622313ab3b1c4ea96c3a9fa46081f4303720d7f4 (patch)
tree15eefbd059a03e2819d3223fec800d36bac1a1e6 /CHANGES
parentc4d3cb8c3a04267c7776765594f1d998b47961f2 (diff)
downloadc-ares-622313ab3b1c4ea96c3a9fa46081f4303720d7f4.tar.gz
c-ares-622313ab3b1c4ea96c3a9fa46081f4303720d7f4.tar.bz2
c-ares-622313ab3b1c4ea96c3a9fa46081f4303720d7f4.zip
CHANGES: synced for 1.7.5 release
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 7c52ad4..73fe8c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,6 @@
Changelog for the c-ares project
-Changed:
-
- o
+Version 1.7.5 (August 16, 2011)
Fixed:
@@ -11,6 +9,16 @@ 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
Version 1.7.4 (December 9, 2010)