2011-09-29 02:51:52 -04:00
|
|
|
Curl and libcurl 7.23.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2011-09-13 14:04:03 -04:00
|
|
|
Public curl releases: 125
|
2011-08-12 17:51:41 -04:00
|
|
|
Command line options: 149
|
2011-08-09 03:32:53 -04:00
|
|
|
curl_easy_setopt() options: 192
|
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
|
2011-08-09 03:32:53 -04:00
|
|
|
Contributors: 873
|
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
|
|
|
|
2011-09-08 18:39:39 -04:00
|
|
|
o Empty headers can be sent in HTTP requests by terminating with a semicolon
|
2011-09-29 02:51:52 -04:00
|
|
|
o SSL session sharing support added to curl_share_setopt()
|
2011-10-18 16:34:32 -04: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-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2011-09-25 17:20:46 -04: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 02:12:07 -04:00
|
|
|
o curl now always sets postfieldsize to allow --data-binary and --data
|
2011-09-25 17:20:46 -04: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 02:12:07 -04:00
|
|
|
o fixed the openssl version number configure check
|
2011-08-26 08:38:18 -04:00
|
|
|
o nss: certificates from files are no longer looked up by file base names
|
2011-10-18 16:34:32 -04: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
|
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:
|
|
|
|
|
2011-09-25 17:20:46 -04:00
|
|
|
Yukihiro Kawada, Dave Reisner, Gisle Vanem, Guenter Knauf, Steve Holme,
|
2011-09-29 02:51:52 -04:00
|
|
|
Yang Tse, Christopher Stone, Taneli Vahakangas, Albert Chin,
|
2011-10-18 16:34:32 -04: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,
|
|
|
|
Andreas Olsson, Kamil Dudka, Thomas L. Shinnick
|
2008-01-28 16:19:15 -05:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|