diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-06-10 11:43:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-06-10 11:43:57 +0200 |
commit | 890a14372253ec2824aa390d629f683ac648f7ff (patch) | |
tree | cb78daa29626c8c5ed9d0f92e1d2433248ce1381 /RELEASE-NOTES | |
parent | 125b1a8619eb27556e093fd9c9adf451e896f012 (diff) | |
download | c-ares-890a14372253ec2824aa390d629f683ac648f7ff.tar.gz c-ares-890a14372253ec2824aa390d629f683ac648f7ff.tar.bz2 c-ares-890a14372253ec2824aa390d629f683ac648f7ff.zip |
RELEASE-NOTES: 1.7.2 details added
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d0b2882..c1178fb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,16 +1,17 @@ -This is what's new and changed in the c-ares 1.7.2 release: +c-ares version 1.7.2 Changed: - o + o Added ares_parse_mx_reply() Fixed: - o - + o ares_init: Last, not first instance of domain or search should win + o improve alternative definition of bool + o fix VS2010 compiler warnings Thanks go to these friendly people for their efforts and contributions: - + Yang Tse, Tor Arntsen, Peter Pentchev, Jeremy Lal, Jakub Hrozek Have fun! |