diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-17 01:33:43 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-17 01:33:43 +0000 |
commit | 07767013962406a9862dbf43dc3804d484b09e71 (patch) | |
tree | 04addd5c0107f3cb9246fba920665bd4582580fd /ares | |
parent | 39de6c784cf6282b675250d521b79da5e010a412 (diff) |
Sync up with reality
Diffstat (limited to 'ares')
-rw-r--r-- | ares/CHANGES | 18 | ||||
-rw-r--r-- | ares/RELEASE-NOTES | 3 |
2 files changed, 20 insertions, 1 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index c7995ae0d..d786d4500 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,23 @@ Changelog for the c-ares project +* Sep 17 2008 (Yang Tse) +- Code reorganization to allow internal/private use of "nameser.h" to any + system that lacks arpa/nameser.h or arpa/nameser_compat.h header files. + +* Sep 16 2008 (Yang Tse) +- Code reorganization to allow internal/private use of ares_writev to any + system that lacks the writev function. + +* Sep 15 2008 (Yang Tse) +- Code reorganization to allow internal/private use of ares_strcasecmp to any + system that lacks the strcasecmp function. + +- Improve configure detection of some string functions. + +* Sep 11 2008 (Yang Tse) +- Code reorganization to allow internal/private use of ares_strdup to any + system that lacks the strdup function. + Version 1.5.3 (Aug 29, 2008) * Aug 25 2008 (Yang Tse) diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 04247400e..29028182f 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -1,6 +1,7 @@ This is what's new and changed in the c-ares 1.5.4 release: - o + o improved configure detection of several functions + o improved source code portability Thanks go to these friendly people for their efforts and contributions: |