diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-21 09:32:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-21 09:32:32 +0000 |
commit | 7e42cb61f75890832792c082510ec610f4c32cbe (patch) | |
tree | 3c73a5796491a7ad59dfa1d2e151141d02e276ad /RELEASE-NOTES | |
parent | 6c038680f9a0de30f2a0b60c1e02bfb74006c851 (diff) |
FTP third transfer support overhaul. See CHANGES for details.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 47b789a38..19e672318 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,8 +1,8 @@ -Curl and libcurl 7.12.4 +Curl and libcurl 7.13.0 Public curl release number: 85 Releases counted from the very beginning: 112 - Available command line options: 100 + Available command line options: 103 Available curl_easy_setopt() options: 123 Number of public functions in libcurl: 46 Amount of public web site mirrors: 14 @@ -10,6 +10,10 @@ Curl and libcurl 7.12.4 This release includes the following changes: + o added CURLOPT_SOURCE_URL and CURLOPT_SOURCE_QUOTE + o obsoleted CURLOPT_SOURCE_HOST, CURLOPT_SOURCE_PATH, CURLOPT_SOURCE_PORT + and CURLOPT_PASV_HOST + o added --3p-url, --3p-user and --3p-quote o -Q "+[command]" was added o src/getpass.c license issue sorted (code was rewritten) o curl -w now supports 'http_connect' for the proxy's response to CONNECT @@ -17,6 +21,7 @@ This release includes the following changes: This release includes the following bugfixes: + o FTP third party transfers was much improved o proxy environment variables are now ignored when built HTTP-disabled o CURLOPT_PROXY can now disable HTTP proxy even when built HTTP-disabled o "curl dictionary.com" no longer assumes DICT protocol |