blob: 7fa5962732398553d6c1dcad3c5c94bd8516796e [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 Stenberg600d0b12007-11-20 10:08:42 +00004 Command line options: 122
Daniel Stenberg7aba59f2007-10-31 09:21:31 +00005 curl_easy_setopt() options: 147
6 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 Stenberg1eedad22006-08-08 22:56:46 +000014
Daniel Stenberg734c17a2003-09-22 21:38:52 +000015This release includes the following bugfixes:
16
Daniel Stenberg2f285b32007-10-29 22:13:09 +000017 o curl-config --features and --protocols show the correct output when built
Dan Fandrich48dd0c52007-11-01 18:55:00 +000018 with NSS, and also when SCP, SFTP and libz are not available
Daniel Stenberg7f620282007-11-01 21:49:59 +000019 o free problem in the curl tool for users with empty home dir
Yang Tse775b60f2007-11-06 17:18:27 +000020 o curl.h version 7.17.1 problem when building C++ apps with MSVC
Daniel Stenbergba6f20a2007-11-08 10:22:49 +000021 o SFTP and SCP use persistent connections
Daniel Stenbergc5b16d42007-11-12 21:38:43 +000022 o segfault on bad URL
Yang Tsea2926eb2007-11-14 00:48:11 +000023 o variable wrapping when using absolutely huge send buffer sizes
Daniel Stenberg22e52dd2007-11-15 23:42:21 +000024 o variable wrapping when using debug callback and the HTTP request wasn't sent
25 in one go
Daniel Stenbergc80b9c32007-11-18 09:45:05 +000026 o SSL connections with NSS done with the multi-interface
Daniel Stenberg9af807a2007-07-22 10:17:52 +000027
28This release includes the following known bugs:
29
30 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
31
32Other curl-related news:
33
Daniel Stenberg98ecad02007-11-05 15:43:41 +000034 o TclCurl 7.17.1 => http://personal1.iddeo.es/andresgarci/tclcurl/english/
Daniel Stenberg3ec32262007-11-11 14:20:15 +000035 o Ruby Curl::Multi 0.1 => http://curl-multi.rubyforge.org/
Daniel Stenberg9af807a2007-07-22 10:17:52 +000036
37New curl mirrors:
38
Daniel Stenberg3ec32262007-11-11 14:20:15 +000039 o http://curl.gominet.net/ is new web mirror in Vizcaya, Portugal
Daniel Stenberg9af807a2007-07-22 10:17:52 +000040
41This release would not have looked like this without help, code, reports and
42advice from friends like these:
43
Daniel Stenbergc5b16d42007-11-12 21:38:43 +000044 Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black,
Daniel Stenbergc80b9c32007-11-18 09:45:05 +000045 Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden
Daniel Stenberg04d3a8c2007-07-10 22:07:33 +000046
Daniel Stenberg734c17a2003-09-22 21:38:52 +000047 Thanks! (and sorry if I forgot to mention someone)