2005-12-06 18:36:36 -05:00
|
|
|
|
Curl and libcurl 7.15.2
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
2005-12-06 18:36:36 -05:00
|
|
|
|
Public curl release number: 92
|
|
|
|
|
Releases counted from the very beginning: 119
|
2006-02-11 17:35:16 -05:00
|
|
|
|
Available command line options: 111
|
|
|
|
|
Available curl_easy_setopt() options: 129
|
2004-11-09 09:42:04 -05:00
|
|
|
|
Number of public functions in libcurl: 46
|
2006-02-11 17:35:16 -05:00
|
|
|
|
Amount of public web site mirrors: 31
|
2005-09-16 17:03:26 -04:00
|
|
|
|
Number of known libcurl bindings: 32
|
2005-12-06 18:36:36 -05:00
|
|
|
|
Number of contributors: 474
|
2003-10-29 04:53:21 -05:00
|
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
|
This release includes the following changes:
|
2005-07-12 14:15:34 -04:00
|
|
|
|
|
2006-02-11 17:35:16 -05:00
|
|
|
|
o CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET added
|
2006-01-30 03:24:07 -05:00
|
|
|
|
o CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE (--local-port) added
|
|
|
|
|
o Dropped support for the LPRT ftp command
|
2006-02-11 17:35:16 -05:00
|
|
|
|
o Gopher is now officially abandoned as a protocol (lib)curl tries to support
|
2006-01-15 18:55:53 -05:00
|
|
|
|
o curl_global_init() and curl_global_cleanup() are now using a refcount so
|
|
|
|
|
that it is now legal to call them multiple times. See updated info for
|
2006-02-11 17:35:16 -05:00
|
|
|
|
details
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2006-02-19 18:16:48 -05:00
|
|
|
|
o multi-pass authentication and compressed content
|
2006-02-18 17:27:01 -05:00
|
|
|
|
o minor format string mistake in the GSS/Negotiate code
|
2006-02-16 18:42:32 -05:00
|
|
|
|
o cached DNS entries could remain in the cache too long
|
2006-02-11 07:56:52 -05:00
|
|
|
|
o improved GnuTLS check in configure
|
2006-02-07 18:09:04 -05:00
|
|
|
|
o re-used FTP connections when the second request didn't do a transfer
|
2006-02-01 18:28:22 -05:00
|
|
|
|
o plain --limit-rate [num] means bytes
|
2006-01-30 03:20:52 -05:00
|
|
|
|
o re-creating a dead connection is no longer counted internally as a followed
|
|
|
|
|
redirect and thus prevents a weird error that would occur if a FTP
|
|
|
|
|
connection died on an attempted re-use
|
2006-01-24 09:40:43 -05:00
|
|
|
|
o Try PASV after failing to connect to the port the EPSV response contained
|
2006-01-30 03:24:07 -05:00
|
|
|
|
o -P [IP] with non-local address with ipv6-enabled curl
|
2006-01-19 17:02:46 -05:00
|
|
|
|
o -P [hostname] with ipv6-disabled curl
|
2006-01-18 07:17:20 -05:00
|
|
|
|
o libcurl.m4 was updated
|
2006-01-18 05:00:36 -05:00
|
|
|
|
o configure no longer warns if the current path contains a space
|
2006-01-13 07:16:16 -05:00
|
|
|
|
o test suite kill race condition
|
2006-01-12 17:18:38 -05:00
|
|
|
|
o FTP_SKIP_PASV_IP and FTP_USE_EPSV when doing FTP over HTTP proxy
|
2006-01-10 18:03:22 -05:00
|
|
|
|
o Doing a second request with FTP on the same bath path, would make libcurl
|
|
|
|
|
confuse what current working directory it had
|
2006-01-07 17:24:16 -05:00
|
|
|
|
o FTP over HTTP proxy now sends the second CONNECT properly
|
2006-01-04 05:04:23 -05:00
|
|
|
|
o numerous compiler warnings and build quirks for various compilers have
|
|
|
|
|
been addressed
|
2005-12-16 09:52:16 -05:00
|
|
|
|
o supports name and passwords up to 255 bytes long, embedded in URLs
|
|
|
|
|
o the HTTP_ONLY define disables the TFTP support
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
|
|
|
|
Other curl-related news since the previous public release:
|
|
|
|
|
|
2006-01-29 08:13:45 -05:00
|
|
|
|
o http://curlm.haxx.se/ is new service that automatically redirects you to a
|
|
|
|
|
curl web mirror that is close to you!
|
|
|
|
|
|
2005-12-16 09:52:16 -05:00
|
|
|
|
o http://curl.hkmirror.org/ is a new curl web mirror in Hong Kong
|
2006-01-04 05:04:23 -05:00
|
|
|
|
o http://curl.storemypix.com/ is a new curl web mirror in Germany
|
2006-01-08 18:28:33 -05:00
|
|
|
|
o http://curl.s-lines.net/ is a new curl web mirror in Japan
|
2006-01-29 08:13:45 -05:00
|
|
|
|
o http://curl.oss-mirror.org/ is a new curl web mirror in Ireland
|
|
|
|
|
o http://curl.linux-mirror.org/ is a new curl web mirror in Germany
|
2006-02-07 18:09:04 -05:00
|
|
|
|
o pycurl 7.15.1 was released: http://pycurl.sf.net/
|
2006-01-12 17:18:38 -05:00
|
|
|
|
o TclCurl 0.15.1 was released:
|
|
|
|
|
http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2006-01-04 05:04:23 -05:00
|
|
|
|
Dov Murik, Jean Jacques Drouin, Andres Garcia, Yang Tse, Gisle Vanem, Dan
|
2006-01-16 17:14:37 -05:00
|
|
|
|
Fandrich, Alexander Lazic, Michael Jahn, Andrew Benham, Bryan Henderson,
|
2006-02-11 17:35:16 -05:00
|
|
|
|
David Shaw, Jon Turner, Duane Cathey, Michal Marek, Philippe Vaucher, Kent
|
2006-02-19 18:16:48 -05:00
|
|
|
|
Boortz, Karl Moerder, Shmulik Regev, Ulf H<>rnhammar, Shmulik Regev
|
2005-12-06 18:36:36 -05:00
|
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|