curl/RELEASE-NOTES
2015-04-23 16:43:46 +02:00

33 lines
1.0 KiB
Plaintext

Curl and libcurl 7.42.1
Public curl releases: 146
Command line options: 173
curl_easy_setopt() options: 216
Public functions in libcurl: 58
Contributors: 1265
This release includes the following bugfixes:
o dist: include {src,lib}/checksrc.whitelist [1]
o connectionexists: fix build without NTLM [2]
o docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, too
o curl -z: do not write empty file on unmet condition [3]
This release includes the following known bugs:
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
This release would not have looked like this without help, code, reports and
advice from friends like these:
Alexander Elgert, Daniel Stenberg, Kamil Dudka, Patrick Rapin,
(4 contributors)
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
[1] = http://curl.haxx.se/mail/archive-2015-04/0046.html
[2] = http://curl.haxx.se/bug/?i=231
[3] = https://github.com/bagder/curl/issues/237