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