summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-09 15:24:32 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-11 00:36:18 +0100
commitb81e0b07784dc4c1e8d0a86194b9d28776d071c0 (patch)
treeede2afe3fb8eb48b74c7edf69ed2243d039e7770
parent2d47224e1cf9fc932541b8f3c34f6c86c009756c (diff)
downloadgnurl-b81e0b07784dc4c1e8d0a86194b9d28776d071c0.tar.gz
gnurl-b81e0b07784dc4c1e8d0a86194b9d28776d071c0.tar.bz2
gnurl-b81e0b07784dc4c1e8d0a86194b9d28776d071c0.zip
RELEASE-NOTES: 7.69.1curl-7_69_1
-rw-r--r--RELEASE-NOTES20
1 files changed, 11 insertions, 9 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index dad131d65..ef3e38d14 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,11 +4,7 @@ curl and libcurl 7.69.1
Command line options: 230
curl_easy_setopt() options: 270
Public functions in libcurl: 82
- Contributors: 2131
-
-This release includes the following changes:
-
- o
+ Contributors: 2133
This release includes the following bugfixes:
@@ -28,10 +24,13 @@ This release includes the following bugfixes:
o runtests.1: rephrase how to specify what tests to run [2]
o runtests: fix missing use of exe_ext helper function
o seek: fix fall back for missing ftruncate on Windows [4]
+ o sftp: fix segfault regression introduced by #4747 in 7.69.0 [22]
o sha256: Added SecureTransport implementation [15]
o sha256: Added WinCrypt implementation [15]
o socks4: fix host resolve regression [14]
o socks5: host name resolv regression fix [6]
+ o tests/server: fix missing use of exe_ext helper function [24]
+ o tests: fix static ip:port instead of dynamic values being used [23]
o tests: make sleeping portable by avoiding select [1]
o unit1612: fix the inclusion and compilation of the HMAC unit test [9]
o urldata: remove the 'stream_was_rewound' connectdata struct member [13]
@@ -46,10 +45,10 @@ advice from friends like these:
amishmm on github, Anders Berg, Andy Fiddaman, Christopher Reid,
Dan Fandrich, Daniel Stenberg, Ernst Sjöstrand, fds242 on github,
- Fedor Korotkov, Felipe Gasper, Marcel Raad, Marc Hörsken, MrdUkk on github,
- Patrick Monnerat, Ray Satiro, RuurdBeerstra on github, Steve Holme,
- vitaha85 on github,
- (18 contributors)
+ Fedor Korotkov, Felipe Gasper, Jim Fuller, Marcel Raad, Marc Hörsken,
+ MrdUkk on github, Patrick Monnerat, Ray Satiro, RuurdBeerstra on github,
+ Steve Holme, vitaha85 on github,
+ (19 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -76,3 +75,6 @@ References to bug reports and discussions on issues:
[19] = https://curl.haxx.se/bug/?i=4813
[20] = https://curl.haxx.se/bug/?i=4893
[21] = https://curl.haxx.se/bug/?i=5010
+ [22] = https://curl.haxx.se/bug/?i=5041
+ [23] = https://curl.haxx.se/bug/?i=5065
+ [24] = https://curl.haxx.se/bug/?i=5064