Skip to content

Commit

Permalink
RELEASE-NOTES: synced with e539f01
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 18, 2015
1 parent e539f01 commit 7e16aa9
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions RELEASE-NOTES
Expand Up @@ -47,6 +47,15 @@ This release includes the following bugfixes:
o http: always send Host: header as first header [9]
o openssl: sort ciphers to use based on strength [10]
o openssl: use colons properly in the ciphers list
o http2: detect premature close without data transfered [11]
o hostip: Fix signal race in Curl_resolv_timeout
o closesocket: call multi socket cb on close even with custom close [12]
o mksymbolsmanpage.pl: use std header and generate better nroff header
o connect: Fix happy eyeballs logic for IPv4-only builds [13]
o curl_easy_perform.3: remove superfluous close brace from example
o HTTP: don't use Expect: headers when on HTTP/2 [14]
o Curl_sh_entry: remove unused 'timestamp'
o docs/libcurl: makefile portability fix

This release includes the following known bugs:

Expand All @@ -55,11 +64,13 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:

Alessandro Ghedini, Alexander Pepper, Brad King, Daniel Stenberg, Fabian Keil,
Alessandro Ghedini, Alexander Pepper, Ben Darnell, Brad King,
Christian Weisgerber, Dan Fandrich, Daniel Stenberg, Fabian Keil, Frank Meier,
Jeroen Ooms, Jonathan Cardoso, Jon Seymour, Kamil Dudka, Markus Elfring,
Michel Promonet, Peter Laser, Rainer Canavan, Ray Satiro, Richard Moore,
Sergei Nikulov, Steve Havelka, Steve Holme, Tatsuhiro Tsujikawa,
Viktor Szakáts,
Sergei Nikulov, Stefan Bühler, Stefan Eissing, Steve Havelka, Steve Holme,
Tatsuhiro Tsujikawa, Tobias Stoeckmann, Viktor Szakáts,
(27 contributors)

Thanks! (and sorry if I forgot to mention someone)

Expand All @@ -75,3 +86,7 @@ References to bug reports and discussions on issues:
[8] = http://curl.haxx.se/bug/view.cgi?id=1492
[9] = http://curl.haxx.se/bug/view.cgi?id=1491
[10] = http://curl.haxx.se/bug/view.cgi?id=1487
[11] = https://github.com/bagder/curl/issues/166
[12] = http://curl.haxx.se/bug/view.cgi?id=1493
[13] = https://github.com/bagder/curl/pull/168
[14] = https://github.com/bagder/curl/issues/169

0 comments on commit 7e16aa9

Please sign in to comment.