7.21.4: version bump
This commit is contained in:
Родитель
c75a9fef59
Коммит
5e37689a1a
|
@ -1,51 +1,20 @@
|
||||||
Curl and libcurl 7.21.3
|
Curl and libcurl 7.21.4
|
||||||
|
|
||||||
Public curl releases: 119
|
Public curl releases: 120
|
||||||
Command line options: 143
|
Command line options: 143
|
||||||
curl_easy_setopt() options: 185
|
curl_easy_setopt() options: 185
|
||||||
Public functions in libcurl: 58
|
Public functions in libcurl: 58
|
||||||
Known libcurl bindings: 39
|
Known libcurl bindings: 39
|
||||||
Contributors: 827
|
Contributors: 834
|
||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
|
|
||||||
o Added --noconfigure switch to testcurl.pl
|
o
|
||||||
o Added --xattr option
|
|
||||||
o Added CURLOPT_RESOLVE and --resolve
|
|
||||||
o Added CURLAUTH_ONLY
|
|
||||||
o Added version-check.pl to the examples dir
|
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
o check for libcurl features for some command line options
|
o
|
||||||
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)
|
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
|
@ -54,8 +23,6 @@ This release includes the following known bugs:
|
||||||
This release would not have looked like this without help, code, reports and
|
This release would not have looked like this without help, code, reports and
|
||||||
advice from friends like these:
|
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
|
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
|
@ -30,13 +30,13 @@
|
||||||
|
|
||||||
/* This is the version number of the libcurl package from which this header
|
/* This is the version number of the libcurl package from which this header
|
||||||
file origins: */
|
file origins: */
|
||||||
#define LIBCURL_VERSION "7.21.3-DEV"
|
#define LIBCURL_VERSION "7.21.4-DEV"
|
||||||
|
|
||||||
/* The numeric version number is also available "in parts" by using these
|
/* The numeric version number is also available "in parts" by using these
|
||||||
defines: */
|
defines: */
|
||||||
#define LIBCURL_VERSION_MAJOR 7
|
#define LIBCURL_VERSION_MAJOR 7
|
||||||
#define LIBCURL_VERSION_MINOR 21
|
#define LIBCURL_VERSION_MINOR 21
|
||||||
#define LIBCURL_VERSION_PATCH 3
|
#define LIBCURL_VERSION_PATCH 4
|
||||||
|
|
||||||
/* This is the numeric version of the libcurl version number, meant for easier
|
/* This is the numeric version of the libcurl version number, meant for easier
|
||||||
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
|
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
and it is always a greater number in a more recent release. It makes
|
and it is always a greater number in a more recent release. It makes
|
||||||
comparisons with greater than and less than work.
|
comparisons with greater than and less than work.
|
||||||
*/
|
*/
|
||||||
#define LIBCURL_VERSION_NUM 0x071503
|
#define LIBCURL_VERSION_NUM 0x071504
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is the date and time when the full source package was created. The
|
* This is the date and time when the full source package was created. The
|
||||||
|
|
Загрузка…
Ссылка в новой задаче