]> granicus.if.org Git - curl/commitdiff
RELEASE-NOTES: Synced with 8b1d00ac1a
authorSteve Holme <steve_holme@hotmail.com>
Fri, 31 Jul 2015 05:24:35 +0000 (06:24 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 31 Jul 2015 05:24:35 +0000 (06:24 +0100)
RELEASE-NOTES

index f4eb8cf92ec17b4f384242d03b7f52421ad5568f..f6e5a54a314cdc2bd12c533613aee1eed5157d0f 100644 (file)
@@ -49,6 +49,10 @@ This release includes the following bugfixes:
  o build-openssl.bat: Show syntax if required args are missing
  o test1902: attempt to make the test more reliable
  o libcurl-thread.3: Consolidate thread safety info
+ o maketgz: Fixed some VC makefiles missing from the release tarball
+ o libcurl-multi.3: mention curl_multi_wait [10]
+ o ABI doc: use secure URL
+ o http: move HTTP/2 cleanup code off http_disconnect() [11]
 
 This release includes the following known bugs:
 
@@ -61,7 +65,7 @@ advice from friends like these:
   Gustavo Grieco, John E. Malmberg, Kamil Dudka, Lior Kaplan, Marcel Raad,
   Michael Kaufmann, Michał Fita, Patrick Monnerat, Paul Howarth, Ray Satiro,
   Roger Leigh, Stefan Bühler, Štefan Kremeň, Steve Holme, Tatsuhiro Tsujikawa,
-  Terri Oda, TJ Saunders, Viktor Szakáts,
+  Terri Oda, Tim Stack, Tomas Tomecek, TJ Saunders, Viktor Szakáts,
 
         Thanks! (and sorry if I forgot to mention someone)
 
@@ -76,3 +80,5 @@ References to bug reports and discussions on issues:
  [7] = http://curl.haxx.se/libcurl/c/http2-serverpush.html
  [8] = https://github.com/bagder/curl/blob/master/docs/CODE_OF_CONDUCT.md
  [9] = http://curl.haxx.se/libcurl/c/CURLOPT_SSL_OPTIONS.html
+ [10] = https://github.com/bagder/curl/issues/356
+ [11] = https://bugzilla.redhat.com/1248389