aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 01:54:55 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 01:54:55 +0000
commite37f8164a9ed951b4e57ab2838b30b929a5047bc (patch)
tree08274ddf665a7655a1cbfdc60693ccf6d73855bb /ares
parent35d4c57051574b33fd9b120932b385be35bd1f65 (diff)
- Mention other recent changes
Diffstat (limited to 'ares')
-rw-r--r--ares/CHANGES8
-rw-r--r--ares/RELEASE-NOTES2
2 files changed, 9 insertions, 1 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index cfcd2e7b3..5ff3facff 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -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.
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES
index 0de52de0d..d8d0a5c35 100644
--- a/ares/RELEASE-NOTES
+++ b/ares/RELEASE-NOTES
@@ -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: