diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-14 14:57:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-14 14:57:51 +0000 |
commit | 0fb5a65a58130da7882f0a8d396e24b95c25064f (patch) | |
tree | d6c39e8a01c8815f724c47005d7a7409fe678ab7 /RELEASE-NOTES | |
parent | c8afb02b4cf51038e84edec13fb52a6ad149d044 (diff) |
- David McCreedy provided libcurl changes for doing HTTP communication on
non-ASCII platforms. It does add some complexity, most notably with more
#ifdefs, but I want to see this supported added and I can't see how we can
add it without the extra stuff added.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dafc16e2c..5f2ec0a70 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -5,15 +5,16 @@ Curl and libcurl 7.16.1 Available command line options: 112 Available curl_easy_setopt() options: 133 Number of public functions in libcurl: 54 - Amount of public web site mirrors: 38 + Amount of public web site mirrors: 39 Number of known libcurl bindings: 35 Number of contributors: 524 This release includes the following changes: - o Support for SCP and SFTP were added + o Support for SCP and SFTP were added (powered by libssh2) o CURLOPT_CLOSEPOLICY is now deprecated o --ftp-ssl-ccc and CURLOPT_FTP_SSL_CCC were added + o HTTP support for non-ASCII platforms This release includes the following bugfixes: |