aboutsummaryrefslogtreecommitdiff
path: root/ares/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-10-29 08:59:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-10-29 08:59:40 +0000
commit950a034895b8a483eb6c0c97e16a2cbf03350815 (patch)
tree99269616554c7370e12d0e42b08a8457805deb0d /ares/RELEASE-NOTES
parent982e655c077ea3f8f0f198aa6acf99da581f656e (diff)
Jakub Hrozek added ares_parse_txt_reply() for TXT parsing
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r--ares/RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES
index 52c6c2947..68a5d3b83 100644
--- a/ares/RELEASE-NOTES
+++ b/ares/RELEASE-NOTES
@@ -1,4 +1,4 @@
-This is what's new and changed in the c-ares 1.6.1 release:
+This is what's new and changed in the c-ares 1.7.0 release:
Changed:
@@ -11,6 +11,7 @@ Changed:
o new --enable-curldebug configure option
o ARES_ECANCELLED is now sent as reason for ares_cancel()
o added ares_parse_srv_reply()
+ o added ares_parse_txt_reply()
Fixed: