diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-06 10:50:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-06 10:50:57 +0000 |
commit | 423309541a1952ab0b340361d0a752d289d9653f (patch) | |
tree | 9734ce82fad0f1efc22332cc0a582ec81e8f5b38 /CHANGES | |
parent | 9c6533d28720b38e52827ccd6d2f831553e73442 (diff) |
Jeff Johnson filed bug report #1863171
(http://curl.haxx.se/bug/view.cgi?id=1863171) where he pointed out that
libcurl's date parser didn't accept a +1300 time zone which actually is used
fairly often (like New Zealand's Dailight Savings Time), so I modified the
parser to now accept up to and including -1400 to +1400.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel S (6 Jan 2008) +- Jeff Johnson filed bug report #1863171 + (http://curl.haxx.se/bug/view.cgi?id=1863171) where he pointed out that + libcurl's date parser didn't accept a +1300 time zone which actually is used + fairly often (like New Zealand's Dailight Savings Time), so I modified the + parser to now accept up to and including -1400 to +1400. + Daniel S (5 Jan 2008) - Based on further discussion on curl-library, I reverted yesterday's SOCKS5 code to instead introduce support for a new proxy type called |