summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-02-16 00:06:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-02-16 00:06:29 +0000
commit1d5ea540258c8841a95961dff585f89cddfdf872 (patch)
tree7e0c68ae4041f870a999bf83d9c8ef418c3f3448
parent01865ec553f6a4000e1ced00919d01926775add2 (diff)
downloadgnurl-1d5ea540258c8841a95961dff585f89cddfdf872.tar.gz
gnurl-1d5ea540258c8841a95961dff585f89cddfdf872.tar.bz2
gnurl-1d5ea540258c8841a95961dff585f89cddfdf872.zip
Progress meter work
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c79fce594..938c8f597 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,19 @@
Version XX
+Daniel (16 February 2000):
+- Jörn Hartroth brought me some fixes for the progress meter and I continued
+ working on it. It seems to work for http download, http post, ftp download
+ and ftp upload. It should be a pretty good test it works generally good.
+
+- Still need to add the -# progress bar into the new style progress interface.
+
+- Gonna have a go at my new output option parameter next.
+
+Daniel (15 February 2000):
+- The progress meter stuff is slowly taking place. There's more left before it
+ is working ok and everything is tested, but we're reaching there. Slowly!
+
Daniel (11 February 2000):
- Paul Marquis <pmarquis@iname.com> fixed the config file parsing of curl to
deal with any-length lines, removing the previous limit of 4K.