diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-05 14:57:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-05 14:57:43 +0000 |
commit | 17ae28e0feb08da02d785a69d08116d877df5ca9 (patch) | |
tree | b18d87a7419973fcf070c5418daa26188e3be4e7 /RELEASE-NOTES | |
parent | 3c4f622479bafbebe654340ac7b6d68b03573a32 (diff) |
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2db25e372..99ef62c08 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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) |