From 79b1e9966434bc3ca4b6009c19c77b91e7588180 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 18 Aug 2006 20:24:56 +0000 Subject: * 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 --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8dbbffbf..329e4b3c 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit