summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-12-08 15:19:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-12-08 15:19:13 +0100
commitb354607aedcac511caf348e68c10535099c82579 (patch)
tree413b031b2d4884aa00288f4d4d6ab0eca0320834 /CHANGES
parent0ae8dbb22d99555d401b3a37288369da9f586e62 (diff)
downloadc-ares-b354607aedcac511caf348e68c10535099c82579.tar.gz
c-ares-b354607aedcac511caf348e68c10535099c82579.tar.bz2
c-ares-b354607aedcac511caf348e68c10535099c82579.zip
release-preps: CHANGES and RELEASE-NOTES synced
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 166de80..f739b46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,24 @@
Changelog for the c-ares project
+Version 1.7.4 (December 9, 2010)
+
+Changed:
+
+ o local-bind: Support binding to local interface/IPs, see
+ ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev
+
+Fixed:
+
+ o memory leak in ares_getnameinfo
+ o add missing break that caused get_ares_servers to fail
+ o ares_parse_a_reply: fix CNAME response parsing
+ o init_by_options: don't copy an empty sortlist
+ o Replaced uint32_t with unsigned int to fix broken builds
+ on a couple of platforms
+ o Fix lookup with HOSTALIASES set
+ o adig: fix NAPTR parsing
+ o compiler warning cleanups
+
Version 1.7.3 (June 11, 2010)
Fixed: