1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/RELEASE-NOTES
Daniel Gustafsson 938c17d07a RELEASE-NOTES: synced
Bump the version in progress to 7.64.2, if we merge any "change"
before the cut-off date we can update the version.
2019-04-03 22:32:12 +02:00

50 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

curl and libcurl 7.64.2
Public curl releases: 181
Command line options: 221
curl_easy_setopt() options: 267
Public functions in libcurl: 80
Contributors: 1929
This release includes the following changes:
o
This release includes the following bugfixes:
o cirrus: Customize the disabled tests per FreeBSD version
o configure: avoid unportable `==' test(1) operator [1]
o documentation: Fix several typos [7]
o multi: improved HTTP_1_1_REQUIRED handling [2]
o resolve: apply Happy Eyeballs philosophy to parallel c-ares queries [3]
o scripts: fix typos
o tool_cb_wrt: fix bad-function-cast warning [5]
o tool_help: include <strings.h> for strcasecmp [4]
o travis: allow builds on branches named "ci"
o vauth/oauth2: Fix OAUTHBEARER token generation [6]
o VC15 project: remove MinimalRebuild
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:
Brad Spencer, Dan Fandrich, Daniel Gustafsson, Daniel Stenberg,
Jakub Zakrzewski, Leonardo Taccari, Marcel Raad, Mert Yazıcıoğlu,
Paolo Mossino, Tim Rühsen, Wyatt O'Day
(11 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=3709
[2] = https://curl.haxx.se/bug/?i=3707
[3] = https://curl.haxx.se/bug/?i=3699
[4] = https://curl.haxx.se/bug/?i=3715
[5] = https://curl.haxx.se/bug/?i=3718
[6] = https://curl.haxx.se/bug/?i=2487
[7] = https://curl.haxx.se/bug/?i=3724