From d06c0d47f368c9c47efbd829e317a08881b36a27 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 26 Apr 2005 00:54:52 +0000 Subject: * Update to 0.33 --- ChangeLog | 4 ++++ NEWS | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 90c149e4..a47a2bba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-25 John (J5) Palmieri + + * NEWS: Update to 0.33 + 2005-04-25 John (J5) Palmieri * python/dbus_bindings.pyx.in (send_with_reply_handlers): New send diff --git a/NEWS b/NEWS index 405cb747..8ac245a4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +D-BUS 0.33 (25 Apr 2005) +=== + +- downgrade requirement from GTK+-2.6 to 2.4 for building gtk components +- python binding API's have been overhalled to be more "pythonic" and cleaner +- python bindings now export dbus.version which is set to (0,40,0) +- python bindings now implement the org.freedesktop.DBus.Introspectable interface +- make check has been fixed +- many, many major bug fixes + D-BUS 0.32 (29 Mar 2005) === -- cgit