dbus ChangeLog,1.1120,1.1121 NEWS,1.34,1.35

John Palmieri johnp at kemper.freedesktop.org
Wed Sep 13 22:46:24 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv32222

Modified Files:
	ChangeLog NEWS 
Log Message:
* Released 1.0 RC 1 (0.93)


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1120
retrieving revision 1.1121
diff -u -d -r1.1120 -r1.1121
--- ChangeLog	14 Sep 2006 05:20:12 -0000	1.1120
+++ ChangeLog	14 Sep 2006 05:46:22 -0000	1.1121
@@ -1,5 +1,9 @@
 2006-09-14  John (J5) Palmieri  <johnp at redhat.com>
 
+	* Released 1.0 RC 1 (0.93) 
+
+2006-09-14  John (J5) Palmieri  <johnp at redhat.com>
+
 	* dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file):
 	use _dbus_close instead of close
 

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- NEWS	18 Aug 2006 20:24:56 -0000	1.34
+++ NEWS	14 Sep 2006 05:46:22 -0000	1.35
@@ -1,3 +1,18 @@
+D-Bus 1.0 RC 1 (0.93) (14 September 2006)
+==
+- dbus_threads_init_default added for initalizing threads without the need for
+  bindings
+- Filters are now properly removed
+- dbus_connection_open now holds a hard ref to shared connections
+- We now print out a warning and do nothing when someone tries to close a 
+  shared connection
+- The --introspect switch has been added to the bus for printing out 
+  introspection data without actually running the bus
+- LOCAL_CREDS socket credentials are now supported for systems which 
+  support it such as NetBSD
+- Generalize kqueue support so it works with NetBSD as well as FreeBSD
+- Numerous bug fixes and memory leaks patched
+
 D-Bus 0.92 (18 August 2006)
 ==
 - Proper thread locking added to pending calls



More information about the dbus-commit mailing list