diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dfcac326b..c6010894e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following changes: o imap/pop3/smtp: Added support for ;auth= to CURLOPT_USERPWD o usercertinmem.c: add example showing user cert in memory o url: Added smtp and pop3 hostnames to the protocol detection list + o imap/pop3/smtp: Added support for enabling the SASL initial response [8] o This release includes the following bugfixes: @@ -31,6 +32,10 @@ This release includes the following bugfixes: o Various documentation updates o getinfo.c: reset timecond when clearing session-info variables [5] o FILE: prevent an artificial timeout event due to stale speed-check data [6] + o ftp_state_pasv_resp: connect through proxy also when set by env [7] + o sshserver: disable StrictHostKeyChecking + o ftpserver: Fixed imap logout confirmation data + o curl_easy_init: use less mallocs o This release includes the following known bugs: @@ -43,7 +48,7 @@ advice from friends like these: David Strauss, Kamil Dudka, Steve Holme, Nick Zitzmann, Sam Deane, Duncan, Anders Havn, Dan Fandrich, Paul Howarth, Dave Reisner, Wouter Van Rooy, Linus Nielsen Feltzing, Ishan SinghLevett, Alessandro Ghedini, - Ludovico Cavedon + Ludovico Cavedon, Zdenek Pavlas, Zekun Ni Thanks! (and sorry if I forgot to mention someone) @@ -55,3 +60,6 @@ References to bug reports and discussions on issues: [4] = http://curl.haxx.se/mail/lib-2013-04/0294.html [5] = http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705783 [6] = https://bugzilla.redhat.com/906031 + [7] = http://curl.haxx.se/bug/view.cgi?id=1218 + [8] = http://curl.haxx.se/mail/lib-2012-03/0114.html + [9]