From: Steve Holme Date: Sun, 3 Jun 2012 00:17:21 +0000 (+0100) Subject: DOCS: Fixed list in Section 18.2 not displaying correctly on web site X-Git-Tag: curl-7_27_0~301 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=797315044d32ff2630f41e539e3df0aa0f1c7b7c;p=thirdparty%2Fcurl.git DOCS: Fixed list in Section 18.2 not displaying correctly on web site --- diff --git a/docs/TODO b/docs/TODO index 0ba9a78545..d08b75b283 100644 --- a/docs/TODO +++ b/docs/TODO @@ -106,7 +106,7 @@ 18. Next SONAME bump 18.1 http-style HEAD output for ftp 18.2 combine error codes - 186.3 extend CURLOPT_SOCKOPTFUNCTION prototype + 18.3 extend CURLOPT_SOCKOPTFUNCTION prototype 19. Next major release 19.1 cleanup return codes @@ -575,12 +575,19 @@ to provide the data to send. Candidates for removal and their replacements: CURLE_FILE_COULDNT_READ_FILE => CURLE_REMOTE_FILE_NOT_FOUND + CURLE_FTP_COULDNT_RETR_FILE => CURLE_REMOTE_FILE_NOT_FOUND + CURLE_FTP_COULDNT_USE_REST => CURLE_RANGE_ERROR + CURLE_FUNCTION_NOT_FOUND => CURLE_FAILED_INIT + CURLE_LDAP_INVALID_URL => CURLE_URL_MALFORMAT + CURLE_TFTP_NOSUCHUSER => CURLE_TFTP_ILLEGAL + CURLE_TFTP_NOTFOUND => CURLE_REMOTE_FILE_NOT_FOUND + CURLE_TFTP_PERM => CURLE_REMOTE_ACCESS_DENIED 18.3 extend CURLOPT_SOCKOPTFUNCTION prototype