cURL / Mailing Lists / curl-library / Single Mail

curl-library

Ann: TclCurl 0.7

From: Andrés García <fandom_at_retemail.es>
Date: Wed, 13 Jun 2001 02:09:01 +0200

Hi,

I have just released the latest version of TclCurl, to work with
libcurl 7.8.

The changes from 0.6.1 are:

    * Added the option '-vernum' to 'curl::curlConfig' it returns
      version information about the installed libcurl.

    * By default 'noProgress' will be set to '1'.

    * The 'mute' option no longer does anything.

    * Fixed the bug by which TclCurl would return two many possible options
       after using a wrong one.

    * Created the 'configure' command to set the options of a transfer in
       a more Tcl-like way, you can now do:

        set curlHandle [curl::init]
        $curlHandle configure -url 127.0.0.1 -file index.html
        $curlHandle perform
        $curlHandle cleanup

    * It is now possible to remove the '-file', '-inFile' and '-stderr'
       options between transfers in a persistant connection.

For more information please visit:

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

Andres

_______________________________________________
Curl-library mailing list
http://curl.haxx.se/libcurl/
Received on 2001-06-13