summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-22 16:25:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-22 16:25:55 +0000
commit5fc492e5c65a40988fada33fa1c04cdd61c4f2b6 (patch)
tree126c9bfca195e9aba1afef7db82e758838655aa0
parentabcd1e7d5a2aa06990a0de19196f6d417b4f3e99 (diff)
downloadgnurl-5fc492e5c65a40988fada33fa1c04cdd61c4f2b6.tar.gz
gnurl-5fc492e5c65a40988fada33fa1c04cdd61c4f2b6.tar.bz2
gnurl-5fc492e5c65a40988fada33fa1c04cdd61c4f2b6.zip
Björn's progress meter fix, new test cases and ftpserver.pl patch
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ac695f66b..618d9e461 100644
--- 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.