dbus ChangeLog, 1.882, 1.882.2.1 NEWS, 1.25, 1.25.2.1 configure.in, 1.126, 1.126.2.1

John Palmieri johnp at freedesktop.org
Wed Aug 24 09:01:11 PDT 2005


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

Modified Files:
      Tag: DBUS_0_36_1
	ChangeLog NEWS configure.in 
Log Message:
* 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


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.882
retrieving revision 1.882.2.1
diff -u -d -r1.882 -r1.882.2.1
--- ChangeLog	23 Aug 2005 20:07:30 -0000	1.882
+++ ChangeLog	24 Aug 2005 16:01:09 -0000	1.882.2.1
@@ -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.25.2.1
diff -u -d -r1.25 -r1.25.2.1
--- NEWS	23 Aug 2005 20:07:30 -0000	1.25
+++ NEWS	24 Aug 2005 16:01:09 -0000	1.25.2.1
@@ -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

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.126
retrieving revision 1.126.2.1
diff -u -d -r1.126 -r1.126.2.1
--- configure.in	15 Jul 2005 20:35:25 -0000	1.126
+++ configure.in	24 Aug 2005 16:01:09 -0000	1.126.2.1
@@ -3,7 +3,7 @@
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.36)
+AM_INIT_AUTOMAKE(dbus, 0.36.1)
 
 AM_CONFIG_HEADER(config.h)
 



More information about the dbus-commit mailing list