Subject: Ann TclCurl 7.17.1 From: =?ISO-8859-15?Q?Andr=E9s_Garc=EDa?= Date: Fri, 02 Nov 2007 00:42:14 +0100 Message-ID: Bytes: 3073 Lines: 57 NNTP-Posting-Host: 172.red-80-24-194.staticip.rima-tde.net Organization: Telefonica Data Espagna Path: ...!newspeer1.nwr.nac.net!news-out.newsgroups.com!sp12lax.superfeed.net!news-in2.superfeed.net!nsnmpen1-lo.nuria.telefonica-data.net!nsnmpen3-lo.nuria.telefonica-data.net!not-for-mail Newsgroups: comp.lang.tcl X-Trace: nsnmpen3-gest.nuria.telefonica-data.net 1193960576 28323 80.24.194.172 (1 Nov 2007 23:42:56 GMT) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@nsnmpen3-gest.nuria.telefonica-data.net NNTP-Posting-Date: Thu, 1 Nov 2007 23:42:56 +0000 (UTC) User-Agent: KNode/0.10.5 X-Original-Bytes: 3019 Hi, I have just released a new version of TclCurl updated for libcurl 7.17.1, with TclCurl you can download and upload files using protocols like ftp, ftps, tftp, http, https, scp, sftp, tftp, ldap, telnet, dict and file. The main changes since the last version are: * New configure options: * post301: A non-zero parameter tells TclCurl to respect RFC 2616/10.3.2 and not convert POST requests into GET requests when following a 301 redirection like browsers usually do. * sshhostpublickeymd5: Pass a string containing 32 hexadecimal digits. The string should be the 128 bit MD5 cheksum of the remote host public key, and TclCurl will reject the connection to the host unless the md5sums match. * If you pass the magic string 'FLUSH' to the '-cookielist' option all known cookies will be written to the file specified by '-cookiejar'. * Renamed options: Some configure options have been renamed so they get more general names, the old names are deprecated even if they may be supported forever. * sslpasswd => keypasswd * ftpappend => append * ftplistonly => dirlistonly * ftpssl => usessl * Internal changes: Up until the current version when we wanted libcurl to use a value in a string, like the URL to download, we had to keep the string as long as libcurl could use it. Since 7.17.0 libcurl keeps it own copies, so I no longer make TclCurl do it. This means that this is a handle-with-care release, please report any problems you may have. Since the last TclCurl, there has been many changes in libcurl which you can check at: http://curl.haxx.se/changes.html For more information, please visit: http://personal1.iddeo.es/andresgarci/tclcurl/english/index.html Share the wonders, Andres