From 118f72cd0c980820c5e64f224aab8da0a3c406cf Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 8 Jun 2004 02:35:44 +0000 Subject: * Python bindings are updated to reflect C API changes which now accept plain path strings instead of an array of path elements. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f37e1022..8b749fc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-06-07 John (J5) Palmieri + + * python/dbus_bindings.pyx.in: No longer need to parse path + elements and pass them as arrays of strings. The C API now + accepts plain path strings. + (_build_parsed_path): removed + 2004-06-07 Havoc Pennington * doc/TODO: remove auto-activation item since it's done; sort -- cgit