summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-03-25 14:54:11 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-03-25 14:54:11 +0100
commitb877494a27e4176f7ddd1d20b4734a5559f17962 (patch)
tree40e5bcce557396d94418d5c62b328cff023c5550
parent3ebfaf6a0399b6adeb7def7c322586c449a72af4 (diff)
downloadgnurl-b877494a27e4176f7ddd1d20b4734a5559f17962.tar.gz
gnurl-b877494a27e4176f7ddd1d20b4734a5559f17962.tar.bz2
gnurl-b877494a27e4176f7ddd1d20b4734a5559f17962.zip
RELEASE-NOTES: synced with 3ebfaf6a0399b6a
-rw-r--r--RELEASE-NOTES11
1 files changed, 8 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e51f7d122..a3d6d00b6 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -70,6 +70,9 @@ This release includes the following bugfixes:
o nss: allow to enable/disable cipher-suites better
o ssh: prevent a logic error that could result in an infinite loop
o http2: free resources on disconnect
+ o polarssl: avoid extra newlines in debug messages
+ o rtsp: parse "Session:" header properly [14]
+ o trynextip: don't store 'ai' on failed connects
This release includes the following known bugs:
@@ -81,9 +84,9 @@ advice from friends like these:
Adam Sampson, Arvid Norberg, Brad Spencer, Colin Hogben, Dan Fandrich,
Daniel Stenberg, David Ryskalczyk, Fabian Frank, Gaƫl PORTAY, Gisle Vanem,
Hubert Kario, Jeff King, Jiri Malak, Kamil Dudka, Maks Naumov, Marc Hoersken,
- Michael Osipov, Nick Zitzmann, Patrick Monnerat, Prash Dush, Remi Gacogne,
- Rob Davies, Romulo A. Ceccon, Shao Shuchao, Steve Holme, Tatsuhiro Tsujikawa,
- Thomas Braun, Tiit Pikma, Yehezkel Horowitz,
+ Michael Osipov, Mike Hasselberg, Nick Zitzmann, Patrick Monnerat, Prash Dush,
+ Remi Gacogne, Rob Davies, Romulo A. Ceccon, Shao Shuchao, Steve Holme,
+ Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma, Yehezkel Horowitz,
Thanks! (and sorry if I forgot to mention someone)
@@ -102,3 +105,5 @@ References to bug reports and discussions on issues:
[11] = http://curl.haxx.se/mail/lib-2014-02/0243.html
[12] = https://github.com/bagder/curl/pull/93
[13] = http://curl.haxx.se/mail/lib-2014-02/0036.html
+ [14] = http://curl.haxx.se/mail/lib-2014-03/0134.html
+ [15] = http://curl.haxx.se/bug/view.cgi?id=1337