diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2009-10-18 21:56:19 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-18 21:56:19 +0000 |
| commit | 6f4a5a46125d48d8fb9c6f8e112ca9c376829577 (patch) | |
| tree | c67f35933fa927d19197fed9089f4448e28eee2c /CHANGES | |
| parent | 6d4e6cc8137ff2ebdbaf055e39ce1263ad634191 (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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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! |
