Christopher R. Palmer fixed the offsets used for date parsings when the time

zone name of a daylight savings time was used. For example, PDT vs PDS. This
flaw was introduced with the new date parser (11 sep 2004 - 7.12.2).
Fortunately, no web server or cookie string etc should be using such time
zone names thus limiting the effect of this bug.
This commit is contained in:
Daniel Stenberg
2005-08-09 21:59:31 +00:00
parent 4f8a49143d
commit 6c157a404b
3 changed files with 54 additions and 44 deletions

View File

@@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o date parsing of dates including daylight savings time zone names
o using NTLM over proxy with an FTP URL
o curl-config --features now displays SSL when built with GnuTLS too
o CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST reset CURLOPT_NOBODY
@@ -51,6 +52,7 @@ advice from friends like these:
John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza,
Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich,
Adrian Schuur, Diego Casorran, Peteris Krumins, Jon Grubbs
Adrian Schuur, Diego Casorran, Peteris Krumins, Jon Grubbs, Christopher
R. Palmer
Thanks! (and sorry if I forgot to mention someone)