summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-11 20:25:34 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-11 20:25:34 +0000
commite486b3a69300f6286f768489d4cfac9a1a9f4e73 (patch)
tree6ecf23d268ba9d7e04e21fa5b951ebc0e01e4363
parenta7ca4d94dc7f9c0ac7d9d43f08bf2ef2e1123e3a (diff)
2003-04-11 Havoc Pennington <hp@redhat.com>dbus-0.9
* NEWS: update * configure.in: 0.9
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--configure.in2
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cd6ddaa..11232d51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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
message bus, since the bus won't have privileges to remove it
itself.
diff --git a/NEWS b/NEWS
index 3d1590e7..ce26a046 100644
--- 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
===
diff --git a/configure.in b/configure.in
index cf25b2d9..512da4f0 100644
--- a/configure.in
+++ b/configure.in
@@ -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)