]> granicus.if.org Git - curl/commitdiff
reality sync
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Jun 2007 10:47:05 +0000 (10:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Jun 2007 10:47:05 +0000 (10:47 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index cb6323be756ef658f6482dbe22b121e51d483d2f..df65c2737086d8064766575e792c8de40b18f04e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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
index 808fcbde0544973fc5fc9c6464afd4a8874db620..085748017400b707c07feef47a3e0c6adb1e5624 100644 (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)