diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-23 01:54:55 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-23 01:54:55 +0000 |
commit | 96d3205622877af751e7ece86aec2eb7970ed0f6 (patch) | |
tree | 4dc18930fc8e9068156af2ffec15b83d4b811e6d /RELEASE-NOTES | |
parent | 36b26039acc147b9b6839b12049707b531b62e32 (diff) | |
download | c-ares-96d3205622877af751e7ece86aec2eb7970ed0f6.tar.gz c-ares-96d3205622877af751e7ece86aec2eb7970ed0f6.tar.bz2 c-ares-96d3205622877af751e7ece86aec2eb7970ed0f6.zip |
- Mention other recent changes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0de52de..d8d0a5c 100644 --- a/RELEASE-NOTES +++ b/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: |