From 3026a5ed19ac27fd42f90cc57ed305bd2a296e6a Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Sat, 14 Oct 2006 17:38:56 +0000 Subject: * configure.in: Released 1.0 RC 2(0.94) Add check for -fPIC and enable it if available --- NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7839c03e..b08451c9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +D-Bus 1.0 RC 2 (0.94) (14 October 2006) +== +- dbus-uuidgen binary added for future remote machine identification + packagers should call dbus-uuidgen --ensure in their post +- GetMachineId peer method added to the bus API +- dbus_connection_set_route_peer_messages API added to let the bus send + peer messages directly to an app +- Autolaunch abilities added to dbus-launch with the --autolaunch flag + This feature allows libdbus to start a session bus if none can be found + This is an internal feature and should not be used by scripts + DBUS_SESSION_BUS_ADDRESS is still the correct way to specify a session bus +- dbus-launch now prints out a simple key value pairs instead of shell scripts + if one of the shell flags aren't used +- support DBUS_BLOCK_ON_ABORT env variable to cause blocking waiting for gdb +- weak ref are now held for shared connections so the right things happen + this fixes some pretty major bugs with the way connections were handled +- Some refactoring for Windows (doesn't effect Unix) +- Solaris build fixes +- MacOSX build fixes +- Cross compile build fixes. We now assume getpwnam_r is posix and va_lists + can be copied by value since we can't check this in a cross compile. If + this is not true for a particular target is up to the developer to patch. +- Bug fixing all around + D-Bus 1.0 RC 1 (0.93) (14 September 2006) == - dbus_threads_init_default added for initalizing threads without the need for -- cgit