diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-09 21:59:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-09 21:59:31 +0000 |
commit | 6c157a404b3b0d2e6659fde92f498c7c5608ac61 (patch) | |
tree | 81ec12d35f545a658d0a064640d6367931a9f9bd /CHANGES | |
parent | 4f8a49143d697cd61451d8cadbc0f6155bf9928d (diff) |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ Changelog +Daniel (9 August 2005) +- 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. + Daniel (8 August 2005) - Jon Grubbs filed bug report #1249962 which identified a problem with NTLM on a HTTP proxy if an FTP URL was given. libcurl now properly switches to pure |