aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-10-18 21:56:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-10-18 21:56:19 +0000
commit6f4a5a46125d48d8fb9c6f8e112ca9c376829577 (patch)
treec67f35933fa927d19197fed9089f4448e28eee2c /CHANGES
parent6d4e6cc8137ff2ebdbaf055e39ce1263ad634191 (diff)
- Ray Dassen provided a patch in Debian's bug tracker (bug number #551461)
that now makes curl_getdate(3) actually handles RFC 822 formatted dates that use the "single letter military timezones". http://www.rfc-ref.org/RFC-TEXTS/822/chapter5.html has the details.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a408bc3f4..3590b127b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
Daniel Stenberg (18 Oct 2009)
+- Ray Dassen provided a patch in Debian's bug tracker (bug number #551461)
+ that now makes curl_getdate(3) actually handles RFC 822 formatted dates that
+ use the "single letter military timezones".
+ http://www.rfc-ref.org/RFC-TEXTS/822/chapter5.html has the details.
+
- Fixed memory leak in the SCP/SFTP code as it never freed the knownhosts
data!