From: Daniel Stenberg Date: Thu, 11 Mar 2004 21:49:56 +0000 (+0000) Subject: Optimize the way libcurl uses CWD X-Git-Tag: curl-7_11_1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6edcfb486aab6a0abf23bb658682419fe9d5efe;p=thirdparty%2Fcurl.git Optimize the way libcurl uses CWD --- diff --git a/TODO-RELEASE b/TODO-RELEASE index e348170433..52e9b73ecd 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -28,6 +28,9 @@ To get fixed in 7.11.2 (planned release May/June 2004) 27. Put the version defines in their own header file, so that lib/libcurl.rc can include only that to reduce problems with MSVC. +28. Optimize the way libcurl uses CWD on each new request over a persistent + connection (on FTP) even if it doesn't have to. + To get fixed in 7.12.0 ======================