curl/RELEASE-NOTES

36 lines
966 B
Plaintext
Raw Normal View History

2017-08-15 03:20:21 -04:00
Curl and libcurl 7.56.0
2017-08-15 03:20:21 -04:00
Public curl releases: 169
2017-06-28 05:29:32 -04:00
Command line options: 210
curl_easy_setopt() options: 247
2015-08-12 03:07:37 -04:00
Public functions in libcurl: 61
2017-08-15 03:20:21 -04:00
Contributors: 1600
This release includes the following changes:
o
This release includes the following bugfixes:
2017-08-15 03:20:21 -04:00
o examples/ftpuploadresume.c: use portable code
o runtests: match keywords case insensitively
o travis: build the examples too [1]
o strtoofft: reduce integer overflow risks globally [2]
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:
2017-08-15 03:20:21 -04:00
Brian Carpenter, Daniel Stenberg,
(2 contributors)
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
2017-08-15 03:20:21 -04:00
[1] = https://curl.haxx.se/bug/?i=1777
[2] = https://curl.haxx.se/bug/?i=1758