2007-08-03 16:31:47 +08:00
|
|
|
Curl and libcurl 7.17.0
|
2003-09-23 05:38:52 +08:00
|
|
|
|
2007-07-11 06:07:33 +08:00
|
|
|
Public curl release number: 101
|
|
|
|
Releases counted from the very beginning: 127
|
2007-03-24 01:59:40 +08:00
|
|
|
Available command line options: 118
|
2007-06-28 18:47:05 +08:00
|
|
|
Available curl_easy_setopt() options: 143
|
2007-07-07 05:56:42 +08:00
|
|
|
Number of public functions in libcurl: 55
|
2007-09-07 05:38:50 +08:00
|
|
|
Amount of public web site mirrors: 42
|
2007-09-10 06:22:45 +08:00
|
|
|
Number of known libcurl bindings: 36
|
2007-07-07 05:56:42 +08:00
|
|
|
Number of contributors: 572
|
2003-10-29 17:53:21 +08:00
|
|
|
|
2006-08-09 06:56:46 +08:00
|
|
|
This release includes the following changes:
|
2006-10-21 19:32:05 +08:00
|
|
|
|
2007-07-24 05:46:26 +08:00
|
|
|
o support for OS/400 Secure Sockets Layer library
|
2007-08-02 05:20:01 +08:00
|
|
|
o curl_easy_setopt() now allocates strings passed to it
|
2007-08-03 16:31:47 +08:00
|
|
|
o SCP and SFTP support now requires libssh2 0.16 or later
|
2007-08-12 04:57:54 +08:00
|
|
|
o LDAP libraries are now linked "regularly" and not with dlopen
|
2007-08-12 05:05:13 +08:00
|
|
|
o HTTP transfers have the download size info "available" earlier
|
2007-08-21 05:54:00 +08:00
|
|
|
o FTP transfers have the download size info "available" earlier
|
2007-08-23 23:00:55 +08:00
|
|
|
o builds and runs on OS/400
|
2007-08-31 04:34:57 +08:00
|
|
|
o several error codes and options were marked as obsolete and subject to
|
|
|
|
future removal (set CURL_NO_OLDIES to see if your application is using them)
|
2007-08-31 07:03:59 +08:00
|
|
|
o SFTP errors can return more specific error codes
|
2006-08-09 06:56:46 +08:00
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
|
|
o test cases 31, 46, 61, 506, 517 now work in time zones that use leap seconds
|
|
|
|
o problem with closed proxy connection during HTTP CONNECT auth negotiation
|
|
|
|
o transfer-encoding skipping didn't ignore the 407 response bodies properly
|
|
|
|
o CURLOPT_SSL_VERIFYHOST set to 1
|
|
|
|
o CONNECT endless loop
|
|
|
|
o krb5 support builds with Heimdal
|
|
|
|
o added returned error string for connection refused case
|
|
|
|
o re-use of dead FTP control connections
|
|
|
|
o login to FTP servers that don't require (nor understand) PASS after the
|
|
|
|
USER command
|
|
|
|
o bad free of memory from libssh2
|
|
|
|
o the SFTP PWD command works
|
|
|
|
o HTTP Digest auth on a re-used connection
|
2007-07-29 20:54:05 +08:00
|
|
|
o FTPS data connection close
|
2007-07-31 06:54:02 +08:00
|
|
|
o AIX 4 and 5 get to use non-blocking sockets
|
2007-08-01 20:58:04 +08:00
|
|
|
o small POST with NTLM
|
2007-08-02 22:09:08 +08:00
|
|
|
o resumed file:// transfers
|
2007-08-14 18:28:21 +08:00
|
|
|
o CURLOPT_DNS_CACHE_TIMEOUT and CURLOPT_DNS_USE_GLOBAL_CACHE are 64 bit
|
|
|
|
"clean"
|
2007-08-09 01:51:40 +08:00
|
|
|
o memory leak when handling compressed data streams from broken servers
|
2007-08-14 18:28:21 +08:00
|
|
|
o no NTLM unicode response
|
2007-08-18 04:21:32 +08:00
|
|
|
o resume HTTP PUT using Digest authentication
|
2007-08-18 06:22:43 +08:00
|
|
|
o FTP NOBODY requests on directories sent "SIZE (null)"
|
2007-08-18 06:31:51 +08:00
|
|
|
o FTP NOBODY request on file crash
|
2007-08-24 22:00:42 +08:00
|
|
|
o excessively long FTP server responses and response lines
|
2007-08-23 06:48:41 +08:00
|
|
|
o file:// upload then FTP:// upload crash
|
2007-09-13 02:20:52 +08:00
|
|
|
o TFTP error 0 is no longer treated as success
|
2007-09-12 06:23:57 +08:00
|
|
|
o uploading empty file over FTP on re-used connection
|
2007-09-12 06:37:47 +08:00
|
|
|
o superfluous CWD command on re-used FTP connections without subdirs used
|
2007-07-22 18:17:52 +08:00
|
|
|
|
|
|
|
This release includes the following known bugs:
|
|
|
|
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
|
|
|
|
|
|
|
Other curl-related news:
|
|
|
|
|
|
|
|
o pycurl 7.16.4 was released http://pycurl.sf.net
|
|
|
|
o TclCurl 7.16.4 was released
|
|
|
|
http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
2007-09-03 22:10:32 +08:00
|
|
|
o curlpp 0.7.1 was released
|
2007-09-03 22:08:23 +08:00
|
|
|
http://rrette.com/textpattern/index.php?s=cURLpp
|
2007-09-10 06:22:45 +08:00
|
|
|
o A brand new binding for SP-Forth was written by ygrek:
|
|
|
|
http://www.forth.org.ru/~ac/lib/lin/curl/
|
2007-07-22 18:17:52 +08:00
|
|
|
|
|
|
|
New curl mirrors:
|
|
|
|
|
2007-08-05 04:58:53 +08:00
|
|
|
o http://curl.freeby.pctools.cl is a new mirror in Santiago, Chile
|
|
|
|
o http://curl.site2nd.org is a new mirror in Dallas, Texas, USA
|
2007-09-07 05:38:50 +08:00
|
|
|
o http://curl.cheap.co.il is a new mirror in Tel-Aviv, Israel
|
2007-09-12 06:36:39 +08:00
|
|
|
o http://curl.digimirror.nl is a new mirror in Amsterdam, the Netherlands
|
2007-07-22 18:17:52 +08:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
|
|
Dan Fandrich, Song Ma, Daniel Black, Giancarlo Formicuccia, Shmulik Regev,
|
|
|
|
Daniel Cater, Colin Hogben, Jofell Gallardo, Daniel Johnson,
|
2007-07-29 20:54:05 +08:00
|
|
|
Ralf S. Engelschall, James Housley, Chris Flerackers, Patrick Monnerat,
|
2007-08-03 04:10:28 +08:00
|
|
|
Jayesh A Shah, Greg Zavertnik, Peter O'Gorman, Greg Morse, Dmitriy Sergeyev,
|
2007-08-21 05:54:00 +08:00
|
|
|
Scott Cantor, Allen Pulsifer, Andrew Wansink, Robson Braga Araujo,
|
|
|
|
Christian Vogt
|
2007-07-11 06:07:33 +08:00
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|