Skip to content
Snippets Groups Projects
Commit e37f8164 authored by Yang Tse's avatar Yang Tse
Browse files

- Mention other recent changes

parent 35d4c570
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,15 @@
applications using these structs with the old name will need source code
adjustments when recompiled using c-ares 1.6.1.
* November 21, 2009 (Yang Tse)
- Added manifest stuff to Makefile.msvc.
* November 20, 2009 (Yang Tse)
- Fixed several function prototypes in man pages that were out of sync
with the ones declared in ares.h
with the ones declared in ares.h. Added ares_free_data() along with
man page. Updated ares_parse_srv_reply() and ares_parse_txt_reply()
with changes from Jakub Hrozek making these now return linked lists
instead of arrays, and merging the ares_free_data() adjustments.
* November 10, 2009 (Yang Tse)
- Updated MSVC 6.0 project files to match settings from Makefile.msvc.
......
......@@ -12,7 +12,9 @@ Changed:
o ARES_ECANCELLED is now sent as reason for ares_cancel()
o added ares_parse_srv_reply()
o added ares_parse_txt_reply()
o added ares_free_data()
o new --enable-symbol-hiding configure option
o new Makefile.msvc for any MSVC compiler or MS Visual Studio version
o addrttl and addr6ttl structs renamed to ares_addrttl and ares_addr6ttl
Fixed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment