aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-29 13:46:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-29 13:46:58 +0000
commit27fd5d6d6a75c9865507181e38c44ac88327a5cf (patch)
treea682c4c4448ca26b51ed26e454b5848271638b10
parent18a3c3302f5e4bb31a1fb80671e0a24be8fb61e0 (diff)
issue 24 is fixed by making sure the time fields use a static width
-rw-r--r--TODO-RELEASE3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index d8a50d829..6af5e7aaa 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -21,9 +21,6 @@ To get fixed in 7.11.2 (planned release May/June 2004)
At least the UTF8 conversion and comparison should be done. Patch?
UNASSIGNED
-24. Make the progress meter use one digit more for the hour time fields.
- Accomplish this by removing one of the times displayed.
-
28. Optimize the way libcurl uses CWD on each new request over a persistent
connection (on FTP) even if it doesn't have to.