summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-26 01:21:21 +0000
committerYang Tse <yangsita@gmail.com>2009-11-26 01:21:21 +0000
commit57e48c4cf1d8f125eaa11e184c7f35f7d6ce9fd3 (patch)
tree7759f59916026d4471f01de7f8ce1dac1a4a01fc /CHANGES
parent4bc98ca85c13378cf9d53cf7516c4c9cfa0d03e1 (diff)
downloadc-ares-57e48c4cf1d8f125eaa11e184c7f35f7d6ce9fd3.tar.gz
c-ares-57e48c4cf1d8f125eaa11e184c7f35f7d6ce9fd3.tar.bz2
c-ares-57e48c4cf1d8f125eaa11e184c7f35f7d6ce9fd3.zip
- Larry Lansing fixed ares_parse_srv_reply to properly parse replies
which might contain non-SRV answers, skipping over potential non-SRV ones such as CNAMEs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0782e04..a942db5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* November 26, 2009 (Yang Tse)
+- Larry Lansing fixed ares_parse_srv_reply to properly parse replies
+ which might contain non-SRV answers, skipping over potential non-SRV
+ ones such as CNAMEs.
+
* November 23, 2009 (Yang Tse)
- Changed naming convention for c-ares libraries built with MSVC, details
and build instructions provided in README.msvc file.