1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

RELEASE-NOTES: synced with f36f8c1455

This commit is contained in:
Daniel Stenberg 2016-10-18 17:17:54 +02:00
parent f36f8c1455
commit 97dfe38641

View File

@ -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: