dbus ChangeLog,1.1088,1.1089 NEWS,1.33,1.34
John Palmieri
johnp at kemper.freedesktop.org
Fri Aug 18 13:24:58 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv8430
Modified Files:
ChangeLog NEWS
Log Message:
* 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
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1088
retrieving revision 1.1089
diff -u -d -r1.1088 -r1.1089
--- ChangeLog 18 Aug 2006 15:46:59 -0000 1.1088
+++ ChangeLog 18 Aug 2006 20:24:56 -0000 1.1089
@@ -1,5 +1,17 @@
2006-08-18 John (J5) Palmieri <johnp at redhat.com>
+ * Released 0.92
+
+2006-08-18 John (J5) Palmieri <johnp at redhat.com>
+
+ * 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
+
+2006-08-18 John (J5) Palmieri <johnp at redhat.com>
+
Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de)
* dbus/dbus-sysdeps.c, dbus/dbus-threads.c, dbus/dbus-internals.h:
Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- NEWS 24 Jul 2006 17:48:13 -0000 1.33
+++ NEWS 18 Aug 2006 20:24:56 -0000 1.34
@@ -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
More information about the dbus-commit
mailing list