aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-12 11:19:54 +0000
committerYang Tse <yangsita@gmail.com>2008-09-12 11:19:54 +0000
commita1d1f43e6a01a73a316a8d6e2f8cbd59a3990d35 (patch)
treee2ace01de1011e4251feb4378c66c7f52a532e43
parentaac739ccd2a04105bad4c189b36ed7c5190775df (diff)
sync with reality
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d7084bf2d..adcbd1339 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
Changelog
+Yang Tse (12 Sep 2008)
+- Further adjust detection of strerror_r() in the configure process, and
+ ensure that errno is not modified inside Curl_strerror().
+
+Yang Tse (10 Sep 2008)
+- Improve detection of gmtime_r(), strtoll(), sigaction(), strtok_r(),
+ strdup() and ftruncate() in the configure process.
+
Daniel Fandrich (9 Sep 2008)
- Mike Revi discovered some swapped speed switches documented in the curl man
page.