aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-11-23 20:45:52 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-11-23 20:45:52 +0100
commit036ebac0134de3b72052a46f734e4ca81bb96055 (patch)
tree68ec66d5625036e0a91195a16aa09ce1521404f8 /RELEASE-NOTES
parent78cef068479d85f7af29b5ddf21ced5288a50f37 (diff)
RELEASE-NOTES: synced
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES28
1 files changed, 20 insertions, 8 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b0c2b350b..af893fae2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,14 +1,14 @@
curl and libcurl 7.68.0
Public curl releases: 187
- Command line options: 226
+ Command line options: 227
curl_easy_setopt() options: 269
Public functions in libcurl: 81
Contributors: 2056
This release includes the following changes:
- o
+ o curl: add --parallel-immediate [29]
This release includes the following bugfixes:
@@ -23,6 +23,7 @@ This release includes the following bugfixes:
o configure: fix typo in help text [4]
o copyrights: fix copyright year range [25]
o curl: fix -T globbing [16]
+ o docs: Change 'experiemental' to 'experimental' [30]
o doh: improced both encoding and decoding [11]
o examples: add multi-poll.c [14]
o lib: Move lib/ssh.h -> lib/vssh/ssh.h [9]
@@ -32,12 +33,16 @@ This release includes the following bugfixes:
o ngtcp2: increase QUIC window size when data is consumed [12]
o ngtcp2: use overflow buffer for extra HTTP/3 data [5]
o ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set [3]
+ o openssl: Revert to less sensitivity for SYSCALL errors [26]
+ o openssl: improve error message for SYSCALL during connect [27]
o openssl: prevent recursive function calls from ctx callbacks [18]
o pause: avoid updating socket if done was already called [22]
+ o projects: Fix Visual Studio wolfSSL configurations
o quiche: reject HTTP/3 headers in the wrong order [17]
o remove_handle: clear expire timers after multi_done() [20]
o strerror: Fix an error looking up some Windows error strings
o system.h: fix for MCST lcc compiler [23]
+ o test1175: verify symbols-in-versions and libcurl-errors.3 in sync [28]
o test1558: use double slash after file: [21]
o test1560: require IPv6 for IPv6 aware URL parsing [24]
@@ -48,12 +53,14 @@ 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:
- 3dyd on github, Anderson Sasaki, Andreas Falkenhahn, Christian Schmitz,
- Cynthia Coan, Daniel Stenberg, Gergely Nagy, Javier Blazquez, Kamil Dudka,
- Leonardo Taccari, Marcel Raad, Massimiliano Fantuzzi, Max Kellermann,
- Melissa Mears, Ray Satiro, Richard Bowker, SLDiggie on github,
- Tatsuhiro Tsujikawa, Wyatt O'Day,
- (19 contributors)
+ 3dyd on github, Anderson Sasaki, Andreas Falkenhahn, Bjoern Franke,
+ Christian Schmitz, Christoph M. Becker, Cynthia Coan, Dan Fandrich,
+ Daniel Gustafsson, Daniel Stenberg, Gergely Nagy, Javier Blazquez,
+ Kamil Dudka, Leonardo Taccari, Marcel Raad, Massimiliano Fantuzzi,
+ Max Kellermann, Melissa Mears, Paulo Roberto Tomasi, Ray Satiro,
+ Richard Bowker, SLDiggie on github, Tatsuhiro Tsujikawa, Tom van der Woerdt,
+ Victor Magierski, Wyatt O'Day,
+ (26 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -84,3 +91,8 @@ References to bug reports and discussions on issues:
[23] = https://curl.haxx.se/bug/?i=4576
[24] = https://curl.haxx.se/bug/?i=4556
[25] = https://curl.haxx.se/bug/?i=4549
+ [26] = https://curl.haxx.se/bug/?i=4624
+ [27] = https://curl.haxx.se/bug/?i=4593
+ [28] = https://curl.haxx.se/bug/?i=4628
+ [29] = https://curl.haxx.se/bug/?i=4500
+ [30] = https://curl.haxx.se/bug/?i=4618