From c718526cbe420759078958eda66185271b50490c Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 10 May 2004 18:16:29 +0000 Subject: * Fixed python bindings by defining all need parameter and variable types --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2c306c90..c15388a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-05-07 John (J5) Palmieri + + * python/dbus-bindings.pyx.in: Stopped the bindings from trashing + the stack by implicitly defining variable and parameter types and + removing the hack of defining C pointers as python objects and later + casting them. + 2004-05-02 Owen Fraser-Green * mono/Makefile.am: Removed test-dbus-sharp.exe from all target -- cgit