summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-06-25 08:54:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-06-25 08:54:11 +0200
commit8c34a4dc49c3d906f100a218b6d6c3afc485d07c (patch)
tree6bfffc6b3f387c6b41cd2d699b31b740d8b9f8aa
parent35b8bea20f90873e321e1e77d8a9936245c11ac9 (diff)
downloadcurl-8c34a4dc49c3d906f100a218b6d6c3afc485d07c.tar.gz
RELEASE-NOTES: synced
-rw-r--r--RELEASE-NOTES23
1 files changed, 18 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ea6c1a7b3..cefe37f69 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -9,18 +9,23 @@ curl and libcurl 7.65.2
This release includes the following bugfixes:
o CURLMOPT_SOCKETFUNCTION.3: clarified [8]
+ o CURLMOPT_SOCKETFUNCTION.3: fix typo
o CURLOPT_CAINFO.3: polished wording [9]
o bindlocal: detect and avoid IP version mismatches in bind() [1]
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 configure: --disable-progress-meter [29]
o configure: more --disable switches to toggle off individual features [7]
o configure: remove CURL_DISABLE_TLS_SRP [19]
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/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: remove CURL_DISABLE_TYPECHECK define
+ o http: clarify header buffer size calculation
o krb5: fix compiler warning [15]
o libcurl-tutorial.3: Fix small typo (mutipart -> multipart) [3]
o multi: enable multiplexing by default (again) [34]
@@ -37,9 +42,11 @@ This release includes the following bugfixes:
o system_win32: fix typo
o test1165: verify that CURL_DISABLE_ symbols are in sync
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 tests: have runtests figure out disabled features [23]
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 travis: disable threaded resolver for coverage build
o travis: enable alt-svc for coverage build
@@ -64,11 +71,12 @@ advice from friends like these:
Alex Grebenschikov, Ben Voris, Brian Carpenter, Cliff Crosland,
Daniel Gustafsson, Daniel Stenberg, Gergely Nagy, Gisle Vanem,
- Jakub Zakrzewski, jonrumsey on github, Kunal Ekawde, Marcel Raad,
- Michael Wallner, MrSorcus on github, Patrick Monnerat, Richard Alcock,
- Rich Mirch, sstruchtrup on github, Stephan Szabo, Steve Holme, Thomas Gamper,
- Tom van der Woerdt, Viktor Szakats,
- (23 contributors)
+ Jakub Zakrzewski, James Brown, jonrumsey on github, Koen Dergent,
+ Kunal Ekawde, Marcel Raad, Michael Wallner, MrSorcus on github,
+ Patrick Monnerat, Richard Alcock, Rich Mirch, sstruchtrup on github,
+ Stephan Szabo, Steve Holme, Thomas Gamper, Tom van der Woerdt,
+ Viktor Szakats,
+ (25 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -108,3 +116,8 @@ References to bug reports and discussions on issues:
[32] = https://curl.haxx.se/bug/?id=4055
[33] = https://curl.haxx.se/bug/?id=4050
[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