Subject: CVS commit: pkgsrc/math/py-rpy
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 12/04/2003 13:50:34
Module Name: pkgsrc
Committed By: adam
Date: Thu Dec 4 13:50:34 UTC 2003
Modified Files:
pkgsrc/math/py-rpy: Makefile PLIST distinfo
Log Message:
CHANGES IN RPy 0.3.1
--------------------
Fixed bugs
o There was several memory leaks due to bad management of Python
refcounts.
o There was wrong synchronization of the thread running the R event
loop and the calls to the R interpreter.
o There was a bug with signal handling which caused segfault when
'Ctrl-C' were pressed.
o The R event loop shouldn't be run in non-interactive sessions.
o The i/o Python callbacks were wrong synchronized with the R event
loop thread.
New features
o Added a rpy_version symbol.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/math/py-rpy/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/math/py-rpy/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/py-rpy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.