]> granicus.if.org Git - curl/commitdiff
Björn's progress meter fix, new test cases and ftpserver.pl patch
authorDaniel Stenberg <daniel@haxx.se>
Mon, 22 Jan 2001 16:25:55 +0000 (16:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 22 Jan 2001 16:25:55 +0000 (16:25 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index ac695f66b05060dec1911176536567cb6c5981d4..618d9e461a143500d51d062b673a1a3f72016e5a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
 
                                History of Changes
 
+Daniel (22 January 2001)
+- Björn Stenberg supplied a progress meter patch that makes it look better even
+  during slow starts. Previously it made some silly assumptions...
+
+- Added two FTP tests for -Q and -Q - stuff since it was being discussed on
+  the mailing list. Had to correct the ftpserver.pl too as it bugged slightly.
+
 Daniel (19 January 2001)
 - Made the Location: parsers deal with any-length URLs. Thus I removed the last
   code that restricts the length of URLs that curl supports.