diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-11 00:03:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-11 00:03:49 +0000 |
commit | e7cefd684b2d5e1f3710eb24babc0b9974095c97 (patch) | |
tree | 72dda2856434104644eb419a90c53e77a677d990 /RELEASE-NOTES | |
parent | d2485e4f2083997c3e3b552342c77649f1ee522e (diff) |
Removed all uses of strftime() since it uses the localised version of the
week day names and month names and servers don't like that.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d159f7756..91027552e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,10 +22,11 @@ This release includes the following bugfixes: o inflate buffer usage bugfix o better DICT protocol adherence o disable valgrind-checking while testing if libcurl is built shared + o locale names in some date strings Other curl-related news since the previous public release: - o + o pycurl 7.13.0: http://pycurl.sf.net/ This release would not have looked like this without help, code, reports and advice from friends like these: |