|
bagder: curl CHANGES,1.727,1.728 RELEASE-NOTES,1.263,1.264: msg#00006web.curl.cvs
Update of /cvsroot/curl/curl In directory labb:/tmp/cvs-serv31089 Modified Files: CHANGES RELEASE-NOTES Log Message: Gisle Vanem came up with a nice little work-around for bug #1230118. It seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment is enabled. This made curl_getdate() return wrong value, and it also concerned internal cookie expirations etc. Index: RELEASE-NOTES =================================================================== RCS file: /cvsroot/curl/curl/RELEASE-NOTES,v retrieving revision 1.263 retrieving revision 1.264 diff -u -d -r1.263 -r1.264 --- RELEASE-NOTES 4 Jul 2005 21:53:02 -0000 1.263 +++ RELEASE-NOTES 5 Jul 2005 14:57:41 -0000 1.264 @@ -16,6 +16,7 @@ This release includes the following bugfixes: + o corrected date parsing on Windows with auto-DST-adjust enabled 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 @@ -40,6 +41,6 @@ advice from friends like these: John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza, - Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell + Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich Thanks! (and sorry if I forgot to mention someone) Index: CHANGES =================================================================== RCS file: /cvsroot/curl/curl/CHANGES,v retrieving revision 1.727 retrieving revision 1.728 diff -u -d -r1.727 -r1.728 --- CHANGES 4 Jul 2005 21:53:02 -0000 1.727 +++ CHANGES 5 Jul 2005 14:57:41 -0000 1.728 @@ -7,6 +7,13 @@ Changelog +Daniel (5 July 2005) +- Gisle Vanem came up with a nice little work-around for bug #1230118. It + seems the Windows (MSVC) libc time functions may return data one hour off if + TZ is not set and automatic DST adjustment is enabled. This made + curl_getdate() return wrong value, and it also concerned internal cookie + expirations etc. + Daniel (4 July 2005) - Andrew Bushnell provided enough info for me to tell that we badly needed to fix the CONNECT authentication code with multi-pass auth methods (such as _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-commits |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | bagder: curl/lib parsedate.c,1.16,1.17: 00006, cvs |
|---|---|
| Next by Date: | giva: curl/lib libcurl.rc,1.3,1.4: 00006, cvs |
| Previous by Thread: | bagder: curl/lib parsedate.c,1.16,1.17i: 00006, cvs |
| Next by Thread: | giva: curl/lib libcurl.rc,1.3,1.4: 00006, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |