diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-08-24 16:01:09 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-08-24 16:01:09 +0000 |
commit | b0d3522c6cfcfeb2608f4f284906a562b2d7964a (patch) | |
tree | 374f60c0647bc50977d345770af0ee452882e79a /ChangeLog | |
parent | 96bc670d08b2e97d95cbe5f4e24faed1c7e5ea5c (diff) |
* Release 0.36.1dbus-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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2005-08-24 John (J5) Palmieri <johnp@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@redhat.com> * Release 0.36 |