]> granicus.if.org Git - curl/commitdiff
mention the strerror_r detection fix in configure
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Jul 2005 21:53:02 +0000 (21:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Jul 2005 21:53:02 +0000 (21:53 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index da1b2cd4f0d4910faecb99d0f2be0d61373ce30b..e843b44679e4560386aa6e7ab6d98667a84e659a 100644 (file)
--- 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
index 922ea35a871d7a0b8ab9b82b7c01202f39f8aa9f..fad14e48f697e7ae29fa73035e7777e9a277a4f5 100644 (file)
@@ -17,6 +17,7 @@ This release includes the following changes:
 This release includes the following bugfixes:
 
  o treats CONNECT 407 responses with bodies better during Digest/NTLM auth
+ o improved strerror_r() API guessing when cross-compiling
  o debug builds work on Tru64
  o improved libcurl.m4
  o possible memory leak in windows name resolves