2008-01-08 09:52:05 -05:00
|
|
|
Curl and libcurl 7.18.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2007-10-31 05:21:31 -04:00
|
|
|
Public curl releases: 103
|
2008-01-04 18:01:00 -05:00
|
|
|
Command line options: 125
|
2008-01-05 17:04:18 -05:00
|
|
|
curl_easy_setopt() options: 148
|
2008-01-08 09:52:05 -05:00
|
|
|
Public functions in libcurl: 56
|
2007-11-15 18:42:21 -05:00
|
|
|
Public web site mirrors: 42
|
2007-10-31 05:21:31 -04:00
|
|
|
Known libcurl bindings: 36
|
|
|
|
Contributors: 597
|
2003-10-29 04:53:21 -05:00
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2006-10-21 07:32:05 -04:00
|
|
|
|
2007-11-20 05:08:42 -05:00
|
|
|
o --data-urlencode was added
|
2007-12-02 18:38:23 -05:00
|
|
|
o CURLOPT_PROXY_TRANSFER_MODE was added
|
2008-01-05 16:04:18 -05:00
|
|
|
o --no-keep-alive was added, since starting now curl is doing connections with
|
|
|
|
keep-alive enabled by default
|
2008-01-02 16:40:11 -05:00
|
|
|
o --socks4a added (proxy type CURLPROXY_SOCKS4A for libcurl)
|
2008-01-05 17:04:18 -05:00
|
|
|
o --socks5-hostname added (CURLPROXY_SOCKS5_HOSTNAME for libcurl)
|
2008-01-08 09:52:05 -05:00
|
|
|
o curl_easy_pause() added
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2007-10-29 18:13:09 -04:00
|
|
|
o curl-config --features and --protocols show the correct output when built
|
2007-11-01 14:55:00 -04:00
|
|
|
with NSS, and also when SCP, SFTP and libz are not available
|
2007-11-01 17:49:59 -04:00
|
|
|
o free problem in the curl tool for users with empty home dir
|
2007-11-06 12:18:27 -05:00
|
|
|
o curl.h version 7.17.1 problem when building C++ apps with MSVC
|
2007-11-08 05:22:49 -05:00
|
|
|
o SFTP and SCP use persistent connections
|
2007-11-12 16:38:43 -05:00
|
|
|
o segfault on bad URL
|
2007-11-13 19:48:11 -05:00
|
|
|
o variable wrapping when using absolutely huge send buffer sizes
|
2007-11-15 18:42:21 -05:00
|
|
|
o variable wrapping when using debug callback and the HTTP request wasn't sent
|
|
|
|
in one go
|
2007-11-18 04:45:05 -05:00
|
|
|
o SSL connections with NSS done with the multi-interface
|
2007-11-20 18:17:08 -05:00
|
|
|
o setting a share no longer activates cookies
|
|
|
|
o Negotiate now works on auth and proxy simultanouesly
|
2007-11-29 17:15:22 -05:00
|
|
|
o support HTTP Digest nonces up to 1023 letters
|
|
|
|
o resumed ftp upload no longer requires the read callback to return full
|
|
|
|
buffers
|
2007-12-03 06:41:36 -05:00
|
|
|
o no longer default-appends ;type= on FTP URLs thru proxies
|
2007-12-03 06:49:20 -05:00
|
|
|
o SSL session id caching
|
2007-12-05 16:20:14 -05:00
|
|
|
o POST with callback over proxy requiring NTLM or Digest
|
2007-12-13 05:00:06 -05:00
|
|
|
o Expect: 100-continue flaw on re-used connection with POSTs
|
2007-12-18 05:36:32 -05:00
|
|
|
o build fix for MSVC 9.0 (VS2008)
|
2007-12-18 13:33:24 -05:00
|
|
|
o Windows curl builds failed file truncation when retry downloading
|
2007-12-24 18:45:48 -05:00
|
|
|
o SSL session ID cache memory leak
|
2007-12-26 18:29:35 -05:00
|
|
|
o bad connection re-use check with environment variable-activated proxy use
|
2008-01-01 16:11:26 -05:00
|
|
|
o --libcurl now generates a return statement as well
|
2008-01-02 17:23:27 -05:00
|
|
|
o socklen_t is no longer used in the public includes
|
2008-01-06 05:50:57 -05:00
|
|
|
o time zone offsets from -1400 to +1400 are now accepted by the date parser
|
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)
|
|
|
|
|
|
|
|
Other curl-related news:
|
|
|
|
|
2007-11-05 10:43:41 -05:00
|
|
|
o TclCurl 7.17.1 => http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
2007-11-11 09:20:15 -05:00
|
|
|
o Ruby Curl::Multi 0.1 => http://curl-multi.rubyforge.org/
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
New curl mirrors:
|
|
|
|
|
2007-11-11 09:20:15 -05:00
|
|
|
o http://curl.gominet.net/ is new web mirror in Vizcaya, Portugal
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2007-11-12 16:38:43 -05:00
|
|
|
Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black,
|
2007-11-20 18:17:08 -05:00
|
|
|
Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
|
2007-12-12 06:22:15 -05:00
|
|
|
Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
|
2007-12-26 18:29:35 -05:00
|
|
|
Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell,
|
2008-01-05 16:04:18 -05:00
|
|
|
Dmitry Kurochkin, Mohun Biswas, Richard Atterer, Maxim Perenesenko,
|
2008-01-06 05:50:57 -05:00
|
|
|
Daniel Egger, Jeff Johnson
|
2007-07-10 18:07:33 -04:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|