]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
RELEASE-NOTES: Synced with 159c3aafd8
authorSteve Holme <steve_holme@hotmail.com>
Fri, 8 Aug 2014 06:38:05 +0000 (07:38 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 8 Aug 2014 06:39:09 +0000 (07:39 +0100)
RELEASE-NOTES

index 06a4a72b90fee616d8a1bc668ce512e168a64d98..a5ace332c0234e25785a9ae90632c3a3bf1ec98d 100644 (file)
@@ -43,6 +43,14 @@ This release includes the following bugfixes:
  o HTTP/2: Fix infinite loop in readwrite_data()
  o parsedate: fix the return code for an overflow edge condition
  o darwinssl: don't use strtok()
+ o http_negotiate_sspi: Fixed specific username and password not working [9]
+ o openssl: replace call to OPENSSL_config [10]
+ o http2: show the received header for better debugging
+ o HTTP/2: Move :authority before non-pseudo header fields
+ o HTTP/2: Reset promised stream, not its associated stream
+ o http2: added some more logging for debugging stream problems
+ o ntlm: Added support for SSPI package info query
+ o ntlm: Fixed hard coded buffer for SSPI based auth packet generation
 
 This release includes the following known bugs:
 
@@ -52,9 +60,10 @@ This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
   Alessandro Ghedini, Anthon Pang, Dan Fandrich, Daniel Stenberg, Dave Reisner,
-  David Woodhouse, Fabian Keil, Kamil Dudka, Marcel Raad, Michael Osipov,
-  Michael Wallner, Patrick Monnerat, Paul Saab, Rafaël Carré, Sergey Nikulov,
-  Spork Schivago, Steve Holme, Tatsuhiro Tsujikawa, Toby Peterson,
+  David Woodhouse, Fabian Keil, Jan Ehrhardt, Kamil Dudka, Leonardo Rosati,
+  Marcel Raad, Michael Osipov, Michael Wallner, Patrick Monnerat, Paul Saab,
+  Rafaël Carré, Sergey Nikulov, Spork Schivago, Steve Holme,
+  Tatsuhiro Tsujikawa, Toby Peterson,
 
         Thanks! (and sorry if I forgot to mention someone)
 
@@ -68,3 +77,5 @@ References to bug reports and discussions on issues:
  [6] = https://github.com/tatsuhiro-t/nghttp2/issues/62
  [7] = https://github.com/bagder/curl/pull/105
  [8] = http://curl.haxx.se/bug/view.cgi?id=1399
+ [9] = http://curl.haxx.se/mail/lib-2014-06/0224.html
+ [10] = http://curl.haxx.se/bug/view.cgi?id=1401