2007-04-11 15:31:51 +02:00
|
|
|
|
Curl and libcurl 7.16.3
|
2003-09-22 23:38:52 +02:00
|
|
|
|
|
2007-04-11 15:31:51 +02:00
|
|
|
|
Public curl release number: 99
|
|
|
|
|
Releases counted from the very beginning: 126
|
2007-03-23 18:59:40 +01:00
|
|
|
|
Available command line options: 118
|
2007-02-12 22:13:47 +01:00
|
|
|
|
Available curl_easy_setopt() options: 141
|
2006-07-27 00:25:00 +02:00
|
|
|
|
Number of public functions in libcurl: 54
|
2007-05-18 12:32:48 +02:00
|
|
|
|
Amount of public web site mirrors: 38
|
2006-10-30 00:03:14 +01:00
|
|
|
|
Number of known libcurl bindings: 35
|
2007-04-11 15:31:51 +02:00
|
|
|
|
Number of contributors: 554
|
2003-10-29 10:53:21 +01:00
|
|
|
|
|
2006-08-09 00:56:46 +02:00
|
|
|
|
This release includes the following changes:
|
2006-10-21 13:32:05 +02:00
|
|
|
|
|
2007-04-24 12:18:06 +02:00
|
|
|
|
o added curl_multi_socket_action()
|
|
|
|
|
o deprecated curl_multi_socket()
|
|
|
|
|
o uses less memory in non-pipelined use cases
|
2007-05-02 22:42:02 +02:00
|
|
|
|
o CURLOPT_HTTP200ALIASES matched transfers assume HTTP 1.0 compliance
|
2007-05-09 20:24:27 +02:00
|
|
|
|
o more than one test harness can run at the same time without conflict
|
2007-05-15 02:28:50 +02:00
|
|
|
|
o SFTP now supports quote commands before a transfer
|
2007-05-30 22:04:44 +02:00
|
|
|
|
o CURLMOPT_MAXCONNECTS added to curl_multi_setopt()
|
2007-05-31 10:59:44 +02:00
|
|
|
|
o upload resume works for file:// URLs
|
2007-05-31 13:34:32 +02:00
|
|
|
|
o asynchronous name resolves now require c-ares 1.4.0 or later
|
2007-06-07 23:47:29 +02:00
|
|
|
|
o added SOCKS test cases
|
2007-06-13 22:17:35 +02:00
|
|
|
|
o CURLOPT_FTP_CREATE_MISSING_DIRS and --ftp-create-dirs now work for SFTP
|
|
|
|
|
operations as well
|
2006-08-09 00:56:46 +02:00
|
|
|
|
|
2003-09-22 23:38:52 +02:00
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2007-04-12 23:53:18 +02:00
|
|
|
|
o if2up too long interface name memory leak
|
2007-04-13 13:35:19 +02:00
|
|
|
|
o test case 534 started to fail 2007-04-13 due to the existance of a
|
|
|
|
|
new host on the net with the same silly domain the test was using
|
|
|
|
|
for a host which was supposed not to exist.
|
2007-04-16 13:55:43 +02:00
|
|
|
|
o test suite SSL certificate works better with newer stunnel
|
2007-04-18 22:02:41 +02:00
|
|
|
|
o internal progress meter update frequency back to once per second
|
2007-04-20 02:07:19 +02:00
|
|
|
|
o avoid some unnecessary calls to function gettimeofday
|
2007-04-21 23:32:31 +02:00
|
|
|
|
o a double-free in the SSL-layer
|
|
|
|
|
o GnuTLS free of NULL credentials
|
|
|
|
|
o NSS-fix for closing down SSL
|
2007-04-22 10:51:11 +02:00
|
|
|
|
o bad warning from configure when gnutls was selected
|
2007-04-25 05:00:10 +02:00
|
|
|
|
o compilation on VMS 64-bit mode
|
2007-04-26 23:30:29 +02:00
|
|
|
|
o SCP/SFTP downloads could hang on the last bytes of a transfer
|
2007-04-28 22:27:07 +02:00
|
|
|
|
o curl_easy_duphandle() crash
|
2007-05-09 20:24:27 +02:00
|
|
|
|
o curl -V / curl_version*() works even when GnuTLS is used on a system without
|
2007-04-28 23:01:30 +02:00
|
|
|
|
a good random source
|
2007-05-02 15:47:56 +02:00
|
|
|
|
o curl_multi_socket() not "noticing" newly added handles
|
2007-05-02 19:35:47 +02:00
|
|
|
|
o lack of Content-Length and chunked encoding now requires HTTP 1.1 as well
|
|
|
|
|
to be treated as without response body
|
2007-05-07 09:07:55 +02:00
|
|
|
|
o connection cache growth in multi handles
|
2007-05-09 20:24:27 +02:00
|
|
|
|
o better handling of out of memory conditions
|
|
|
|
|
o overwriting an uploaded file with sftp now truncates it first
|
2007-05-15 02:28:50 +02:00
|
|
|
|
o SFTP quote commands chmod, chown, chgrp can now set a value of 0
|
2007-05-17 23:40:08 +02:00
|
|
|
|
o TFTP connect timouts less than 5 seconds
|
2007-05-18 12:32:48 +02:00
|
|
|
|
o improved curl -w for TFTP transfers
|
2007-05-22 21:51:44 +02:00
|
|
|
|
o memory leak when failed OpenSSL certificate CN field checking
|
2007-05-22 22:46:51 +02:00
|
|
|
|
o memory leak when OpenSSL failed PKCS #12 parsing
|
2007-05-25 23:56:27 +02:00
|
|
|
|
o FPL-SSL when built with NSS
|
2007-05-27 00:09:08 +02:00
|
|
|
|
o out-of-boundary write in Curl_select()
|
2007-06-07 23:47:29 +02:00
|
|
|
|
o -s/--silent can now be used to toggle off the silence again
|
2007-06-13 22:08:19 +02:00
|
|
|
|
o builds fine on 64bit HP-UX
|
2007-04-13 13:35:19 +02:00
|
|
|
|
|
2007-01-28 13:58:13 +01:00
|
|
|
|
This release includes the following known bugs:
|
|
|
|
|
|
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
2003-09-22 23:38:52 +02:00
|
|
|
|
|
2006-08-16 19:56:49 +02:00
|
|
|
|
Other curl-related news:
|
|
|
|
|
|
2007-04-24 12:18:06 +02:00
|
|
|
|
o PycURL 7.16.2.1 was released: http://pycurl.sf.net/
|
2007-04-18 22:02:41 +02:00
|
|
|
|
o TclCurl 7.16.2 was released:
|
|
|
|
|
http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
2006-08-16 19:56:49 +02:00
|
|
|
|
|
|
|
|
|
New curl mirrors:
|
|
|
|
|
|
2007-04-22 10:51:11 +02:00
|
|
|
|
o http://curl.spegulo.be is a new mirror in Belgium
|
|
|
|
|
o http://curl.piotrkosoft.net is a new mirror in Poland
|
|
|
|
|
o http://curl.smudge-it.net is a new mirror in St Louis, MO, USA
|
2007-04-26 23:30:29 +02:00
|
|
|
|
o http://curl.askapache.com is a new mirror in Indiana, USA
|
2006-08-16 19:56:49 +02:00
|
|
|
|
|
2003-09-22 23:38:52 +02:00
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2007-04-21 23:32:31 +02:00
|
|
|
|
Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil,
|
2007-04-28 22:27:07 +02:00
|
|
|
|
James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman,
|
2007-05-02 22:42:02 +02:00
|
|
|
|
Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundstr<74>m,
|
2007-05-22 21:51:44 +02:00
|
|
|
|
Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu,
|
2007-06-14 16:15:21 +02:00
|
|
|
|
Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner,
|
|
|
|
|
Dave Vasilevsky
|
2006-03-02 12:37:05 +01:00
|
|
|
|
|
2003-09-22 23:38:52 +02:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|