more more more
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Nov 2001 09:07:32 +0000 (09:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Nov 2001 09:07:32 +0000 (09:07 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d3173e94de4bb70bd1f900913b68f88940b2bfcf..fb3b2db81aee290bc10e3a45c068db4bdc72739b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
                                History of Changes
 
 Daniel (12 November 2001)
+- Ricardo Cadime fell over a multiple requests problem when first a FTP
+  directory fetch failed and then a second request is made after that. The
+  second request happened to get the FTP server response back from the
+  previous request, when it did its initial CWD command.
+
+- Bjorn Reese pointed out that we could improved the time diff function to
+  prevent truncation a bit.
+
 - Kai-Uwe Rommel made me aware that -p (http proxy tunnel) silly enough didn't
   work for plain HTTP requests! So I made that work.