diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-07-19 11:32:23 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-07-19 11:32:23 +0200 |
commit | aa73eb47bc8583070734696b25b34ad54c2c1f5e (patch) | |
tree | 1dfb2dd973499afe7c8b705143e86af456d37d9a | |
parent | 56fc8db02fcbf076fa859073365811c2a778974c (diff) | |
download | curl-aa73eb47bc8583070734696b25b34ad54c2c1f5e.tar.gz |
RELEASE-NOTES: 7.65.3curl-7_65_3
-rw-r--r-- | RELEASE-NOTES | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9b7447e25..bedfa2c56 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,12 +4,12 @@ curl and libcurl 7.65.3 Command line options: 221 curl_easy_setopt() options: 268 Public functions in libcurl: 80 - Contributors: 1990 + Contributors: 1991 This release includes the following bugfixes: - o - + o progress: make the progress meter appear again [1] + This release includes the following known bugs: o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html) @@ -17,12 +17,11 @@ 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: - - (N contributors) + Chih-Hsuan Yen, Daniel Stenberg, + (2 contributors) Thanks! (and sorry if I forgot to mention someone) References to bug reports and discussions on issues: - [1] = https://curl.haxx.se/bug/?i= -
\ No newline at end of file + [1] = https://curl.haxx.se/bug/?i=4122 |