diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-12-20 20:27:21 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-20 20:27:21 +0000 |
commit | 3917d73b367ac68e253bd2906c808db4d9e3e854 (patch) | |
tree | 8e041481d8d43bd586cb2c98ab481555f9f38b38 | |
parent | 812c5ace759d04c2f0513f7ffe58f32673da2514 (diff) |
RELEASE-NOTES: Synced with 812c5ace759d04
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 11e29570d..2e4da90e1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,10 +9,13 @@ Curl and libcurl 7.34.1 This release includes the following changes: + o imap/pop3/smtp: Added support for SASL authentication downgrades o This release includes the following bugfixes: + o curl_easy_setopt: Fixed OAuth 2.0 Bearer option name [1] + o pop3: Fixed selection of APOP when server replies with an invalid timestamp o This release includes the following known bugs: @@ -22,10 +25,10 @@ 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: - + Steve Holme, Viktor Szakáts Thanks! (and sorry if I forgot to mention someone) References to bug reports and discussions on issues: - [1] = + [1] = http://curl.haxx.se/bug/view.cgi?id=1313 |