Subject: CVS commit: pkgsrc/www/py-curl
To: None <pkgsrc-changes@netbsd.org>
From: Shell Hung <shell@netbsd.org>
List: pkgsrc-changes
Date: 04/21/2002 15:14:50
Module Name:	pkgsrc
Committed By:	shell
Date:		Sun Apr 21 12:14:50 UTC 2002

Modified Files:
	pkgsrc/www/py-curl: Makefile distinfo

Log Message:
Updated to pycurl-0.4.9
- Change my email address
- Require curl-7.9.6

Changes since 0.4.7 :
* Added CURLOPT_DEBUGFUNCTION to allow debug callbacks to be
  specified (see the file 'test_debug.py' for details on how to use
  debug callbacks).
* Added CURLOPT_DNS_USE_GLOBAL_CACHE and
  CURLOPT_DNS_CACHE_TIMEOUT.
* Fixed a segfault when finalizing curl objects in Python 1.5.2.
* Added 'test_post2.py' file which is another example on how to
  issue POST requests.
* Added the 'test_post.py' file which demonstrates the use of
  POST requests.
* Added CURLOPT_PREQUOTE.
* Other minor code cleanups and bugfixes.
* Do not allow WRITEFUNCTION and WRITEHEADER on the same handle.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/py-curl/Makefile \
    pkgsrc/www/py-curl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.