diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:41:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:41:31 -0600 |
commit | de729f7e6d31df2de831c78460c12fee672b42e4 (patch) | |
tree | f42a7b2baa2441d914ec5fbd490c20614a5a8c72 /NEWS | |
parent | 5eb7eb8a93ea38a612ff7f111db48ea5700470df (diff) | |
download | dbus-tqt-de729f7e6d31df2de831c78460c12fee672b42e4.tar.gz dbus-tqt-de729f7e6d31df2de831c78460c12fee672b42e4.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,7 +105,7 @@ D-BUS 0.36.2 (29 August 2005) D-BUS 0.36.1 (24 August 2005) === - Python Bindings: - - fixed to work with hal-tqdevice-manager + - fixed to work with hal-device-manager - For 64bit builds everything is installed to lib64/python2.4/ since Python can't handle multilib @@ -120,7 +120,7 @@ D-BUS 0.36 (23 August 2005) typecasting - Variant type has been added - Dictionaries, Variants and Arrays can all be passed the signiture or - type(s) of their tqchildren + type(s) of their children - the optional timeout= keyword has been added when making method calls - match on args has been implemented - a .pth file has been added for dealing with libraries and python files |