2015-10-07 20:52:32 +08:00
|
|
|
Curl and libcurl 7.46.0
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2015-10-07 20:52:32 +08:00
|
|
|
Public curl releases: 150
|
2015-08-12 15:07:37 +08:00
|
|
|
Command line options: 177
|
2015-06-16 15:36:46 +08:00
|
|
|
curl_easy_setopt() options: 219
|
2015-08-12 15:07:37 +08:00
|
|
|
Public functions in libcurl: 61
|
2015-10-07 20:52:32 +08:00
|
|
|
Contributors: 1322
|
2014-03-26 05:57:47 +08:00
|
|
|
|
2006-08-09 06:56:46 +08:00
|
|
|
This release includes the following changes:
|
2008-09-01 22:27:24 +08:00
|
|
|
|
2015-10-19 05:48:07 +08:00
|
|
|
o configure: build silently by default
|
|
|
|
o cookies: Add support for Publix Suffix List with libpsl
|
2015-10-23 00:40:53 +08:00
|
|
|
o vtls: added support for mbedTLS [7]
|
2015-10-07 20:52:32 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2015-10-19 05:48:07 +08:00
|
|
|
o des: Fix header conditional for Curl_des_set_odd_parity
|
|
|
|
o ntlm: get rid of unconditional use of long long [1]
|
|
|
|
o CURLOPT_CERTINFO.3: fix reference to CURLINFO_CERTINFO
|
|
|
|
o docs: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET [2]
|
|
|
|
o http2: Fix http2_recv to return -1 if recv returned -1
|
|
|
|
o curl_global_init_mem: set function pointers before doing init
|
|
|
|
o ntlm: error out without 64bit support as the code needs it [1]
|
|
|
|
o openssl: Fix set up of pkcs12 certificate verification chain
|
|
|
|
o acinclude: remove PKGCONFIG override [3]
|
|
|
|
o test1531: case the size to fix the test on non-largefile builds
|
|
|
|
o fread_func: move callback pointer from set to state struct [4]
|
|
|
|
o test1601: fix compilation with --enable-debug and --disable-crypto-auth
|
|
|
|
o http2: Don't pass unitialized name+len pairs to nghttp2_submit_request [5]
|
|
|
|
o curlbuild.h: Fix non-configure compiling to mips and sh4 targets
|
|
|
|
o tool: Generate easysrc with last cache linked-list [6]
|
2015-10-23 00:40:53 +08:00
|
|
|
o cmake: Fix for add_subdirectory(curl) use-case
|
|
|
|
o vtls: fix compiler warning for TLS backends without sha256
|
|
|
|
o build: fix for MSDOS/djgpp
|
|
|
|
o checksrc: add crude // detection
|
2010-12-15 22:54:17 +08:00
|
|
|
|
2007-07-22 18:17:52 +08: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:
|
|
|
|
|
2015-10-19 05:48:07 +08:00
|
|
|
Anders Bakken, Dan Fandrich, Daniel Hwang, Daniel Stenberg, Erik Johansson,
|
2015-10-23 00:40:53 +08:00
|
|
|
Gisle Vanem, Javier G. Sogo, Jonas Minnberg, Rainer Jung, Ray Satiro,
|
|
|
|
Richard Hosking, Svyatoslav Mishyn, Tim Rühsen,
|
|
|
|
(13 contributors)
|
2014-04-01 04:22:42 +08:00
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-20 03:08:59 +08:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2015-10-19 05:48:07 +08:00
|
|
|
[1] = http://curl.haxx.se/bug/?i=478
|
|
|
|
[2] = http://curl.haxx.se/bug/?i=479
|
|
|
|
[3] = http://curl.haxx.se/mail/lib-2015-10/0035.html
|
|
|
|
[4] = http://curl.haxx.se/bug/?i=346
|
|
|
|
[5] = http://curl.haxx.se/bug/?i=493
|
|
|
|
[6] = http://curl.haxx.se/bug/?i=452
|
2015-10-23 00:40:53 +08:00
|
|
|
[7] = http://curl.haxx.se/bug/?i=496
|