blob: 9e72192870372bc7f01a5e1b78195e8a1187aaf9 [file] [log] [blame]
Daniel Stenberg5a5287e2007-10-29 15:05:47 +00001Curl and libcurl 7.17.2
Daniel Stenberg734c17a2003-09-22 21:38:52 +00002
Daniel Stenberg7aba59f2007-10-31 09:21:31 +00003 Public curl releases: 103
Daniel Stenbergdc245402007-12-12 11:22:15 +00004 Command line options: 123
Daniel Stenberg1c93e752007-12-02 23:38:23 +00005 curl_easy_setopt() options: 148
Daniel Stenberg7aba59f2007-10-31 09:21:31 +00006 Public functions in libcurl: 55
Daniel Stenberg22e52dd2007-11-15 23:42:21 +00007 Public web site mirrors: 42
Daniel Stenberg7aba59f2007-10-31 09:21:31 +00008 Known libcurl bindings: 36
9 Contributors: 597
Daniel Stenberge9c835a2003-10-29 09:53:21 +000010
Daniel Stenberg1eedad22006-08-08 22:56:46 +000011This release includes the following changes:
Daniel Stenberg4e717cd2006-10-21 11:32:05 +000012
Daniel Stenberg600d0b12007-11-20 10:08:42 +000013 o --data-urlencode was added
Daniel Stenberg1c93e752007-12-02 23:38:23 +000014 o CURLOPT_PROXY_TRANSFER_MODE was added
Daniel Stenbergdc245402007-12-12 11:22:15 +000015 o --no-keep-alive was added
Daniel Stenberg1eedad22006-08-08 22:56:46 +000016
Daniel Stenberg734c17a2003-09-22 21:38:52 +000017This release includes the following bugfixes:
18
Daniel Stenberg2f285b32007-10-29 22:13:09 +000019 o curl-config --features and --protocols show the correct output when built
Dan Fandrich48dd0c52007-11-01 18:55:00 +000020 with NSS, and also when SCP, SFTP and libz are not available
Daniel Stenberg7f620282007-11-01 21:49:59 +000021 o free problem in the curl tool for users with empty home dir
Yang Tse775b60f2007-11-06 17:18:27 +000022 o curl.h version 7.17.1 problem when building C++ apps with MSVC
Daniel Stenbergba6f20a2007-11-08 10:22:49 +000023 o SFTP and SCP use persistent connections
Daniel Stenbergc5b16d42007-11-12 21:38:43 +000024 o segfault on bad URL
Yang Tsea2926eb2007-11-14 00:48:11 +000025 o variable wrapping when using absolutely huge send buffer sizes
Daniel Stenberg22e52dd2007-11-15 23:42:21 +000026 o variable wrapping when using debug callback and the HTTP request wasn't sent
27 in one go
Daniel Stenbergc80b9c32007-11-18 09:45:05 +000028 o SSL connections with NSS done with the multi-interface
Daniel Stenbergb6575ce2007-11-20 23:17:08 +000029 o setting a share no longer activates cookies
30 o Negotiate now works on auth and proxy simultanouesly
Yang Tsed7890972007-11-22 16:35:07 +000031 o curl.h now includes a socklen_t definition for Win32 API build targets
Daniel Stenberg56ddfbe2007-11-29 22:15:22 +000032 o support HTTP Digest nonces up to 1023 letters
33 o resumed ftp upload no longer requires the read callback to return full
34 buffers
Daniel Stenberg9d0ffb92007-12-03 11:41:36 +000035 o no longer default-appends ;type= on FTP URLs thru proxies
Daniel Stenberge1998e32007-12-03 11:49:20 +000036 o SSL session id caching
Daniel Stenberg7d3ea122007-12-05 21:20:14 +000037 o POST with callback over proxy requiring NTLM or Digest
Daniel Stenberg7b1a2212007-12-13 10:00:06 +000038 o Expect: 100-continue flaw on re-used connection with POSTs
Yang Tsef4ffa852007-12-18 10:36:32 +000039 o build fix for MSVC 9.0 (VS2008)
Yang Tse674845f2007-12-18 18:33:24 +000040 o Windows curl builds failed file truncation when retry downloading
Daniel Stenbergfc1d1ea2007-12-24 23:45:48 +000041 o SSL session ID cache memory leak
Daniel Stenberg04e4d9a2007-12-26 23:29:35 +000042 o bad connection re-use check with environment variable-activated proxy use
Daniel Stenberg7795eb62008-01-01 21:11:26 +000043 o --libcurl now generates a return statement as well
Daniel Stenberg9af807a2007-07-22 10:17:52 +000044
45This release includes the following known bugs:
46
47 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
48
49Other curl-related news:
50
Daniel Stenberg98ecad02007-11-05 15:43:41 +000051 o TclCurl 7.17.1 => http://personal1.iddeo.es/andresgarci/tclcurl/english/
Daniel Stenberg3ec32262007-11-11 14:20:15 +000052 o Ruby Curl::Multi 0.1 => http://curl-multi.rubyforge.org/
Daniel Stenberg9af807a2007-07-22 10:17:52 +000053
54New curl mirrors:
55
Daniel Stenberg3ec32262007-11-11 14:20:15 +000056 o http://curl.gominet.net/ is new web mirror in Vizcaya, Portugal
Daniel Stenberg9af807a2007-07-22 10:17:52 +000057
58This release would not have looked like this without help, code, reports and
59advice from friends like these:
60
Daniel Stenbergc5b16d42007-11-12 21:38:43 +000061 Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black,
Daniel Stenbergb6575ce2007-11-20 23:17:08 +000062 Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
Daniel Stenbergdc245402007-12-12 11:22:15 +000063 Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
Daniel Stenberg04e4d9a2007-12-26 23:29:35 +000064 Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell,
Daniel Stenberg7795eb62008-01-01 21:11:26 +000065 Dmitry Kurochkin, Mohun Biswas
Daniel Stenberg04d3a8c2007-07-10 22:07:33 +000066
Daniel Stenberg734c17a2003-09-22 21:38:52 +000067 Thanks! (and sorry if I forgot to mention someone)