aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-11 00:03:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-11 00:03:49 +0000
commite7cefd684b2d5e1f3710eb24babc0b9974095c97 (patch)
tree72dda2856434104644eb419a90c53e77a677d990 /CHANGES
parentd2485e4f2083997c3e3b552342c77649f1ee522e (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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 34c3a161a..acf549a12 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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