2011-09-29 14:51:52 +08:00
|
|
|
Curl and libcurl 7.23.0
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2011-09-14 02:04:03 +08:00
|
|
|
Public curl releases: 125
|
2011-08-13 05:51:41 +08:00
|
|
|
Command line options: 149
|
2011-08-09 15:32:53 +08:00
|
|
|
curl_easy_setopt() options: 192
|
2008-05-13 05:43:24 +08:00
|
|
|
Public functions in libcurl: 58
|
2009-11-30 03:12:00 +08:00
|
|
|
Known libcurl bindings: 39
|
2011-08-09 15:32:53 +08:00
|
|
|
Contributors: 873
|
2003-10-29 17:53:21 +08:00
|
|
|
|
2006-08-09 06:56:46 +08:00
|
|
|
This release includes the following changes:
|
2008-09-01 22:27:24 +08:00
|
|
|
|
2011-09-09 06:39:39 +08:00
|
|
|
o Empty headers can be sent in HTTP requests by terminating with a semicolon
|
2011-09-29 14:51:52 +08:00
|
|
|
o SSL session sharing support added to curl_share_setopt()
|
2011-10-19 04:34:32 +08:00
|
|
|
o Added support to MAIL FROM for the optional SIZE parameter
|
|
|
|
o smtp: Added support for NTLM authentication
|
|
|
|
o curl tool: code split into tool_*.[ch] files
|
2006-08-09 06:56:46 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2011-09-26 05:20:46 +08:00
|
|
|
o handle HTTP redirects to "//hostname/path"
|
|
|
|
o SMTP without --mail-from caused segfault
|
|
|
|
o prevent extra progress meter headers between multiple files
|
|
|
|
o allow Content-Length to be replaced when sending HTTP requests
|
2011-10-09 14:12:07 +08:00
|
|
|
o curl now always sets postfieldsize to allow --data-binary and --data
|
2011-09-26 05:20:46 +08:00
|
|
|
to be mixed in the same command line
|
|
|
|
o curl_multi_fdset: avoid FD_SET out of bounds
|
|
|
|
o lots of MinGW build tweaks
|
|
|
|
o Curl_gethostname: return un-qualified machine name
|
2011-10-09 14:12:07 +08:00
|
|
|
o fixed the openssl version number configure check
|
2011-08-26 20:38:18 +08:00
|
|
|
o nss: certificates from files are no longer looked up by file base names
|
2011-10-19 04:34:32 +08:00
|
|
|
o returning abort from the progress function when using the multi interface
|
|
|
|
would not properly cancel the transfer and close the connection
|
|
|
|
o fix libcurl.m4 to not fail with modern gcc versions
|
|
|
|
o ftp: improved the failed PORT host name resolved error message
|
|
|
|
o TFTP timeout and unexpected block adjustments
|
|
|
|
o HTTP and GOPHER test server-side connection closing adjustments
|
|
|
|
o fix endless loop upon transport connection timeout
|
|
|
|
o don't clobber errno on failed connect
|
|
|
|
o typecheck: allow NULL to unset CURLOPT_ERRORBUFFER
|
|
|
|
o formdata: ack read callback abort
|
|
|
|
o make --show-error properly position independent
|
|
|
|
o set the ipv6-connection boolean correctly on connect
|
2011-10-26 05:28:30 +08:00
|
|
|
o SMTP: fix end-of-body string escaping
|
|
|
|
o gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0
|
|
|
|
o HTTP: handle multiple auths in a single WWW-Authenticate line
|
|
|
|
o curl_multi_fdset: correct fdset with FTP PORT use
|
|
|
|
o windbuild: fix the static build
|
2011-11-07 06:42:28 +08:00
|
|
|
o fix builds with GnuTLS version 3
|
|
|
|
o fix calling of OpenSSL's ERR_remove_state(0)
|
|
|
|
o HTTP auth: fix proxy Negotiate bug when Negotiate not requested
|
|
|
|
o ftp PORT: don't hang if bind() fails
|
2011-11-12 17:09:54 +08:00
|
|
|
o -# would crash on terminals wider than 256 columns
|
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:
|
|
|
|
|
2011-09-26 05:20:46 +08:00
|
|
|
Yukihiro Kawada, Dave Reisner, Gisle Vanem, Guenter Knauf, Steve Holme,
|
2011-09-29 14:51:52 +08:00
|
|
|
Yang Tse, Christopher Stone, Taneli Vahakangas, Albert Chin,
|
2011-10-19 04:34:32 +08:00
|
|
|
Alejandro Alvarez, Dan Fandrich, Julien Royer, Georg Lippitsch,
|
|
|
|
Vladimir Grishchenko, Dominique Leuenberger, Marcin Adamski,
|
|
|
|
Jerry Wu, Michal Marek, Frank Van Uffelen, Fabian Hiernaux, Anton Bychkov,
|
2011-10-26 05:28:30 +08:00
|
|
|
Andreas Olsson, Kamil Dudka, Thomas L. Shinnick, Tim Harder, Nick Zitzmann,
|
2011-11-12 17:09:54 +08:00
|
|
|
Gokhan Sengun, Tom Wright, Patrick Monnerat, Rene Bernhardt,
|
|
|
|
Alexey Zakhlestin
|
2008-01-29 05:19:15 +08:00
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|