curl-and-python

announce: pycurl-7.12.1

From: Kjetil Jacobsen <kjetilja_at_cs.uit.no>
Date: Mon, 16 Aug 2004 10:31:58 +0200 (CEST)

hello,

pycurl version 7.12.1 has been released, and can be downloaded from

        http://pycurl.sf.net/

this release contains minor feature enhancements based on libcurl 7.12.1:

* Added INFOTYPE_SSL_DATA_IN/OUT.

* WARNING: removed deprecated PROXY_, TIMECOND_ and non-prefixed INFOTYPE
  constant names. See ChangeLog entry 2003-06-10.

* Added test program for HTTP post using the read callback (see
  tests/test_post3.py for details).

* Use the new CURL_READFUNC_ABORT return code where appropriate
  to avoid hanging in perform() when read callbacks are used.

* Added support for libcurl 7.12.1 CURLOPT features:
  SOURCE_HOST, SOURCE_USERPWD, SOURCE_PATH, SOURCE_PORT,
  PASV_HOST, SOURCE_PREQUOTE, SOURCE_POSTQUOTE.

* Setting CURLOPT_POSTFIELDS now allows binary data and
  automatically sets CURLOPT_POSTFIELDSIZE for you. If you really
  want a different size you have to manually set POSTFIELDSIZE
  after setting POSTFIELDS (based on a patch by Martin Muenstermann).

* Added stricter checks within the callback handlers.

* Unify the behaviour of int and long parameters where
appropriate.

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-and-python
Received on 2004-08-16