diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-10-09 23:55:17 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-10-09 23:55:17 +0200 |
commit | 734fdb084243590b023b6e75f5f6b9d8419ca948 (patch) | |
tree | 6c6f287734e6565296f44279f8fa95f07ff050c0 | |
parent | 6637b237e6ebd17fab83eaf3165cb31dc9be3453 (diff) |
RELEASE-NOTES: synced with 6637b237e6eb
... and bumped the planned release version.
-rw-r--r-- | RELEASE-NOTES | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c62ecb662..1ff656e75 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -Curl and libcurl 7.38.1 +Curl and libcurl 7.39.0 Public curl releases: 142 Command line options: 162 @@ -9,6 +9,8 @@ Curl and libcurl 7.38.1 This release includes the following changes: o CURLOPT_COOKIELIST: Added "RELOAD" command [5] + o ssh: improve key file search + o SSL: public key pinning. Use CURLOPT_PINNEDPUBLICKEY and --pinnedpubkey This release includes the following bugfixes: @@ -23,6 +25,15 @@ This release includes the following bugfixes: o HTTP/2: Fix busy loop when EOF is encountered o CURLOPT_CAPATH: return failure if set without backend support o nss: do not fail if a CRL is already cached + o smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" error + o fixed 20+ nits/memory leaks identified by Coverity scans + o curl_schannel.c: Fixed possible memory or handle leak + o multi-uv.c: call curl_multi_info_read() better + o Cmake: Check for OpenSSL before OpenLDAP + o Cmake: Fix library list provided to cURL tests + o Cmake: Avoid cycle directory dependencies + o Cmake: Build with GSSAPI (MIT or Heimdal) + o vtls: provide backend defines for internal source code This release includes the following known bugs: @@ -31,9 +42,11 @@ 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: - Askar Safin, Catalin Patulea, Dan Fandrich, Daniel Stenberg, Dimitar Boevski, - Jonathan Cardoso Machado, Marcel Raad, Michael Wallner, Paul Howarth, - Ray Satiro, Steve Holme, Tatsuhiro Tsujikawa, Ulrich Telle, Viktor Szakáts, + Askar Safin, Bill Nagel, Catalin Patulea, Dan Fandrich, Daniel Stenberg, + Dimitar Boevski, Fabian Keil, Jakub Zakrzewski, Jeremy Lin, + Jonathan Cardoso Machado, Kamil Dudka, Luan Cestari, Marcel Raad, + Marc Hoersken, Michael Wallner, Patrick Monnerat, Paul Howarth, Ray Satiro, + Steve Holme, Tatsuhiro Tsujikawa, Ulrich Telle, Viktor Szakáts, Waldek Kozba, Yousuke Kimoto, Thanks! (and sorry if I forgot to mention someone) |