2005-05-16 21:27:41 +08:00
|
|
|
Curl and libcurl 7.14.1
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2005-05-16 21:27:41 +08:00
|
|
|
Public curl release number: 89
|
|
|
|
Releases counted from the very beginning: 116
|
2005-08-24 18:57:28 +08:00
|
|
|
Available command line options: 108
|
|
|
|
Available curl_easy_setopt() options: 123
|
2004-11-09 22:42:04 +08:00
|
|
|
Number of public functions in libcurl: 46
|
2005-08-08 06:59:06 +08:00
|
|
|
Amount of public web site mirrors: 25
|
2005-03-13 06:55:57 +08:00
|
|
|
Number of known libcurl bindings: 31
|
2005-08-19 22:41:09 +08:00
|
|
|
Number of contributors: 447
|
2003-10-29 17:53:21 +08:00
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
This release includes the following changes:
|
2005-07-13 02:15:34 +08:00
|
|
|
|
2005-08-29 16:42:45 +08:00
|
|
|
o GNU GSS support
|
2005-08-24 18:57:28 +08:00
|
|
|
o --ignore-content-length and CURLOPT_IGNORE_CONTENT_LENGTH added
|
2005-08-19 22:41:09 +08:00
|
|
|
o negotiates data connection SSL earlier when doing FTPS with PASV
|
2005-07-28 06:17:14 +08:00
|
|
|
o CURLOPT_COOKIELIST and CURLINFO_COOKIELIST
|
2005-07-13 02:15:34 +08:00
|
|
|
o trailer support for chunked encoded data streams
|
2005-06-23 06:31:08 +08:00
|
|
|
o -x/CURL_PROXY strings may now contain user+password
|
2005-05-30 06:38:34 +08:00
|
|
|
o --trace-time now outputs the full microsecond, all 6 digits
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2005-08-30 05:04:26 +08:00
|
|
|
o MSVC build problem with the DSP file
|
2005-08-29 22:23:53 +08:00
|
|
|
o windows threaded resolver access violation with multi interface
|
2005-08-24 18:49:57 +08:00
|
|
|
o test suite works with valgrind 3
|
2005-08-24 15:40:13 +08:00
|
|
|
o CA cert verification with GnuTLS builds
|
2005-08-17 17:01:07 +08:00
|
|
|
o handles expiry times in cookie files that go beyond 32 bits in size
|
2005-08-16 19:40:43 +08:00
|
|
|
o several client problems with files, such as doing -d @file when the file
|
|
|
|
isn't readable now gets a warning displayed
|
2005-08-16 05:48:36 +08:00
|
|
|
o write callback abort didn't always "take"
|
|
|
|
o the curl -z "bad syntax" warning is now hidden when -s is used
|
|
|
|
o curl -d @nonexisting no longer makes a GET
|
|
|
|
o minor debug callback data size
|
2005-08-10 05:59:31 +08:00
|
|
|
o date parsing of dates including daylight savings time zone names
|
2005-08-08 06:59:06 +08:00
|
|
|
o using NTLM over proxy with an FTP URL
|
2005-08-08 05:45:59 +08:00
|
|
|
o curl-config --features now displays SSL when built with GnuTLS too
|
2005-07-31 07:19:42 +08:00
|
|
|
o CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST reset CURLOPT_NOBODY
|
2005-07-14 02:06:40 +08:00
|
|
|
o builds fine on AmigaOS again
|
2005-07-05 22:57:41 +08:00
|
|
|
o corrected date parsing on Windows with auto-DST-adjust enabled
|
2005-07-04 06:25:15 +08:00
|
|
|
o treats CONNECT 407 responses with bodies better during Digest/NTLM auth
|
2005-07-05 05:53:02 +08:00
|
|
|
o improved strerror_r() API guessing when cross-compiling
|
2005-07-04 06:25:15 +08:00
|
|
|
o debug builds work on Tru64
|
2005-06-23 06:31:08 +08:00
|
|
|
o improved libcurl.m4
|
2005-06-20 05:38:45 +08:00
|
|
|
o possible memory leak in windows name resolves
|
2005-06-03 22:06:03 +08:00
|
|
|
o c-ares enabled build with mingw
|
2005-05-31 21:03:26 +08:00
|
|
|
o proxy host set with numerical IPv6 address
|
2005-05-30 06:38:34 +08:00
|
|
|
o better treatment of binary zeroes in HTTP response headers
|
2005-08-29 23:19:38 +08:00
|
|
|
o fixed the notorious FTP server failure in the test suite
|
2005-05-25 05:02:59 +08:00
|
|
|
o better checking of text output in the test suite on windows
|
2005-05-31 21:03:26 +08:00
|
|
|
o FTP servers' TYPE command response check made less strict
|
2005-05-19 04:02:07 +08:00
|
|
|
o URL-without-slash as in http://somehost?data
|
|
|
|
o strerror_r() configure check for HP-UX 10.20 (and others)
|
|
|
|
o time parse work-around on HP-UX 10.20 since its gmtime_r() is broken
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
|
|
Other curl-related news since the previous public release:
|
|
|
|
|
2005-08-16 19:40:43 +08:00
|
|
|
o cURLpp 0.5.2 was released at http://rrette.com/curlpp.html
|
2005-07-13 02:20:31 +08:00
|
|
|
o Rexx/CURL 1.3 was released at http://rexxcurl.sf.net/
|
2005-05-30 06:38:34 +08:00
|
|
|
o http://curl.miscellaneousmirror.org is a new German curl mirror
|
2005-06-28 17:08:52 +08:00
|
|
|
o LuaCURL by Alexander Marinov at http://luacurl.luaforge.net/
|
2005-07-31 07:19:42 +08:00
|
|
|
o http://curl.hostingzero.com/ is a new US curl mirror
|
2005-09-01 04:51:41 +08:00
|
|
|
o ocurl 0.2.1 was released at http://sourceforge.net/projects/ocurl
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2005-06-03 22:06:03 +08:00
|
|
|
John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza,
|
2005-07-13 02:15:34 +08:00
|
|
|
Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich,
|
2005-08-10 05:59:31 +08:00
|
|
|
Adrian Schuur, Diego Casorran, Peteris Krumins, Jon Grubbs, Christopher
|
2005-08-19 22:41:09 +08:00
|
|
|
R. Palmer, Mario Schroeder, Richard Clayton, James Bursa, Jeff Pohlmeyer,
|
2005-08-30 05:04:26 +08:00
|
|
|
Norbert Novotny, Toby Peterson, Simon Josefsson, Igor Polyakov, Kevin Lussier
|
2004-01-22 17:40:30 +08:00
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|