Renamed several libcurl error codes and options to make them more general

and allow reuse by multiple protocols. Several unused error codes were
removed.  In all cases, macros were added to preserve source (and binary)
compatibility with the old names.  These macros are subject to removal at
a future date, but probably not before 2009.  An application can be
tested to see if it is using any obsolete code by compiling it with the
CURL_NO_OLDIES macro defined.

Documented some newer error codes in libcurl-error(3)
This commit is contained in:
Dan Fandrich
2007-08-30 20:34:57 +00:00
parent 4b60c3e9d3
commit 9f44a95522
29 changed files with 341 additions and 275 deletions

View File

@@ -18,6 +18,8 @@ This release includes the following changes:
o HTTP transfers have the download size info "available" earlier
o FTP transfers have the download size info "available" earlier
o builds and runs on OS/400
o several error codes and options were marked as obsolete and subject to
future removal (set CURL_NO_OLDIES to see if your application is using them)
This release includes the following bugfixes: