aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-05 14:57:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-05 14:57:43 +0000
commit17ae28e0feb08da02d785a69d08116d877df5ca9 (patch)
treeb18d87a7419973fcf070c5418daa26188e3be4e7 /CHANGES
parent3c4f622479bafbebe654340ac7b6d68b03573a32 (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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 399fca226..55288a34b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
Daniel (5 December 2006)
+- 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.
+
- Alexey Simak filed bug report #1600447
(http://curl.haxx.se/bug/view.cgi?id=1600447) in which he noted that active
FTP connections don't work with the multi interface. The problem is here