diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-08-18 20:24:56 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-08-18 20:24:56 +0000 |
commit | 79b1e9966434bc3ca4b6009c19c77b91e7588180 (patch) | |
tree | 2f8f576a81bbf61030a96698572eecdf29b2cba3 /NEWS | |
parent | 7cd52919443f190fa1601a3d1bac5c8ce8d9ecc1 (diff) | |
download | dbus-79b1e9966434bc3ca4b6009c19c77b91e7588180.tar.gz |
* Released 0.92
* dbus/dbus-threads.c (dbus_threads_init): change the documentation
to reflect the init late change
* bus/bus.c (bus_context_new): Check user before we fork so we can
print out an error message a user will be able to see
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +D-Bus 0.92 (18 August 2006) +== +- Proper thread locking added to pending calls +- Threading semantics changed from init early to init before the second thread + is started +- Correctly error out when an application tries to acquire or release the + org.freedesktop.DBus name instead of sending false result codes +- kqueue directory watching code can now be used to monitor config file changes + on FreeBSD +- --with-dbus-daemondir configure switch added so the daemon can be installed + separate from the user binaries +- Makefiles fixed for cygwin +- Various fixes for the ongoing Windows port +- Fixed docs and comments to use the D-Bus spelling instead of D-BUS +- Many memleaks and bugs fixed + D-Bus 0.91 (24 July 2006) == - Remove some lingering bits left over from the bindings split |