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