dbus NEWS,1.36,1.37 ChangeLog,1.1191,1.1192
John Palmieri
johnp at kemper.freedesktop.org
Fri Nov 3 12:49:59 PST 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv23578
Modified Files:
NEWS ChangeLog
Log Message:
* Released D-Bus 1.0 RC 3(0.95)
Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- NEWS 14 Oct 2006 17:38:56 -0000 1.36
+++ NEWS 3 Nov 2006 20:49:56 -0000 1.37
@@ -1,3 +1,29 @@
+D-Bus 1.0 RC 3 (0.95) (02 November 2006)
+==
+- DBUS_API_SUBJECT_TO_CHANGE no longer needs to be defined when building apps
+- ./configure checks now work when cross compiling
+- dbus-uuidgen --ensure is now run in the init script so there is no need to
+ run it in a post script
+- dbus-uuidgen now writes out to /var/lib/dbus to work with systems that do not
+ have a writable /etc. Packages should install and own the /var/lib/dbus
+ directory
+- recursive locks are now used when dbus_threads_init_default is called
+- standard_session_servicedirs tag added to the session.conf
+ under a normal build this specifies these service directories:
+ /usr/local/share/dbus-1/services
+ /usr/share/dbus-1/services
+ $HOME/.local/share/dbus-1/services
+- fixed crash when a service directory is specified more than once
+- fixed a crash in *BSD when watching config directories for changes
+- fixed Irix build by using dirp->__dd_fd to get the file descriptor
+- cleaned up the LOCAL_CREDS vs CMGCRED credential code so *BSD's don't
+ crash here anymore
+- dbus_message_iter_get_array_len deprecated
+- cleanup-man-pages.sh added so packagers can clean up Doxygen man page output
+ from 7 to 2 megs
+- large documentation improvements
+- numerous bug fixes
+
D-Bus 1.0 RC 2 (0.94) (14 October 2006)
==
- dbus-uuidgen binary added for future remote machine identification
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1191
retrieving revision 1.1192
diff -u -d -r1.1191 -r1.1192
--- ChangeLog 3 Nov 2006 01:03:43 -0000 1.1191
+++ ChangeLog 3 Nov 2006 20:49:56 -0000 1.1192
@@ -1,5 +1,9 @@
2006-11-02 John (J5) Palmieri <johnp at redhat.com>
+ * Released D-Bus 1.0 RC 3(0.95)
+
+2006-11-02 John (J5) Palmieri <johnp at redhat.com>
+
* bus/activation.c (bus_activation_new): don't fail if we can not read
the directory as it may not exist
More information about the dbus-commit
mailing list