summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-31 23:16:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-31 23:16:39 +0200
commitd3d04a872c0d907547e96f2b4c89367d9f43e021 (patch)
treed982cc0d04afe51879df5658ae79cd3ebc759e91
parent1c0e9527bad814f81dfbaf54eabdcb9e6fa95586 (diff)
downloadgnurl-d3d04a872c0d907547e96f2b4c89367d9f43e021.tar.gz
gnurl-d3d04a872c0d907547e96f2b4c89367d9f43e021.tar.bz2
gnurl-d3d04a872c0d907547e96f2b4c89367d9f43e021.zip
RELEASE-NOTES: synced
-rw-r--r--RELEASE-NOTES38
1 files changed, 33 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2075514a6..f11e3f0e4 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,24 +4,37 @@ curl and libcurl 7.65.1
Command line options: 221
curl_easy_setopt() options: 268
Public functions in libcurl: 80
- Contributors: 1953
+ Contributors: 1960
This release includes the following bugfixes:
o CURLOPT_LOW_SPEED_* repaired [6]
o PolarSSL: deprecate support step 1. Removed from configure [3]
+ o appveyor: add Visual Studio solution build [25]
o cmake: check for if_nametoindex() [2]
+ o cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables [17]
o config-win32: add support for if_nametoindex and getsockname [8]
+ o conncache: Remove the DEBUGASSERT on length check [27]
+ o conncache: make "bundles" per host name when doing proxy tunnels [21]
+ o curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK version [16]
o example/http2-download: fix format specifier [4]
o examples: cleanups and compiler warning fixes [4]
+ o http2: Stop drain from being permanently set [26]
o md4: build correctly with openssl without MD4 [9]
o md4: include the mbedtls config.h to get the MD4 info [10]
+ o multi: track users of a socket better [15]
+ o nss: allow to specify TLS 1.3 ciphers if supported by NSS [20]
+ o parse_proxy: make sure portptr is initialized [23]
o parse_proxy: use the IPv6 zone id if given [1]
o sectransp: handle errSSLPeerAuthCompleted from SSLRead() [13]
+ o tests: add HAProxy keywords [18]
o tests: add support to test against OpenSSH for Windows [5]
+ o tests: make test 1420 and 1406 work with rtsp-disabled libcurl [19]
o tool_parse_cfg: Avoid 2 fopen() for WIN32
o tool_setopt: for builds with disabled-proxy, skip all proxy setopts() [12]
+ o url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows [24]
o url: fix bad feature-disable #ifdef [7]
+ o url: use correct port in ConnectionExists() [22]
o winbuild: Use two space indentation [11]
This release includes the following known bugs:
@@ -31,10 +44,12 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Daniel Stenberg, Dave Reisner, Edmond Yu, elsamuko on github, Gisle Vanem,
- Marcel Raad, Marc Hörsken, Patrick Monnerat, Ray Satiro,
- smuellerDD on github, Steve Holme, Tom Greenslade,
- (12 contributors)
+ Benbuck Nason, Daniel Stenberg, Dave Reisner, dbrowndan on github, Edmond Yu,
+ elsamuko on github, Gisle Vanem, Hubert Kario, Jonas Vautherin,
+ Josie Huddleston, Kunal Ekawde, Maksim Stsepanenka, Marcel Raad,
+ Marc Hörsken, Patrick Monnerat, Ray Satiro, smuellerDD on github,
+ Steve Holme, Tom Greenslade, Tom van der Woerdt,
+ (20 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -54,3 +69,16 @@ References to bug reports and discussions on issues:
[12] = https://curl.haxx.se/bug/?i=3926
[13] = https://curl.haxx.se/bug/?i=3932
[14] = https://curl.haxx.se/bug/?i=3653
+ [15] = https://curl.haxx.se/bug/?i=3952
+ [16] = https://curl.haxx.se/bug/?i=3939
+ [17] = https://curl.haxx.se/bug/?i=3945
+ [18] = https://curl.haxx.se/bug/?i=3949
+ [19] = https://curl.haxx.se/bug/?i=3948
+ [20] = https://curl.haxx.se/bug/?i=3916
+ [21] = https://curl.haxx.se/bug/?i=3951
+ [22] = https://curl.haxx.se/bug/?i=3956
+ [23] = https://curl.haxx.se/bug/?i=3959
+ [24] = https://curl.haxx.se/bug/?i=3960
+ [25] = https://curl.haxx.se/bug/?i=3941
+ [26] = https://curl.haxx.se/bug/?i=3966
+ [27] = https://curl.haxx.se/bug/?i=3962