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 /RELEASE-NOTES | |
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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a9691ae97..9fdd91f47 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -51,6 +51,6 @@ advice from friends like these: Michal Marek, Eric Wong, Guenter Knauf, Peter Sylvester, Daniel Johnson, Claes Jakobsson, Sven Anders, Chris Mumford, John P. McCaskey, Constantine Sapuntzakis, Michael Stillwell, Tom Mueller, Dan Fandrich, - Kevin Baughman, John Dennis + Kevin Baughman, John Dennis, Ray Dassen Thanks! (and sorry if I forgot to mention someone) |