blob: 8013284a4ed8ee52695322ac0ce060b1be2ed8dc [file] [log] [blame]
Daniel Stenbergde23b982008-01-08 14:52:05 +00001Curl and libcurl 7.18.0
Daniel Stenberg734c17a2003-09-22 21:38:52 +00002
Daniel Stenberg7aba59f2007-10-31 09:21:31 +00003 Public curl releases: 103
Daniel Stenberg2e42b0a2008-01-04 23:01:00 +00004 Command line options: 125
Daniel Stenberg18faa502008-01-10 10:30:19 +00005 curl_easy_setopt() options: 150
Daniel Stenbergde23b982008-01-08 14:52:05 +00006 Public functions in libcurl: 56
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 Stenberg18faa502008-01-10 10:30:19 +000013 o --data-urlencode
14 o CURLOPT_PROXY_TRANSFER_MODE
15 o --no-keep-alive - now curl does connections with keep-alive enabled by
16 default
Daniel Stenberga46b40b2008-01-02 21:40:11 +000017 o --socks4a added (proxy type CURLPROXY_SOCKS4A for libcurl)
Daniel Stenbergb4305762008-01-05 22:04:18 +000018 o --socks5-hostname added (CURLPROXY_SOCKS5_HOSTNAME for libcurl)
Daniel Stenberg18faa502008-01-10 10:30:19 +000019 o curl_easy_pause()
20 o CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA
Daniel Stenberg1eedad22006-08-08 22:56:46 +000021
Daniel Stenberg734c17a2003-09-22 21:38:52 +000022This release includes the following bugfixes:
23
Daniel Stenberg2f285b32007-10-29 22:13:09 +000024 o curl-config --features and --protocols show the correct output when built
Dan Fandrich48dd0c52007-11-01 18:55:00 +000025 with NSS, and also when SCP, SFTP and libz are not available
Daniel Stenberg7f620282007-11-01 21:49:59 +000026 o free problem in the curl tool for users with empty home dir
Yang Tse775b60f2007-11-06 17:18:27 +000027 o curl.h version 7.17.1 problem when building C++ apps with MSVC
Daniel Stenbergba6f20a2007-11-08 10:22:49 +000028 o SFTP and SCP use persistent connections
Daniel Stenbergc5b16d42007-11-12 21:38:43 +000029 o segfault on bad URL
Yang Tsea2926eb2007-11-14 00:48:11 +000030 o variable wrapping when using absolutely huge send buffer sizes
Daniel Stenberg22e52dd2007-11-15 23:42:21 +000031 o variable wrapping when using debug callback and the HTTP request wasn't sent
32 in one go
Daniel Stenbergc80b9c32007-11-18 09:45:05 +000033 o SSL connections with NSS done with the multi-interface
Daniel Stenbergb6575ce2007-11-20 23:17:08 +000034 o setting a share no longer activates cookies
35 o Negotiate now works on auth and proxy simultanouesly
Daniel Stenberg56ddfbe2007-11-29 22:15:22 +000036 o support HTTP Digest nonces up to 1023 letters
37 o resumed ftp upload no longer requires the read callback to return full
38 buffers
Daniel Stenberg9d0ffb92007-12-03 11:41:36 +000039 o no longer default-appends ;type= on FTP URLs thru proxies
Daniel Stenberge1998e32007-12-03 11:49:20 +000040 o SSL session id caching
Daniel Stenberg7d3ea122007-12-05 21:20:14 +000041 o POST with callback over proxy requiring NTLM or Digest
Daniel Stenberg7b1a2212007-12-13 10:00:06 +000042 o Expect: 100-continue flaw on re-used connection with POSTs
Yang Tsef4ffa852007-12-18 10:36:32 +000043 o build fix for MSVC 9.0 (VS2008)
Yang Tse674845f2007-12-18 18:33:24 +000044 o Windows curl builds failed file truncation when retry downloading
Daniel Stenbergfc1d1ea2007-12-24 23:45:48 +000045 o SSL session ID cache memory leak
Daniel Stenberg04e4d9a2007-12-26 23:29:35 +000046 o bad connection re-use check with environment variable-activated proxy use
Daniel Stenberg7795eb62008-01-01 21:11:26 +000047 o --libcurl now generates a return statement as well
Daniel Stenberg193d33f2008-01-02 22:23:27 +000048 o socklen_t is no longer used in the public includes
Daniel Stenberg42330952008-01-06 10:50:57 +000049 o time zone offsets from -1400 to +1400 are now accepted by the date parser
Daniel Stenberg0ce484e2008-01-10 09:17:07 +000050 o allows more spaces in WWW/Proxy-Authenticate: headers
Daniel Stenberg8df7e0b2008-01-10 22:14:02 +000051 o curl-config --libs skips /usr/lib64
Daniel Stenberg9af807a2007-07-22 10:17:52 +000052
53This release includes the following known bugs:
54
55 o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
56
57Other curl-related news:
58
Daniel Stenberg98ecad02007-11-05 15:43:41 +000059 o TclCurl 7.17.1 => http://personal1.iddeo.es/andresgarci/tclcurl/english/
Daniel Stenberg3ec32262007-11-11 14:20:15 +000060 o Ruby Curl::Multi 0.1 => http://curl-multi.rubyforge.org/
Daniel Stenberg9af807a2007-07-22 10:17:52 +000061
62New curl mirrors:
63
Daniel Stenberg3ec32262007-11-11 14:20:15 +000064 o http://curl.gominet.net/ is new web mirror in Vizcaya, Portugal
Daniel Stenberg9af807a2007-07-22 10:17:52 +000065
66This release would not have looked like this without help, code, reports and
67advice from friends like these:
68
Daniel Stenbergc5b16d42007-11-12 21:38:43 +000069 Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black,
Daniel Stenbergb6575ce2007-11-20 23:17:08 +000070 Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
Daniel Stenbergdc245402007-12-12 11:22:15 +000071 Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
Daniel Stenberg04e4d9a2007-12-26 23:29:35 +000072 Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell,
Daniel Stenberg65008a42008-01-05 21:04:18 +000073 Dmitry Kurochkin, Mohun Biswas, Richard Atterer, Maxim Perenesenko,
Daniel Stenberg18faa502008-01-10 10:30:19 +000074 Daniel Egger, Jeff Johnson, Nikitinskit Dmitriy, Georg Lippitsch
Daniel Stenberg04d3a8c2007-07-10 22:07:33 +000075
Daniel Stenberg734c17a2003-09-22 21:38:52 +000076 Thanks! (and sorry if I forgot to mention someone)