Jakub Hrozek added ares_parse_txt_reply() for TXT parsing

This commit is contained in:
Daniel Stenberg 2009-10-29 08:59:40 +00:00
parent 982e655c07
commit 950a034895
6 changed files with 270 additions and 1 deletions

View file

@ -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: