logo       

bagder: curl CHANGES,1.726,1.727 RELEASE-NOTES,1.262,1.263: msg#00004

web.curl.cvs

Subject: bagder: curl CHANGES,1.726,1.727 RELEASE-NOTES,1.262,1.263

Update of /cvsroot/curl/curl
In directory labb:/tmp/cvs-serv9626

Modified Files:
CHANGES RELEASE-NOTES
Log Message:
mention the strerror_r detection fix in configure


Index: RELEASE-NOTES
===================================================================
RCS file: /cvsroot/curl/curl/RELEASE-NOTES,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- RELEASE-NOTES 3 Jul 2005 22:25:15 -0000 1.262
+++ RELEASE-NOTES 4 Jul 2005 21:53:02 -0000 1.263
@@ -17,6 +17,7 @@
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

Index: CHANGES
===================================================================
RCS file: /cvsroot/curl/curl/CHANGES,v
retrieving revision 1.726
retrieving revision 1.727
diff -u -d -r1.726 -r1.727
--- CHANGES 3 Jul 2005 22:25:15 -0000 1.726
+++ CHANGES 4 Jul 2005 21:53:02 -0000 1.727
@@ -25,6 +25,12 @@
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

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-commits



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise