summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-05-20 23:10:58 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-05-20 23:10:58 +0200
commitae931b9998f464194163ced8f45288a8f5c8c902 (patch)
treebbf974bdc8306cb8a0aa242367feb630b9fab29d
parent85f4075bdbf3fccdf3651789f4836404424fe771 (diff)
downloadcurl-ae931b9998f464194163ced8f45288a8f5c8c902.tar.gz
RELEASE-NOTES: synced with 85f4075bdbf3
Possibly the final update before release...
-rw-r--r--RELEASE-NOTES14
1 files changed, 9 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 69d0fc2e6..22a4c5b1a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -80,6 +80,8 @@ This release includes the following bugfixes:
o HTTP: fixed connection re-use [23]
o configure: add SPNEGO to supported features [24]
o configure: add GSS-API to supported features [25]
+ o ALPN: fix typo in http/1.1 identifier
+ o http2: make connection re-use work [26]
This release includes the following known bugs:
@@ -89,11 +91,12 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Aaro Koskinen, Cody Mack, Damian Dixon, Dan Fandrich, Daniel Johnson,
- Daniel Stenberg, David Woodhouse, Dilyan Palauzov, Ivo Bellin Salarin,
- Jeff King, Jeroen Koekkoek, Jon Torrey, Kamil Dudka, Larry Lin, Leon Winter,
- Maciej Puzio, Marc Hoersken, Nick Zitzmann, Patrick Watson, Paul Marks,
- Radu Simionescu, Remi Gacogne, Ryan Braud, Steve Holme, Tatsuhiro Tsujikawa,
- Till Maas, Tom Sparrow, Török Edwin, Vijay Panghal,
+ Daniel Stenberg, David Woodhouse, Dilyan Palauzov, Fabian Frank,
+ Ivo Bellin Salarin, Jeff King, Jeroen Koekkoek, Jon Torrey, Kamil Dudka,
+ Larry Lin, Leon Winter, Maciej Puzio, Marc Hoersken, Michael Osipov,
+ Nick Zitzmann, Patrick Watson, Paul Marks, Radu Simionescu, Remi Gacogne,
+ Ryan Braud, Steve Holme, Tatsuhiro Tsujikawa, Till Maas, Tom Sparrow,
+ Török Edwin, Vijay Panghal,
Thanks! (and sorry if I forgot to mention someone)
@@ -124,3 +127,4 @@ References to bug reports and discussions on issues:
[23] = http://curl.haxx.se/mail/lib-2014-05/0127.html
[24] = http://curl.haxx.se/bug/view.cgi?id=1343
[25] = http://curl.haxx.se/bug/view.cgi?id=1344
+ [26] = http://curl.haxx.se/bug/view.cgi?id=1374