summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-07-15 17:28:35 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-07-15 17:28:35 +0000
commitb52d8bbdd442041e0bd494957d8388f26359aa4d (patch)
tree98d0df94c03afa9697c2b52d29d4f2465bf0cda2 /ChangeLog
parenta7595655fb892b4ecab852aeb971cf53bdff09cc (diff)
* ChangeLog: fix date in last entry
* configure.in, bus/system.conf.in: add the ability to configure the system bus user at compiletime with the --with-dbus-user flag (patch from Kristof Vansant)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53e41630..3fc6a44e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-2005-07-14 John (J5) Palmieri <johnp@redhat.com>
+2005-07-15 John (J5) Palmieri <johnp@redhat.com>
+
+ * ChangeLog: fix date in last entry
+
+ * configure.in, bus/system.conf.in: add the ability to configure
+ the system bus user at compiletime with the --with-dbus-user flag
+ (patch from Kristof Vansant)
+
+2005-07-15 John (J5) Palmieri <johnp@redhat.com>
* bus/dispatch.c, test/test-service.c: Add testcase
for sending messages to oneself (TODO item).