Skip to content

Commit

Permalink
RELEASE-NOTES: synced
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 25, 2019
1 parent 35b8bea commit 8c34a4d
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions RELEASE-NOTES
Expand Up @@ -9,18 +9,23 @@ curl and libcurl 7.65.2
This release includes the following bugfixes: This release includes the following bugfixes:


o CURLMOPT_SOCKETFUNCTION.3: clarified [8] o CURLMOPT_SOCKETFUNCTION.3: clarified [8]
o CURLMOPT_SOCKETFUNCTION.3: fix typo
o CURLOPT_CAINFO.3: polished wording [9] o CURLOPT_CAINFO.3: polished wording [9]
o bindlocal: detect and avoid IP version mismatches in bind() [1] o bindlocal: detect and avoid IP version mismatches in bind() [1]
o build: fix Codacy warnings [6] o build: fix Codacy warnings [6]
o c-ares: honor port numbers in CURLOPT_DNS_SERVERS [37]
o config-os400: add getpeername and getsockname defines [27] o config-os400: add getpeername and getsockname defines [27]
o configure: --disable-progress-meter [29] o configure: --disable-progress-meter [29]
o configure: more --disable switches to toggle off individual features [7] o configure: more --disable switches to toggle off individual features [7]
o configure: remove CURL_DISABLE_TLS_SRP [19] o configure: remove CURL_DISABLE_TLS_SRP [19]
o conn_maxage: move the check to prune_dead_connections() [24] o conn_maxage: move the check to prune_dead_connections() [24]
o curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy builds [38]
o examples/fopen: fix comparison [6] o examples/fopen: fix comparison [6]
o examples/htmltitle: use C++ casts between pointer types [6] o examples/htmltitle: use C++ casts between pointer types [6]
o http2: call done_sending on end of upload [36]
o http2: don't call stream-close on already closed streams [32] o http2: don't call stream-close on already closed streams [32]
o http2: remove CURL_DISABLE_TYPECHECK define o http2: remove CURL_DISABLE_TYPECHECK define
o http: clarify header buffer size calculation
o krb5: fix compiler warning [15] o krb5: fix compiler warning [15]
o libcurl-tutorial.3: Fix small typo (mutipart -> multipart) [3] o libcurl-tutorial.3: Fix small typo (mutipart -> multipart) [3]
o multi: enable multiplexing by default (again) [34] o multi: enable multiplexing by default (again) [34]
Expand All @@ -37,9 +42,11 @@ This release includes the following bugfixes:
o system_win32: fix typo o system_win32: fix typo
o test1165: verify that CURL_DISABLE_ symbols are in sync o test1165: verify that CURL_DISABLE_ symbols are in sync
o test1523: test CURLOPT_LOW_SPEED_LIMIT o test1523: test CURLOPT_LOW_SPEED_LIMIT
o test153: fix content-length to avoid occasional hang [39]
o test188/189: fix Content-Length [22] o test188/189: fix Content-Length [22]
o tests: have runtests figure out disabled features [23] o tests: have runtests figure out disabled features [23]
o tests: support non-localhost HOSTIP for dict/smb servers [30] o tests: support non-localhost HOSTIP for dict/smb servers [30]
o tests: update fixed IP for hostip/clientip split [35]
o tool_cb_prg: Fix integer overflow in progress bar [10] o tool_cb_prg: Fix integer overflow in progress bar [10]
o travis: disable threaded resolver for coverage build o travis: disable threaded resolver for coverage build
o travis: enable alt-svc for coverage build o travis: enable alt-svc for coverage build
Expand All @@ -64,11 +71,12 @@ advice from friends like these:


Alex Grebenschikov, Ben Voris, Brian Carpenter, Cliff Crosland, Alex Grebenschikov, Ben Voris, Brian Carpenter, Cliff Crosland,
Daniel Gustafsson, Daniel Stenberg, Gergely Nagy, Gisle Vanem, Daniel Gustafsson, Daniel Stenberg, Gergely Nagy, Gisle Vanem,
Jakub Zakrzewski, jonrumsey on github, Kunal Ekawde, Marcel Raad, Jakub Zakrzewski, James Brown, jonrumsey on github, Koen Dergent,
Michael Wallner, MrSorcus on github, Patrick Monnerat, Richard Alcock, Kunal Ekawde, Marcel Raad, Michael Wallner, MrSorcus on github,
Rich Mirch, sstruchtrup on github, Stephan Szabo, Steve Holme, Thomas Gamper, Patrick Monnerat, Richard Alcock, Rich Mirch, sstruchtrup on github,
Tom van der Woerdt, Viktor Szakats, Stephan Szabo, Steve Holme, Thomas Gamper, Tom van der Woerdt,
(23 contributors) Viktor Szakats,
(25 contributors)


Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)


Expand Down Expand Up @@ -108,3 +116,8 @@ References to bug reports and discussions on issues:
[32] = https://curl.haxx.se/bug/?id=4055 [32] = https://curl.haxx.se/bug/?id=4055
[33] = https://curl.haxx.se/bug/?id=4050 [33] = https://curl.haxx.se/bug/?id=4050
[34] = https://curl.haxx.se/bug/?id=4051 [34] = https://curl.haxx.se/bug/?id=4051
[35] = https://curl.haxx.se/bug/?id=4070
[36] = https://curl.haxx.se/bug/?id=4068
[37] = https://curl.haxx.se/bug/?id=4066
[38] = https://curl.haxx.se/bug/?id=4061
[39] = https://curl.haxx.se/bug/?id=4065

0 comments on commit 8c34a4d

Please sign in to comment.