diff options
author | Seth Nickell <seth@gnome.org> | 2004-06-01 01:20:59 +0000 |
---|---|---|
committer | Seth Nickell <seth@gnome.org> | 2004-06-01 01:20:59 +0000 |
commit | 23e9d3d5040f51870f212ea70a94c9913c90e66b (patch) | |
tree | 672609cc6a54ca4a4accb6b2ad963b1084572470 /ChangeLog | |
parent | d027c9937534e3f49564e9c30c37421f8138c562 (diff) |
* python/dbus_bindings.pyx.in:
* python/tests/test-client.py:
Test Suite: 1
Python Bindings: 0
(fix string array memory trashing bug... oops)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-05-31 Seth Nickell <seth@gnome.org> + + * python/dbus_bindings.pyx.in: + * python/tests/test-client.py: + + Test Suite: 1 + Python Bindings: 0 + + (fix string array memory trashing bug... oops) + 2004-05-30 Seth Nickell <seth@gnome.org> * python/dbus.py: |