summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-06-11 10:37:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-06-11 10:37:37 +0200
commit359936ceca1e33e6418d513b8b1cb8baac342c70 (patch)
tree735a3d213251cefefedba3bcde14d5e146d0c2fd /CHANGES
parent955038ea68ee9ffc3c5856192d9aed40837c3b61 (diff)
downloadc-ares-359936ceca1e33e6418d513b8b1cb8baac342c70.tar.gz
c-ares-359936ceca1e33e6418d513b8b1cb8baac342c70.tar.bz2
c-ares-359936ceca1e33e6418d513b8b1cb8baac342c70.zip
changelog: fill in the 1.7.2 changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 82a5193..8968688 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,18 @@
Changelog for the c-ares project
+Version 1.7.2 (June 10, 2010)
+
+Changed:
+
+ o Added ares_parse_mx_reply()
+
+Fixed:
+
+ o ares_init: Last, not first instance of domain or search should win
+ o improve alternative definition of bool
+ o fix VS2010 compiler warnings
+
+
Version 1.7.1 (Mar 23, 2010)
* May 31, 2010 (Jakub Hrozek)