* Released 1.0 RC 1 (0.93) dbus-0.93
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 14 Sep 2006 05:46:22 +0000 (05:46 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 14 Sep 2006 05:46:22 +0000 (05:46 +0000)
ChangeLog
NEWS

index 0e456e2a6e6a8078f92ec0c1a86301dc11b2160b..c194464e7e1a706350cefa2bbce634bf3feb0339 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
+
+       * Released 1.0 RC 1 (0.93) 
+
 2006-09-14  John (J5) Palmieri  <johnp@redhat.com>
 
        * dbus/dbus-sysdeps-util-unix.c (_dbus_write_pid_file):
diff --git a/NEWS b/NEWS
index 329e4b3c097e6a6e70f615ca9a191d78445fb752..7839c03ecb6460182e4048e9a34d0673871d4711 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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