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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (11 February 2005) +- 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. + Daniel (10 February 2005) - Now the test script disables valgrind-testing when the test suite runs if libcurl is built shared. Otherwise valgrind only tests the shell that runs |