From: Daniel Stenberg Date: Thu, 4 Mar 2004 16:19:12 +0000 (+0000) Subject: issue 12 fix is pending and is working in devel X-Git-Tag: curl-7_11_1~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e71d54e0db659951a6577083aa71599cf71ec9;p=thirdparty%2Fcurl.git 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 --- diff --git a/TODO-RELEASE b/TODO-RELEASE index bd87974161..7e3110b66a 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.