From d49c1442970642ba0daf2654b54dca971c83fd8c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Jul 2005 14:57:41 +0000 Subject: 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. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e843b4467..434266ca6 100644 --- a/CHANGES +++ b/CHANGES @@ -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 -- cgit v1.2.3