diff options
author | Yang Tse <yangsita@gmail.com> | 2008-05-15 10:04:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-05-15 10:04:15 +0000 |
commit | 882fbb0433eda5bc05a2bda1cc1c9bf77044dcde (patch) | |
tree | eda9dbd143477acdac987454d518910c4fd904bd /ares/RELEASE-NOTES | |
parent | 15eee5dbbbbd7c8764c58d372531bcdc1dbe8934 (diff) |
sync with reality
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 2d67041f5..c7b321eae 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -1,10 +1,21 @@ This is what's new and changed in the c-ares 1.5.2 release: + o code refactoring in ares_gethostbyaddr + o improved checking of /dev/urandom in configure script + o new sample application, acountry + o improved MSVC6 dsp files + o adig sample application supports NAPTR records + o improved file seeding randomizer o improved parsing of resolver configuration files + o updated configure script to remove autoconf 2.62 warnings o use monotonic time source if available + o return all PTR-records when doing reverse lookups + o millisecond resolution support for the timeout option Thanks go to these friendly people for their efforts and contributions: - Yang Tse + Erik Kline, Brad Spencer, Gisle Vanem, Alexey Simak, Eino Tuominen, + Eino Tuominen, Yang Tse, Doug Goldstein, Sebastian<at>basti79.de, + and obviously Daniel Stenberg Have fun! |