reality sync

This commit is contained in:
Daniel Stenberg 2007-06-28 10:47:05 +00:00
parent 5df5a2aa54
commit d500c468fc
2 changed files with 19 additions and 4 deletions

13
CHANGES
View File

@ -6,12 +6,25 @@
Changelog
Daniel S (27 June 2007)
- James Housley: Add two new options for the SFTP/SCP/FILE protocols:
CURLOPT_NEW_FILE_PERMS and CURLOPT_NEW_DIRECTORY_PERMS. These control the
premissions for files and directories created on the remote
server. CURLOPT_NEW_FILE_PERMS defaults to 0644 and
CURLOPT_NEW_DIRECTORY_PERMS defaults to 0755
- I corrected the 10-at-a-time.c example and applied a patch for it by James
Bursa.
Daniel S (26 June 2007)
- Robert Iakobashvili re-arranged the internal hash code to work with a custom
hash function for different hashes, and also expanded the default size for
the socket hash table used in multi handles to greatly enhance speed when
very many connections are added and the socket API is used.
- James Housley made the CURLOPT_FTPLISTONLY mode work for SFTP directory
listings as well
Daniel S (25 June 2007)
- Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
chunked encoding (that also lacks "Connection: close"). It now simply

View File

@ -3,20 +3,22 @@ Curl and libcurl 7.16.4
Public curl release number: 100
Releases counted from the very beginning: 126
Available command line options: 118
Available curl_easy_setopt() options: 141
Available curl_easy_setopt() options: 143
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: 554
This release includes the following changes:
o
o added CURLOPT_NEW_FILE_PERMS and CURLOPT_NEW_DIRECTORY_PERMS
o improved hashing of sockets for the multi_socket API
This release includes the following bugfixes:
o adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
chunked encoding
o fixed the 10-at-a-time.c example
This release includes the following known bugs:
@ -33,6 +35,6 @@ New curl mirrors:
This release would not have looked like this without help, code, reports and
advice from friends like these:
Robert Iakobashvili
Robert Iakobashvili, James Housley, Günter Knauf, James Bursa
Thanks! (and sorry if I forgot to mention someone)