]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2003-04-11 Havoc Pennington <hp@redhat.com> dbus-0.9
authorHavoc Pennington <hp@redhat.com>
Fri, 11 Apr 2003 20:25:34 +0000 (20:25 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 11 Apr 2003 20:25:34 +0000 (20:25 +0000)
* NEWS: update

* configure.in: 0.9

ChangeLog
NEWS
configure.in

index 8cd6ddaa104d1235657efc175c5705480120cdbe..11232d51abd3571fe9ca4c167a5cacc13918f17b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-11  Havoc Pennington  <hp@redhat.com>
+
+       * NEWS: update
+
+       * configure.in: 0.9
+
 2003-04-11  Havoc Pennington  <hp@redhat.com>
 
        * bus/messagebus.in: remove pid file when stopping the
diff --git a/NEWS b/NEWS
index 3d1590e76f6520aa967e4bf00b12a038cc0bcaa0..ce26a0467cd154a87691c3115390ce538f114d25 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+D-BUS 0.9
+===
+
+- implemented a test case for service activation,
+  and fixed many bugs exposed by that
+- implemented recursive argument marshaling/demarshaling 
+  for messages, allowing multidimensional arrays
+- fixed up integration of message dispatch with 
+  main loop by adding a callback on change of 
+  dispatch status
+- add a pidfile feature to daemon
+- some build fixes
+- clean up unix domain sockets on exit
+- add --print-address and the ability 
+  to create a random server address 
+  in a temporary directory
+
 D-BUS 0.8
 ===
 
index cf25b2d9bbc932aaa6316067542ab081bf97197b..512da4f06744547f01203ad2ba398ea05f1b54e3 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.8)
+AM_INIT_AUTOMAKE(dbus, 0.9)
 
 AM_CONFIG_HEADER(config.h)