dbus ChangeLog,1.882,1.883 NEWS,1.25,1.26

John Palmieri johnp at freedesktop.org
Wed Aug 24 12:58:34 PDT 2005


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

Modified Files:
	ChangeLog NEWS 
Log Message:
- Merged changed from the DBUS_0_36_1 bugfix branch


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.882
retrieving revision 1.883
diff -u -d -r1.882 -r1.883
--- ChangeLog	23 Aug 2005 20:07:30 -0000	1.882
+++ ChangeLog	24 Aug 2005 19:58:32 -0000	1.883
@@ -1,3 +1,17 @@
+2005-08-24  John (J5) Palmieri  <johnp at redhat.com>
+
+	* Release 0.36.1
+
+	* python/_dbus.py: 
+	(Interface::connect_to_signal): propigate keywords for match on args
+	(Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface
+
+	* python/proxies.py (ProxyObject::connect_to_signal):
+	propigate keywords for match on args
+
+	* Makefile.am: point everything to pyexecdir since python borks
+	on multilib
+
 2005-08-23  John (J5) Palmieri  <johnp at redhat.com>
 
 	* Release 0.36

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- NEWS	23 Aug 2005 20:07:30 -0000	1.25
+++ NEWS	24 Aug 2005 19:58:32 -0000	1.26
@@ -1,3 +1,10 @@
+D-BUS 0.36.1 (24 August 2005)
+===
+- Python Bindings:
+  - fixed to work with hal-device-manager
+  - For 64bit builds everything is installed to lib64/python2.4/
+    since Python can't handle multilib
+
 D-BUS 0.36 (23 August 2005)
 ===
 - Maximum sized of cached messages have been reduced to 10K



More information about the dbus-commit mailing list