aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-11-13 13:03:38 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-11-13 13:03:38 +0100
commit6a4bdb027bb7d44ba33dc00ef4c0a19f929c55fd (patch)
tree242eba0f4630cf70765a31ae294a50e175b767b7 /RELEASE-NOTES
parent7c0cbcf2f617b4a2a50d4242ad468dae01e9ce13 (diff)
RELEASE-NOTES: synced with 7c0cbcf2f617b
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES12
1 files changed, 10 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 291cf5f8a..4b58c5751 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -33,6 +33,11 @@ This release includes the following bugfixes:
o fix HTTP auth regression [11]
o CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value [12]
o build failure when configured with --with-nss --with-libmetalink [13]
+ o ftp: EPSV-disable fix over SOCKS [14]
+ o Digest: Add microseconds into nounce calculation [15]
+ o SCP/SFTP: improve error code used for send failures
+ o SSL: Several SSL-backend related fixes
+ o removed the notorious "additional stuff not fine" debug output
This release includes the following known bugs:
@@ -44,7 +49,8 @@ advice from friends like these:
Guenter Knauf, Alessandro Ghedini, Nick Zitzmann, Michal Kowalczyk,
Jeff Connelly, Oscar Norlander, Guido Berhoerster, Marc Hoersken,
Dave Reisner, Jan Ehrhardt, John Suprock, Alessandro Ghedini,
- Lars Buitinck
+ Lars Buitinck, Anton Malov, Sergei Nikulov, Patrick Monnerat,
+ Gabriel Sjoberg, Oscar Koeroo, Fabian Keil, Johnny Luong
Thanks! (and sorry if I forgot to mention someone)
@@ -62,4 +68,6 @@ References to bug reports and discussions on issues:
[10] = http://curl.haxx.se/bug/view.cgi?id=3579286
[11] = http://curl.haxx.se/bug/view.cgi?id=3582718
[12] = http://daniel.haxx.se/blog/2012/10/25/libcurl-claimed-to-be-dangerous/
- [13] = http://sourceforge.net/tracker/?func=detail&atid=100976&aid=3578163&group_id=976
+ [13] = http://curl.haxx.se/bug/view.cgi?id=3578163
+ [14] = http://curl.haxx.se/bug/view.cgi?id=3586338
+ [15] = https://github.com/bagder/curl/pull/50