diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-30 00:27:59 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-30 00:27:59 +0000 |
commit | b4433a8ba6c7379edf779e854b9d38c87c39d99a (patch) | |
tree | b7d35b9c8d89ac87907707a5fdcc4d0bfa79c1be /RELEASE-NOTES | |
parent | 1933f9d33c6443e475fde190ae3bd824e113585b (diff) |
RELEASE-NOTES: Synced with 1933f9d33c
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9d998f2c5..b1d1104ec 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -125,6 +125,15 @@ This release includes the following bugfixes: o curl: show size of inhibited data when using -v o build: Removed WIN32 definition from the Visual Studio projects o build: Removed WIN64 definition from the libcurl Visual Studio projects + o vtls: Use bool for Curl_ssl_getsessionid() return type + o sockfilt.c: Replace 100ms sleep with thread throttle + o sockfilt.c: Reduce the number of individual memory allocations + o vtls: Don't set cert info count until memory allocation is successful + o nss: Don't ignore Curl_ssl_init_certinfo() OOM failure + o nss: Don't ignore Curl_extract_certinfo() OOM failure + o vtls: Fixed compilation warning and an ignored return code + o sockfilt.c: Fixed compilation warnings + o darwinssl: Fixed compilation warning This release includes the following known bugs: |