aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-16 21:03:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-16 21:03:26 +0000
commitd0a4104c0cb1c8b4c1e02ae314a1ad4831d37d4a (patch)
tree312181de89b5622ad1b688456fcc207e6c49ce9f /CHANGES
parent90559bed5362be8568cff568eb950940fb4f9cf8 (diff)
recent changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f142ea91..1cea515ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,19 @@
Changelog
+Daniel (15 September 2005)
+- Added a TFTP server to the test suite and made the test suite capable of
+ using it.
+
+Daniel (7 September 2005)
+- Ben Madsen's detailed reports that funnily enough only occurred with certain
+ glibc versions turned out to be curl using an already closed file handle
+ during certain conditions (like when saving FTP server "headers").
+
+- Scott Davis helped me track down a problem in the test HTTP server that made
+ test case 56 wrongly fail at times. It turned out it was due to the server
+ finding the end of a chunked-encoded POST too early.
+
Daniel (6 September 2005)
- Now curl warns if an unknown variable is used in the -w/--writeout argument.