diff options
author | Havoc Pennington <hp@redhat.com> | 2004-03-19 22:36:31 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2004-03-19 22:36:31 +0000 |
commit | 4fd4d52dd679486edc4543cd93c9f4d01cd8f90e (patch) | |
tree | 68a3a824d81a925dee9a0af998c45496b498b6ee /NEWS | |
parent | 69bf27e5563cbad2d2c9a74ea43e89a8dcb83357 (diff) |
2004-03-19 Havoc Pennington <hp@redhat.com>dbus-0.21
* NEWS: 0.21 updates
* configure.in: 0.21
* doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
* python/Makefile.am: change to avoid dist of dbus_bindings.c so
you don't need pyrex to make dist
* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
sources; run moc
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +D-BUS 0.21 +=== + +- implement "auto activation" flag on messages, so the destination + service can be launched automatically +- fix a bug in custom type marshaling +- optimize case where multiple apps activate the same service + (avoid "thundering herd") +- add dynamic service file discovery/reloading +- fix a busy loop when blocking for a reply +- fix a 64-bit crash involving varargs +- fix a bus crash when processing an AcquireService +- allow appending TYPE_BYTE via append_args_valist +- fix dicts-inside-dicts +- enhancements to Python and Qt bindings + D-BUS 0.20 === |