aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-04-27 20:43:55 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-04-27 20:43:55 +0100
commitf133719f730156a7e9bfcc253a07d4a9b7dcaa81 (patch)
tree19f9cc370e8c2a5e0e2aed9fac56994eedf85c3d
parentf4e6e201b146d918864d9d5de0362d62980e758b (diff)
RELEASE-NOTES: synced with f4e6e201b146
-rw-r--r--RELEASE-NOTES10
1 files changed, 9 insertions, 1 deletions
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=<mech> 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]