diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-05 14:57:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-05 14:57:41 +0000 |
commit | d49c1442970642ba0daf2654b54dca971c83fd8c (patch) | |
tree | eb1de9c62dd4f5709dc2f741b03b9682e0dc6cb6 /CHANGES | |
parent | e7de7d5eb32a9cade77f39eeb2f6386527cb02d6 (diff) |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |