From: Daniel Stenberg Date: Mon, 29 Mar 2004 13:46:58 +0000 (+0000) Subject: issue 24 is fixed by making sure the time fields use a static width X-Git-Tag: curl-7_11_2~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fd5d6d6a75c9865507181e38c44ac88327a5cf;p=thirdparty%2Fcurl.git issue 24 is fixed by making sure the time fields use a static width --- diff --git a/TODO-RELEASE b/TODO-RELEASE index d8a50d829c..6af5e7aaa6 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.