Skip to content

Commit

Permalink
RELEASE-NOTES: synced with 7c0cbcf
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 13, 2012
1 parent 7c0cbcf commit 6a4bdb0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions RELEASE-NOTES
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ This release includes the following bugfixes:
o fix HTTP auth regression [11] o fix HTTP auth regression [11]
o CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value [12] o CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value [12]
o build failure when configured with --with-nss --with-libmetalink [13] 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: This release includes the following known bugs:


Expand All @@ -44,7 +49,8 @@ advice from friends like these:
Guenter Knauf, Alessandro Ghedini, Nick Zitzmann, Michal Kowalczyk, Guenter Knauf, Alessandro Ghedini, Nick Zitzmann, Michal Kowalczyk,
Jeff Connelly, Oscar Norlander, Guido Berhoerster, Marc Hoersken, Jeff Connelly, Oscar Norlander, Guido Berhoerster, Marc Hoersken,
Dave Reisner, Jan Ehrhardt, John Suprock, Alessandro Ghedini, 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) Thanks! (and sorry if I forgot to mention someone)


Expand All @@ -62,4 +68,6 @@ References to bug reports and discussions on issues:
[10] = http://curl.haxx.se/bug/view.cgi?id=3579286 [10] = http://curl.haxx.se/bug/view.cgi?id=3579286
[11] = http://curl.haxx.se/bug/view.cgi?id=3582718 [11] = http://curl.haxx.se/bug/view.cgi?id=3582718
[12] = http://daniel.haxx.se/blog/2012/10/25/libcurl-claimed-to-be-dangerous/ [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

0 comments on commit 6a4bdb0

Please sign in to comment.