Martin Skinner brought back bug report #1230118 to haunt us once again.

(http://curl.haxx.se/bug/view.cgi?id=1230118) curl_getdate() did not work
properly for all input dates on Windows. It was mostly seen on some TZ time
zones using DST. Luckily, Martin also provided a fix.
This commit is contained in:
Daniel Stenberg
2006-12-05 14:57:43 +00:00
parent 3c4f622479
commit 17ae28e0fe
3 changed files with 20 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ This release includes the following bugfixes:
o Content-Range: header parsing improved
o CPU 100% load when HTTP upload connection broke
o active FTP didn't work with multi interface
o curl_getdate() could be off one hour for TZ time zones with DST, on windows
Other curl-related news:
@@ -45,6 +46,6 @@ advice from friends like these:
James Housley, Olaf Stueben, Yang Tse, Gisle Vanem, Bradford Bruce,
Ciprian Badescu, Dmitriy Sergeyev, Nir Soffer, Venkat Akella, Toon Verwaest,
Matt Witherspoon, Alexey Simak
Matt Witherspoon, Alexey Simak, Martin Skinner
Thanks! (and sorry if I forgot to mention someone)