cURL / Mailing Lists / curl-library / Single Mail

curl-library

Ann TclCurl 7.17.1

From: Andres Garcia <fandom_at_telefonica.net>
Date: Fri, 2 Nov 2007 00:39:08 +0100

Hi,

I have released the newest TclCurl for libcurl 7.17.1, the main changes
since the last version:

    * 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.

For more information, please visit:

http://personal1.iddeo.es/andresgarci/tclcurl/english/

Share the wonders,
Andres
Received on 2007-11-02