]> granicus.if.org Git - curl/commitdiff
RELEASE-NOTES: synced with f4e6e201b146
authorSteve Holme <steve_holme@hotmail.com>
Sat, 27 Apr 2013 19:43:55 +0000 (20:43 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 27 Apr 2013 19:43:55 +0000 (20:43 +0100)
RELEASE-NOTES

index dfcac326be9e44dc8f9a32805ba5d37e852bf22b..c6010894eafbcf9d734052232a93423e0901ccdd 100644 (file)
@@ -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]