]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Sync up with reality
authorYang Tse <yangsita@gmail.com>
Wed, 17 Sep 2008 01:33:43 +0000 (01:33 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 17 Sep 2008 01:33:43 +0000 (01:33 +0000)
ares/CHANGES
ares/RELEASE-NOTES

index c7995ae0da0c974aadee7c7903e8d781ec6aeb83..d786d4500de308b4eb2cfb8c82386ad0370a6833 100644 (file)
@@ -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)
index 04247400e34c49a15a9c63a963ae32d14b91d3c7..29028182fa49dc58ae78915489c37f8f158d0ce7 100644 (file)
@@ -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: