diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-11-25 00:09:43 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-11-25 00:09:43 +0100 |
commit | f712ace9d702e5380a943caa48a18579a7cd8443 (patch) | |
tree | e9781aaf549c9fb0e759b616955f4c8ea1ec3c02 /RELEASE-NOTES | |
parent | 2c905fd1f8200349667dc990a17daf37214700bf (diff) | |
download | curl-f712ace9d702e5380a943caa48a18579a7cd8443.tar.gz |
RELEASE-NOTES: synced with 2c905fd1f82
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a4e0896ab..88be728d7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,10 +9,18 @@ Curl and libcurl 7.24.0 This release includes the following changes: + o CURLOPT_QUOTE: SFTP supports the '*'-prefix now + o CURLOPT_DNS_SERVERS: set name servers if possible + o Add support for using nettle instead of gcrypt as gnutls backend o This release includes the following bugfixes: + o SSL session share: move the age counter to the share object + o -J -O: use -O name if no Content-Disposition header comes! + o protocol_connect: show verbose connect and set connect time + o query-part: ignore the URI part for given protocols + o gnutls: only translate winsock errors for old versions o This release includes the following known bugs: @@ -22,6 +30,7 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - + Alejandro Alvarez Ayllon, Jason Glasgow, Jonas Schnelli, Mark Brand, + Martin Storsjo, Yang Tse Thanks! (and sorry if I forgot to mention someone) |