aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-04 16:19:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-04 16:19:12 +0000
commit30e71d54e0db659951a6577083aa71599cf71ec9 (patch)
tree838d4a3cbb7e3439a08c2c47103eef0cbda6534d /TODO-RELEASE
parent465753c2dea28567b54d28eeee05141b3a016829 (diff)
issue 12 fix is pending and is working in devel
added issue 24 - fix the progress meter for large files on slow networks to not wrap
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index bd8797416..7e3110b66 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -6,9 +6,6 @@ Issues not sorted in any particular order.
To get fixed in 7.11.1 (planned release in March 2004)
======================
-12. PUT and POST with multiple auth bits or simply with NTLM or Digest do
- wrong. #862835 Patch posted to list. (Awaiting feedback)
-
To get fixed in 7.11.2 (planned release May/June 2004)
======================
@@ -24,3 +21,6 @@ To get fixed in 7.11.2 (planned release May/June 2004)
23. Peter Sylvester's "Most Significant Common Name" patch. Feedback welcome.
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.