X-Git-Url: http://review.tizen.org/git/?p=external%2Fcurl.git;a=blobdiff_plain;f=RELEASE-NOTES;h=259211d3bfdd81448fc2e0306ca9b2d7a5ceb1e5;hp=70ac0dc950a91ec9e620e2de2f2867ef1f16e445;hb=refs%2Fheads%2Ftizen_2.4;hpb=149930124f8c4cd9e17d046fc98c833b047ae90a diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 70ac0dc..259211d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,51 +1,33 @@ -Curl and libcurl 7.21.3 +Curl and libcurl 7.40.1 - Public curl releases: 119 - Command line options: 143 - curl_easy_setopt() options: 185 + Public curl releases: 144 + Command line options: 162 + curl_easy_setopt() options: 208 Public functions in libcurl: 58 - Known libcurl bindings: 39 - Contributors: 827 + Contributors: 1233 This release includes the following changes: - o Added --noconfigure switch to testcurl.pl - o Added --xattr option - o Added CURLOPT_RESOLVE and --resolve - o Added CURLAUTH_ONLY - o Added version-check.pl to the examples dir + o NetWare build: added TLS-SRP enabled build + o winbuild: Added option to build with c-ares + o This release includes the following bugfixes: - o check for libcurl features for some command line options - o Curl_setopt: disallow CURLOPT_USE_SSL without SSL support - o http_chunks: remove debug output - o URL-parsing: consider ? a divider - o SSH: avoid using the libssh2_ prefix - o SSH: use libssh2_session_handshake() to work on win64 - o ftp: prevent server from hanging on closed data connection when stopping - a transfer before the end of the full transfer (ranges) - o LDAP: detect non-binary attributes properly - o ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT - o gnutls->handshake: improved timeout handling - o security: Pass the right parameter to init - o krb5: Use GSS_ERROR to check for error - o TFTP: resend the correct data - o configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected - o GnuTLS: now detects socket errors on Windows - o symbols-in-versions: updated en masse - o added a couple examples that were missing from the tar ball - o Curl_send/recv_plain: return errno on failure - o Curl_wait_for_resolv (for c-ares): correct timeout - o ossl_connect_common: detect connection re-use - o configure: Prevent link errors with --librtmp - o openldap: use remote port in URL passed to ldap_init_fd() - o url: provide dead_connection flag in Curl_handler::disconnect - o lots of compiler warning fixes - o ssh: fix a download resume point calculation - o fix getinfo CURLINFO_LOCAL* for reused connections - o multi: the returned running handles conuter could turn negative - o multi: only ever consider pipelining for connections doing HTTP(S) + o sasl_gssapi: Fixed build on NetBSD with built-in GSS-API [1] + o FTP: fix IPv6 host using link-local address [2] + o FTP: if EPSV fails on IPV6 connections, bail out + o gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions + o NSS: fix compiler error when built http2-enabled + o mingw build: allow to pass custom CFLAGS [3] + o add -m64 CFLAGS when targeting mingw64, add -m32/-m64 to LDFLAGS [4] + o curl_schannel.c: mark session as removed from cache if not freed [5] + o Curl_pretransfer: reset expected transfer sizes [6] + o curl.h: remove extra space [7] + o curl_endian: Fixed build when 64-bit integers are not supported [8] + o checksrc.bat: Better detection of Perl installation + o build-openssl.bat: Added check for Perl installation + o This release includes the following known bugs: @@ -54,8 +36,20 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Guenter Knauf, Pat Ray, Hongli Lai, Kamil Dudka, - Stefan Tomanek, Alfred Gebert, Yang Tse, Julien Chaffraix, Adam Light, - Rutger Hofman, Matthias Bolte, Heinrich Ko, Dmitri Shubin + Daniel Stenberg, Guenter Knauf, Jean-Francois Durand, John E. Malmberg, + Marc Hoersken, Mohammad AlSaleh, Sam Schanken, Steve Holme, Thomas Klausner, + Viktor Szakats, Vojtěch Král, Yun SangHo Thanks! (and sorry if I forgot to mention someone) + +References to bug reports and discussions on issues: + + [1] = http://curl.haxx.se/bug/view.cgi?id=1469 + [2] = http://curl.haxx.se/bug/view.cgi?id=1468 + [3] = https://github.com/bagder/curl/pull/136 + [4] = https://github.com/bagder/curl/pull/134 + [5] = http://curl.haxx.se/mail/lib-2015-01/0036.html + [6] = http://curl.haxx.se/mail/lib-2015-01/0065.html + [7] = https://github.com/bagder/curl/pull/137 + [8] = http://curl.haxx.se/mail/lib-2015-01/0094.html + [9] =