diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-13 16:43:30 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-13 16:43:30 +0100 |
commit | 7ce6cb9ab4daaacb344b70bcba2592b47deb6658 (patch) | |
tree | dfc0584369643232edc0c520a649912e62087317 /RELEASE-NOTES | |
parent | 8723cade21fbfc811777b893d03192294c2ed85f (diff) |
RELEASE-NOTES: synced with 8723cade21fb
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ecdfb497b..ba69fcf2e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,10 +14,15 @@ Curl and libcurl 7.30.1 This release includes the following changes: + o darwinssl: add TLS session resumption + o imap / pop3 / smtp: Added support for ;auth=<mech> in the URL o This release includes the following bugfixes: + o FTP: access files in root dir correctly [1] + o configure: try pthread_create without -lpthread [2] + o FTP: handle a 230 welcome response [3] o This release includes the following known bugs: @@ -27,9 +32,14 @@ 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: - + David Strauss, Kamil Dudka, Steve Holme, Nick Zitzmann, Sam Deane, Duncan, + Anders Havn + Thanks! (and sorry if I forgot to mention someone) References to bug reports and discussions on issues: - [1] = + [1] = http://curl.haxx.se/mail/lib-2013-04/0142.html + [2] = http://curl.haxx.se/bug/view.cgi?id=1216 + [3] = http://curl.haxx.se/mail/lib-2013-02/0102.html + [4] = |