2014-10-09 17:55:17 -04:00
|
|
|
Curl and libcurl 7.39.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2014-09-10 04:15:30 -04:00
|
|
|
Public curl releases: 142
|
2014-05-21 17:42:24 -04:00
|
|
|
Command line options: 162
|
|
|
|
curl_easy_setopt() options: 208
|
2008-05-12 17:43:24 -04:00
|
|
|
Public functions in libcurl: 58
|
2014-09-09 02:49:03 -04:00
|
|
|
Contributors: 1216
|
2014-03-25 17:57:47 -04:00
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2008-09-01 10:27:24 -04:00
|
|
|
|
2014-09-30 09:18:02 -04:00
|
|
|
o CURLOPT_COOKIELIST: Added "RELOAD" command [5]
|
2014-10-09 17:55:17 -04:00
|
|
|
o ssh: improve key file search
|
|
|
|
o SSL: public key pinning. Use CURLOPT_PINNEDPUBLICKEY and --pinnedpubkey
|
2014-10-23 09:12:42 -04:00
|
|
|
o vtls: remove QsoSSL support, use gskit!
|
|
|
|
o mk-ca-bundle: added SHA-384 signature algorithm
|
|
|
|
o docs: added many examples for libcurl opts and other doc improvements
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2014-09-13 05:23:36 -04:00
|
|
|
o openssl: build fix for versions < 0.9.8e [1]
|
|
|
|
o newlines: fix mixed newlines to LF-only [2]
|
|
|
|
o ntlm: Fixed HTTP proxy authentication when using Windows SSPI [3]
|
|
|
|
o sasl_sspi: Fixed Unicode build [4]
|
2014-09-30 09:18:02 -04:00
|
|
|
o file: reject paths using embedded %00
|
|
|
|
o threaded-resolver: revert Curl_expire_latest() switch [6]
|
|
|
|
o build: Added WinIDN build configuration options
|
|
|
|
o configure: allow --with-ca-path with PolarSSL too
|
|
|
|
o HTTP/2: Fix busy loop when EOF is encountered
|
|
|
|
o CURLOPT_CAPATH: return failure if set without backend support
|
2014-10-08 11:13:59 -04:00
|
|
|
o nss: do not fail if a CRL is already cached
|
2014-10-09 17:55:17 -04:00
|
|
|
o smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" error
|
|
|
|
o fixed 20+ nits/memory leaks identified by Coverity scans
|
|
|
|
o curl_schannel.c: Fixed possible memory or handle leak
|
|
|
|
o multi-uv.c: call curl_multi_info_read() better
|
|
|
|
o Cmake: Check for OpenSSL before OpenLDAP
|
|
|
|
o Cmake: Fix library list provided to cURL tests
|
|
|
|
o Cmake: Avoid cycle directory dependencies
|
|
|
|
o Cmake: Build with GSSAPI (MIT or Heimdal)
|
|
|
|
o vtls: provide backend defines for internal source code
|
2014-10-20 12:18:57 -04:00
|
|
|
o nss: fix a connection failure when FTPS handle is reused
|
2014-10-23 09:12:42 -04:00
|
|
|
o tests/http_pipe.py: Python 3 support
|
|
|
|
o cmake: build tool_hugehelp (ENABLE_MANUAL)
|
|
|
|
o cmake: enable IPv6 by default if available
|
|
|
|
o tests: move TESTCASES to Makefile.inc, add show for cmake
|
|
|
|
o ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 token
|
|
|
|
o ntlm: Fixed empty/bad base-64 decoded buffer return codes
|
|
|
|
o ntlm: Fixed empty type-2 decoded message info text
|
|
|
|
o cmake: add CMake/Macros.cmake to the release tarball
|
|
|
|
o cmake: add SUPPORT_FEATURES and SUPPORT_PROTOCOLS
|
|
|
|
o cmake: use LIBCURL_VERSION from curlver.h
|
|
|
|
o cmake: generate pkg-config and curl-config
|
2010-12-15 09:54:17 -05:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
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:
|
|
|
|
|
2014-10-23 09:12:42 -04:00
|
|
|
Askar Safin, Bill Nagel, Bruno Thomsen, Catalin Patulea, Dan Fandrich,
|
|
|
|
Daniel Stenberg, Dimitar Boevski, Fabian Keil, Jakub Zakrzewski, Jeremy Lin,
|
2014-10-09 17:55:17 -04:00
|
|
|
Jonathan Cardoso Machado, Kamil Dudka, Luan Cestari, Marcel Raad,
|
2014-10-23 09:12:42 -04:00
|
|
|
Marc Hoersken, Michael Wallner, Patrick Monnerat, Paul Howarth, Peter Wu,
|
|
|
|
Ray Satiro, Steve Holme, Tatsuhiro Tsujikawa, Ulrich Telle, Viktor Szakáts,
|
|
|
|
Waldek Kozba, Yousuke Kimoto,
|
2014-03-31 16:22:42 -04:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-19 14:08:59 -05:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2014-09-13 05:23:36 -04:00
|
|
|
[1] = http://curl.haxx.se/mail/lib-2014-09/0064.html
|
|
|
|
[2] = http://curl.haxx.se/mail/lib-2014-09/0075.html
|
|
|
|
[3] = http://curl.haxx.se/mail/lib-2014-08/0273.html
|
|
|
|
[4] = http://curl.haxx.se/bug/view.cgi?id=1422
|
2014-09-30 09:18:02 -04:00
|
|
|
[5] = http://curl.haxx.se/libcurl/c/CURLOPT_COOKIELIST.html
|
|
|
|
[6] = http://curl.haxx.se/bug/view.cgi?id=1426
|