[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 259/282: RELEASE-NOTES: synced
From: |
gnunet |
Subject: |
[gnurl] 259/282: RELEASE-NOTES: synced |
Date: |
Wed, 01 Apr 2020 14:32:04 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnurl.
commit 310dc709ffa0f66ea3184048aee941815aaf5a03
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Mar 7 11:22:23 2020 +0100
RELEASE-NOTES: synced
---
RELEASE-NOTES | 33 +++++++++++++++++++++++++++------
1 file changed, 27 insertions(+), 6 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c24ad95cd..431105403 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ curl and libcurl 7.69.1
Command line options: 230
curl_easy_setopt() options: 270
Public functions in libcurl: 82
- Contributors: 2128
+ Contributors: 2131
This release includes the following changes:
@@ -12,10 +12,20 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o cirrus-ci: disable the FreeBSD 13 builds [3]
+ o curl_share_setopt.3: Note sharing cookies doesn't enable the engine [11]
+ o libssh: Fix matching user-specified MD5 hex key [7]
o MANUAL: update a dict-using command line
- o tests: make sleeping portable by avoiding select [1]
+ o multi: skip EINTR check on wakeup socket if it was closed [12]
+ o pause: bail out on bad input [8]
+ o pause: force a connection recheck after unpausing (take 2) [5]
+ o pause: return early for calls that don't change pause state [10]
o runtests.1: rephrase how to specify what tests to run [2]
- o cirrus-ci: disable the FreeBSD 13 builds [3]
+ o seek: fix fall back for missing ftruncate on Windows [4]
+ o socks5: host name resolv regression fix [6]
+ 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]
This release includes the following known bugs:
@@ -24,9 +34,10 @@ 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:
- Dan Fandrich, Daniel Stenberg, Fedor Korotkov, Marc Hörsken, Ray Satiro,
- Steve Holme,
- (6 contributors)
+ Anders Berg, Christopher Reid, Dan Fandrich, Daniel Stenberg,
+ fds242 on github, Fedor Korotkov, Felipe Gasper, Marcel Raad, Marc Hörsken,
+ Patrick Monnerat, Ray Satiro, Steve Holme, vitaha85 on github,
+ (13 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -35,3 +46,13 @@ References to bug reports and discussions on issues:
[1] = https://curl.haxx.se/bug/?i=5035
[2] = https://curl.haxx.se/bug/?i=5033
[3] = https://curl.haxx.se/bug/?i=5028
+ [4] = https://curl.haxx.se/bug/?i=5055
+ [5] = https://curl.haxx.se/bug/?i=5049
+ [6] = https://curl.haxx.se/bug/?i=5053
+ [7] = https://curl.haxx.se/bug/?i=4971
+ [8] = https://curl.haxx.se/bug/?i=5050
+ [9] = https://curl.haxx.se/bug/?i=5024
+ [10] = https://curl.haxx.se/bug/?i=5026
+ [11] = https://curl.haxx.se/mail/lib-2020-03/0019.html
+ [12] = https://curl.haxx.se/bug/?i=5047
+ [13] = https://curl.haxx.se/bug/?i=5046
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [gnurl] 232/282: THANKS: from 7.69.0, (continued)
- [gnurl] 232/282: THANKS: from 7.69.0, gnunet, 2020/04/01
- [gnurl] 245/282: transfer: set correct copyright year range, gnunet, 2020/04/01
- [gnurl] 239/282: polarssl: remove more references and mentions, gnunet, 2020/04/01
- [gnurl] 242/282: RELEASE-NOTES: synced, gnunet, 2020/04/01
- [gnurl] 248/282: pause: return early for calls that don't change pause state, gnunet, 2020/04/01
- [gnurl] 249/282: unit1612: fixed the inclusion and compilation of the HMAC unit test, gnunet, 2020/04/01
- [gnurl] 250/282: pause: bail out on bad input, gnunet, 2020/04/01
- [gnurl] 247/282: curl_share_setopt.3: Note sharing cookies doesn't enable the engine, gnunet, 2020/04/01
- [gnurl] 257/282: perl: align order and completeness of Windows OS checks, gnunet, 2020/04/01
- [gnurl] 258/282: tests: use native Sleep function as fallback on Windows, gnunet, 2020/04/01
- [gnurl] 259/282: RELEASE-NOTES: synced,
gnunet <=
- [gnurl] 234/282: cirrus-ci: disable the FreeBSD 13 builds, gnunet, 2020/04/01
- [gnurl] 243/282: Revert "pause: force-drain the transfer on unpause", gnunet, 2020/04/01
- [gnurl] 240/282: KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored on macOS, gnunet, 2020/04/01
- [gnurl] 252/282: socks5: switch state properly when the resolve is done, gnunet, 2020/04/01
- [gnurl] 238/282: tests: wrap ignored test failures in braces, gnunet, 2020/04/01
- [gnurl] 255/282: seek: fix fallback for missing ftruncate on Windows, gnunet, 2020/04/01
- [gnurl] 251/282: libssh: Fix matching user-specified MD5 hex key, gnunet, 2020/04/01
- [gnurl] 256/282: tool_cb_see: set correct copyright year range, gnunet, 2020/04/01
- [gnurl] 254/282: config-win32: Windows does not have ftruncate, gnunet, 2020/04/01
- [gnurl] 262/282: runtests: fix missing use of exe_ext helper function, gnunet, 2020/04/01