dbus ChangeLog,1.765,1.766

John Palmieri johnp at freedesktop.org
Thu May 5 11:01:47 PDT 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv22918

Modified Files:
	ChangeLog 
Log Message:
* python/Makefile.am: changed to use pyexecdir for the binding
  shared libraries (Bug#2494)

* python/exceptions.py: bring exceptions over from the bindings
  so they can be used in applications (Bug#2036)
  Make all exceptions derive from DBusException

* python/_dbus.py, python/proxies.py: implement __repr__ in a couple
  of classes so that print obj doesn't throw an exception (Bug #1685)


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.765
retrieving revision 1.766
diff -u -d -r1.765 -r1.766
--- ChangeLog	3 May 2005 17:45:30 -0000	1.765
+++ ChangeLog	5 May 2005 18:01:45 -0000	1.766
@@ -1,3 +1,15 @@
+2005-05-04  John (J5) Palmieir  <johnp at redhat.com>
+
+	* python/Makefile.am: changed to use pyexecdir for the binding
+	shared libraries (Bug#2494)
+
+	* python/exceptions.py: bring exceptions over from the bindings
+	so they can be used in applications (Bug#2036)
+	Make all exceptions derive from DBusException
+
+	* python/_dbus.py, python/proxies.py: implement __repr__ in a couple
+	of classes so that print obj doesn't throw an exception (Bug #1685)
+
 2005-05-03  Ross Burton  <ross at burtonini.com>
 
 	* glib/dbus-gobject.c (dbus_g_connection_register_g_object):



More information about the dbus-commit mailing list