2016-05-18 12:47:38 -04:00
|
|
|
Curl and libcurl 7.49.1
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2016-05-18 12:47:38 -04:00
|
|
|
Public curl releases: 155
|
2016-05-01 17:44:02 -04:00
|
|
|
Command line options: 185
|
2016-04-18 18:39:27 -04:00
|
|
|
curl_easy_setopt() options: 224
|
2015-08-12 03:07:37 -04:00
|
|
|
Public functions in libcurl: 61
|
2016-05-27 10:58:43 -04:00
|
|
|
Contributors: 1404
|
2014-03-25 17:57:47 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2016-05-27 10:58:43 -04:00
|
|
|
o Windows: prevent DLL hijacking, CVE-2016-4802 [11]
|
2016-05-19 08:01:30 -04:00
|
|
|
o dist: include manpage-scan.pl, nroff-scan.pl and CHECKSRC.md [1]
|
|
|
|
o schannel: fix compile break with MSVC XP toolset [2]
|
|
|
|
o curlbuild.h.dist: check __LP64__ as well to fix MIPS build [3]
|
|
|
|
o dist: include curl_multi_socket_all.3 [4]
|
|
|
|
o http2: use HTTP/2 in the HTTP/1.1-alike response
|
|
|
|
o openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0
|
2016-05-21 10:05:54 -04:00
|
|
|
o CURLOPT_CONNECT_TO.3: user must not free the list prematurely [5]
|
|
|
|
o libcurl.m4: Avoid obsolete warning [6]
|
|
|
|
o winbuild/Makefile.vc: Fix check on SSL, MBEDTLS, WINSSL exclusivity [7]
|
|
|
|
o curl_multibyte: fix compiler error
|
|
|
|
o openssl: cleanup must free compression methods (memory leak) [8]
|
2016-05-27 10:58:43 -04:00
|
|
|
o mbedtls: fix includes so snprintf() works [9]
|
|
|
|
o checksrc.pl: Added variants of strcat() & strncat() to banned function list
|
|
|
|
o contributors.sh: better grep pattern and show GitHub username [10]
|
|
|
|
o ssh: fix build for libssh2 before 1.2.6 [12]
|
|
|
|
o curl_share_setopt.3: Add min ver needed for ssl session lock [13]
|
2016-02-02 18:32:07 -05:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following known bugs:
|
|
|
|
|
2016-02-02 18:19:02 -05:00
|
|
|
o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html)
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2016-05-27 10:58:43 -04:00
|
|
|
Alexander Traud, Daniel Stenberg, Gisle Vanem, Jan Ehrhardt,
|
|
|
|
jveazey on github, Marcel Raad, Michael Kaufmann, Michael Wallner,
|
|
|
|
Moti Avrahami, Paul Howarth, Ray Satiro, Steve Holme, Tomas Jakobsson,
|
|
|
|
(13 contributors)
|
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:
|
|
|
|
|
2016-05-19 08:01:30 -04:00
|
|
|
[1] = https://curl.haxx.se/mail/lib-2016-05/0113.html
|
|
|
|
[2] = https://curl.haxx.se/bug/?i=812
|
|
|
|
[3] = https://curl.haxx.se/bug/?i=813
|
|
|
|
[4] = https://curl.haxx.se/bug/?i=816
|
2016-05-21 10:05:54 -04:00
|
|
|
[5] = https://curl.haxx.se/bug/?i=819
|
|
|
|
[6] = https://curl.haxx.se/bug/?i=821
|
|
|
|
[7] = https://curl.haxx.se/bug/?i=818
|
|
|
|
[8] = https://curl.haxx.se/bug/?i=817
|
2016-05-27 10:58:43 -04:00
|
|
|
[9] = https://curl.haxx.se/mail/lib-2016-05/0196.html
|
|
|
|
[10] = https://curl.haxx.se/bug/?i=824
|
2016-05-30 02:21:16 -04:00
|
|
|
[11] = https://curl.haxx.se/docs/adv_20160530.html
|
2016-05-27 10:58:43 -04:00
|
|
|
[12] = https://curl.haxx.se/bug/?i=831
|
|
|
|
[13] = https://github.com/curl/curl/issues/826
|