summaryrefslogtreecommitdiff
path: root/CHANGES
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
commit96d3205622877af751e7ece86aec2eb7970ed0f6 (patch)
tree4dc18930fc8e9068156af2ffec15b83d4b811e6d /CHANGES
parent36b26039acc147b9b6839b12049707b531b62e32 (diff)
downloadc-ares-96d3205622877af751e7ece86aec2eb7970ed0f6.tar.gz
c-ares-96d3205622877af751e7ece86aec2eb7970ed0f6.tar.bz2
c-ares-96d3205622877af751e7ece86aec2eb7970ed0f6.zip
- Mention other recent changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index cfcd2e7..5ff3fac 100644
--- a/CHANGES
+++ b/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.