aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-07-04 21:53:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-07-04 21:53:02 +0000
commite7de7d5eb32a9cade77f39eeb2f6386527cb02d6 (patch)
tree2d2a291928003f3bd9d28ebf611c578b38db7450 /CHANGES
parent20005a83d2ce3db5a7e6ea95ffdd8a047fd5e427 (diff)
mention the strerror_r detection fix in configure
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index da1b2cd4f..e843b4467 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,12 @@ Daniel (4 July 2005)
since the test proxy is too stupid, but the test case helps when running the
debugger to verify.
+Daniel (30 June 2005)
+- Dan Fandrich improved the configure script's ability to figure out what kind
+ of strerror_r() API that is used when cross-compiling. If __GLIB__ is
+ defined, it assumes the glibc API. If not, it issues a notice as before that
+ the user needs to manually edit lib/config.h for this.
+
Daniel (23 June 2005)
- David Shaw's fix that unifies proxy string treatment so that a proxy given
with CURLOPT_PROXY can use a http:// prefix and user + password. The user