summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-25 11:21:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-25 11:21:15 +0000
commite942394bdb52d775e6c02ce05d54f79b2641a90c (patch)
tree0f1a815017df4a17546f5f1f22a4d5e2191d33d3 /CHANGES
parent4adfcd4fd7a90226323c105dc1a93687c2bcd427 (diff)
downloadcurl-e942394bdb52d775e6c02ce05d54f79b2641a90c.tar.gz
getdate and new test cases from yday
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2e05f7c29..606bbda73 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,18 @@
Changelog
+Daniel (24 August 2004)
+- Fixed a getdate problem by post-replacing the getdate.c file after the
+ bison/yacc process to add the fix Harshal Pradhan suggested. The problem
+ caused a crash on Windows when parsing some dates.
+
Daniel (23 August 2004)
- Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs
- even when told to use HTTP 1.0, which is not correct.
+ even when told to use HTTP 1.0, which is not correct. Test case 180 and
+ 181 verify this.
+
+- Added test case 182 to verify that zero byte transfers call the callback
+ properly.
Daniel (20 August 2004)
- Alexander Krasnostavsky made the write callback get called even when a zero