diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-07 14:47:46 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-07 14:47:46 +0200 |
commit | 68e6b56a2a2515d785bacb896b42e733b4ae7f72 (patch) | |
tree | 8b4b4b5586a24dd87b33889190bde71b78692e34 | |
parent | 5a99bce07dba1b79149deab9b8669793a6c22f2e (diff) |
RELEASE-NOTES: synced with 5a99bce07d
-rw-r--r-- | RELEASE-NOTES | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cffa6efca..46d2d575a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following changes: o pop3: Added support for sasl digest-md5 authentication o pop3: Added support for apop authentication o Added support for Schannel (Native Windows) SSL/TLS encryption [2] + o Added support for Dwarin SSL (Native Mac OS X and iOS) [6] This release includes the following bugfixes: @@ -33,7 +34,9 @@ This release includes the following bugfixes: o log2changes.pl: fix the Version output o lib554.c: use curl_formadd() properly [4] o urldata.h: fix cyassl build clash with wincrypt.h - o + o cookies: changed the URL in the cookiejar headers + o http-proxy: keep CONNECT connections alive (for NTLM) + o NTLM SSPI: fixed to work with unicode user names and passwords This release includes the following known bugs: @@ -45,7 +48,7 @@ advice from friends like these: Anthony Bryan, Guenter Knauf, Kamil Dudka, Steve Holme, Tatsuhiro Tsujikawa, Yang Tse, Gokhan Sengun, Marc Hoersken, Ghennadi Procopciuc, Gisle Vanem, Mark Salisbury, Anthony G. Basile, Enrico Scholz, Robert B. Harris, - Neil Bowers + Neil Bowers, Marcel Raad, Christian Hägele Thanks! (and sorry if I forgot to mention someone) @@ -56,3 +59,4 @@ References to bug reports and discussions on issues: [3] = http://curl.haxx.se/bug/view.cgi?id=3533045 [4] = http://curl.haxx.se/mail/lib-2012-06/0001.html [5] = http://daniel.haxx.se/blog/2012/06/03/curling-the-metalink/ + [6] = http://daniel.haxx.se/blog/2012/06/28/darwin-native-ssl-for-curl/ |