From: Daniel Stenberg Date: Fri, 17 Aug 2007 22:21:41 +0000 (+0000) Subject: NEXT soname bump X-Git-Tag: curl-7_17_0~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3c7adcb5443ef9633bea3c0a6c52d9cce99360d;p=curl NEXT soname bump * #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers from being output in NOBODY requests over ftp --- diff --git a/docs/TODO b/docs/TODO index 37eca0678..4d44fd6a8 100644 --- a/docs/TODO +++ b/docs/TODO @@ -287,6 +287,11 @@ TODO * Make the test suite work on more platforms. OpenBSD and Mac OS. Remove fork()s and it should become even more portable. + NEXT soname bump + + * #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers + from being output in NOBODY requests over ftp + NEXT MAJOR RELEASE * curl_easy_cleanup() returns void, but curl_multi_cleanup() returns a