diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-18 17:17:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-18 17:17:54 +0200 |
commit | 97dfe38641f6b36f4bc83ec001f13f7040513c46 (patch) | |
tree | c41167e24736e38e61cceb6b2afa76f755ae6c9a /RELEASE-NOTES | |
parent | f36f8c14551efc6772cdda4e9ab4ec000ec11808 (diff) | |
download | curl-97dfe38641f6b36f4bc83ec001f13f7040513c46.tar.gz |
RELEASE-NOTES: synced with f36f8c14551efc6772
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8170c141b..8e61d3d01 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -44,6 +44,13 @@ This release includes the following bugfixes: o pipelining: skip to-be-closed connections when pipelining [20] o win: fix Universal Windows Platform build [21] o curl: do not set CURLOPT_SSLENGINE to DEFAULT automatically [22] + o maketgz: make it support "only" generating version info + o Curl_socket_check: add extra check to avoid integer overflow + o gopher: properly return error for poll failures + o curl: set INTERLEAVEDATA too + o polarssl: clear thread array at init + o polarssl: fix unaligned SSL session-id lock + o polarssl: reduce #ifdef madness with a macro This release includes the following known bugs: |