dbus ChangeLog, 1.632.2.4, 1.632.2.5 NEWS, 1.18.2.1, 1.18.2.2 configure.in, 1.102.2.1, 1.102.2.2

Joe Shaw joe at freedesktop.org
Fri Feb 18 10:18:34 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv15483

Modified Files:
      Tag: dbus-0-23
	ChangeLog NEWS configure.in 
Log Message:
2005-02-18  Joe Shaw  <joeshaw at novell.com>
                                                                                
        * NEWS: Update for 0.23.2
                                                                                
        * configure.in: Release 0.23.2

2005-02-16  Joe Shaw  <joeshaw at novell.com>

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.632.2.4
retrieving revision 1.632.2.5
diff -u -d -r1.632.2.4 -r1.632.2.5
--- ChangeLog	16 Feb 2005 22:45:40 -0000	1.632.2.4
+++ ChangeLog	18 Feb 2005 18:18:31 -0000	1.632.2.5
@@ -1,3 +1,9 @@
+2005-02-18  Joe Shaw  <joeshaw at novell.com>
+                                                                                
+        * NEWS: Update for 0.23.2
+                                                                                
+        * configure.in: Release 0.23.2
+
 2005-02-16  Joe Shaw  <joeshaw at novell.com>
 
 	* dbus/dbus-connection-internal.h, dbus/dbus-connection.[ch],
@@ -49,6 +55,15 @@
 	we don't get unmanaged code calling back into a GCed delegate.
 	(RemoveFilter); Added.
 
+2005-01-31  Havoc Pennington  <hp at redhat.com>
+                                                                                
+	* bus/policy.c (bus_policy_allow_user): change default "user is
+	allowed" to be "user has same uid as the bus itself"; any
+	allow/deny rules will override.
+
+	* bus/session.conf.in: don't allow all users, since now by default
+	the user that ran the bus can connect.
+
 2005-01-12  Joe Shaw  <joeshaw at novell.com>
 
 	* NEWS: Update for 0.23.

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -d -r1.18.2.1 -r1.18.2.2
--- NEWS	11 Feb 2005 18:16:27 -0000	1.18.2.1
+++ NEWS	18 Feb 2005 18:18:31 -0000	1.18.2.2
@@ -1,3 +1,9 @@
+D-BUS 0.23.2 (18 Feb 2005)
+===
+- shuffle some code around in the mono bindings to deterministically
+  finalize classes so that delegates are unregistered correctly.
+- backport a bunch of thread locking-related fixes from HEAD.
+
 D-BUS 0.23.1 (11 Feb 2005)
 ===
 - fix a bug in which the bus daemon wouldn't recognize that a service

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.102.2.1
retrieving revision 1.102.2.2
diff -u -d -r1.102.2.1 -r1.102.2.2
--- configure.in	11 Feb 2005 18:16:27 -0000	1.102.2.1
+++ configure.in	18 Feb 2005 18:18:31 -0000	1.102.2.2
@@ -3,7 +3,7 @@
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.23.1)
+AM_INIT_AUTOMAKE(dbus, 0.23.2)
 
 AM_CONFIG_HEADER(config.h)
 



More information about the dbus-commit mailing list