2012-12-27 14:15:07 -05:00
|
|
|
Curl and libcurl 7.29.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2012-11-20 04:27:36 -05:00
|
|
|
Public curl releases: 131
|
2012-06-03 07:51:54 -04:00
|
|
|
Command line options: 152
|
2012-03-10 16:29:30 -05:00
|
|
|
curl_easy_setopt() options: 199
|
2008-05-12 17:43:24 -04:00
|
|
|
Public functions in libcurl: 58
|
2009-11-29 14:12:00 -05:00
|
|
|
Known libcurl bindings: 39
|
2012-11-20 04:27:36 -05:00
|
|
|
Contributors: 993
|
2003-10-29 04:53:21 -05:00
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2008-09-01 10:27:24 -04:00
|
|
|
|
2012-12-27 14:15:07 -05:00
|
|
|
o test: offer "automake" output and check for perl better
|
2013-01-18 09:57:11 -05:00
|
|
|
o always-multi: always use non-blocking internals [1]
|
2013-01-17 18:12:18 -05:00
|
|
|
o imap: Added support for sasl digest-md5 authentication
|
|
|
|
o imap: Added support for sasl cram-md5 authentication
|
|
|
|
o imap: Added support for sasl ntlm authentication
|
|
|
|
o imap: Added support for sasl login authentication
|
|
|
|
o imap: Added support for sasl plain text authentication
|
2013-01-18 09:57:11 -05:00
|
|
|
o mk-ca-bundle: add -f, support passing to stdout and more [5]
|
2013-01-17 18:12:18 -05:00
|
|
|
o writeout: -w now supports remote_ip/port and local_ip/port
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2012-12-03 07:17:50 -05:00
|
|
|
o nss: prevent NSS from crashing on client auth hook failure
|
2012-12-27 14:15:07 -05:00
|
|
|
o darwinssl: Fixed inability to disable peer verification on Snow Leopard
|
|
|
|
and Lion
|
|
|
|
o curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVE
|
2013-01-18 09:57:11 -05:00
|
|
|
o SCP: relative path didn't work as documented [7]
|
2012-12-27 14:15:07 -05:00
|
|
|
o setup_once.h: HP-UX <sys/socket.h> issue workaround
|
|
|
|
o configure: fix cross pkg-config detection
|
|
|
|
o runtests: Do not add undefined values to @INC
|
|
|
|
o build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flag
|
|
|
|
o multi: fix re-sending request on early connection close
|
|
|
|
o HTTP: remove stray CRLF in chunk-encoded content-free request bodies
|
|
|
|
o build: fix AIX compilation and usage of events/revents
|
|
|
|
o VC Makefiles: add missing hostcheck
|
2013-01-11 04:24:21 -05:00
|
|
|
o nss: clear session cache if a client certificate from file is used
|
2013-01-15 06:58:08 -05:00
|
|
|
o nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE
|
2013-01-18 09:57:11 -05:00
|
|
|
o fix HTTP CONNECT tunnel establishment upon delayed response [2]
|
2013-01-17 18:12:18 -05:00
|
|
|
o --libcurl: fix for non-zero default options
|
|
|
|
o FTP: reject illegal port numbers in EPSV 229 responses
|
|
|
|
o build: use per-target '_CPPFLAGS' for those currently using default
|
2013-01-18 09:57:11 -05:00
|
|
|
o configure: fix automake 1.13 compatibility [6]
|
|
|
|
o curl: ignore SIGPIPE [4]
|
2013-01-17 18:12:18 -05:00
|
|
|
o pop3: Added support for non-blocking SSL upgrade
|
|
|
|
o pop3: Fixed default authentication detection
|
2013-01-18 07:15:37 -05:00
|
|
|
o imap: Fixed usernames and passwords that contain escape characters
|
2013-01-18 09:57:11 -05:00
|
|
|
o packages/DOS/common.dj: remove COFF debug info generation [3]
|
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:
|
|
|
|
|
2012-12-27 14:15:07 -05:00
|
|
|
Nick Zitzmann, Colin Watson, Fabian Keil, Kamil Dudka, Lijo Antony,
|
2013-01-28 16:32:11 -05:00
|
|
|
Linus Nielsen Feltzing, Marc Hoersken, Stanislav Ivochkin, Steve Holme,
|
|
|
|
Yang Tse, Balaji Parasuram, Dan Fandrich, Bob Relyea, Gisle Vanem,
|
|
|
|
Yves Arrouye, Kai Engert, Lluís Batlle i Rossell
|
2012-11-06 06:03:29 -05: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:
|
|
|
|
|
2013-01-18 09:57:11 -05:00
|
|
|
[1] = http://daniel.haxx.se/blog/2013/01/17/internally-were-all-multi-now/
|
|
|
|
[2] = http://curl.haxx.se/mail/lib-2013-01/0191.html
|
|
|
|
[3] = http://curl.haxx.se/mail/lib-2013-01/0130.html
|
|
|
|
[4] = http://curl.haxx.se/bug/view.cgi?id=1180
|
|
|
|
[5] = http://curl.haxx.se/mail/lib-2013-01/0045.html
|
|
|
|
[6] = http://curl.haxx.se/mail/lib-2012-12/0246.html
|
|
|
|
[7] = http://curl.haxx.se/bug/view.cgi?id=1173
|