curl/RELEASE-NOTES

33 lines
977 B
Plaintext
Raw Normal View History

2016-12-21 19:44:09 +08:00
Curl and libcurl 7.52.1
2016-12-21 19:44:09 +08:00
Public curl releases: 162
2016-12-19 16:12:35 +08:00
Command line options: 204
2016-11-25 07:47:52 +08:00
curl_easy_setopt() options: 243
2015-08-12 15:07:37 +08:00
Public functions in libcurl: 61
2016-12-19 16:12:35 +08:00
Contributors: 1480
2016-09-07 21:45:24 +08:00
This release includes the following bugfixes:
2016-12-22 15:53:13 +08:00
o CVE-2016-9594: unititialized random [1]
o lib557: fix checksrc warnings
2016-12-21 19:44:09 +08:00
o lib: fix MSVC compiler warnings
2016-12-22 15:53:13 +08:00
o lib557.c: use a shorter MAXIMIZE representation [2]
o tests: run checksrc on debug builds
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:
2016-12-22 15:53:13 +08:00
Daniel Stenberg, Kamil Dudka, Marcel Raad, Ray Satiro,
(4 contributors)
2014-04-01 04:22:42 +08:00
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
2016-12-22 15:53:13 +08:00
[1] = https://curl.haxx.se/docs/adv_20161223.html
[2] = https://curl.haxx.se/mail/lib-2016-12/0098.html