1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-13 21:15:08 -05:00
curl/RELEASE-NOTES

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-11-08 03:47:38 -05:00
curl and libcurl 7.67.1
2019-11-08 03:47:38 -05:00
Public curl releases: 187
2019-10-09 08:24:52 -04:00
Command line options: 226
2019-08-12 04:06:05 -04:00
curl_easy_setopt() options: 269
2019-08-08 03:58:52 -04:00
Public functions in libcurl: 81
Contributors: 2056
2019-05-24 06:50:01 -04:00
2019-07-25 17:49:16 -04:00
This release includes the following changes:
2019-11-08 03:47:38 -05:00
o
2019-07-25 17:49:16 -04:00
This release includes the following bugfixes:
2019-11-08 03:47:38 -05:00
o build: fix for CURL_DISABLE_DOH [2]
o configure: avoid unportable `==' test(1) operator [1]
o configure: fix typo in help text [4]
o ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set [3]
2019-07-19 05:32:23 -04:00
This release includes the following known bugs:
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
This release would not have looked like this without help, code, reports and
advice from friends like these:
2019-11-08 03:47:38 -05:00
Christian Schmitz, Daniel Stenberg, Leonardo Taccari, Massimiliano Fantuzzi,
Ray Satiro, Wyatt O'Day,
(6 contributors)
2019-05-24 06:50:01 -04:00
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
2019-11-08 03:47:38 -05:00
[1] = https://curl.haxx.se/bug/?i=4567
[2] = https://curl.haxx.se/bug/?i=4565
[3] = https://curl.haxx.se/bug/?i=3704
[4] = https://curl.haxx.se/bug/?i=4570