summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 01:17:59 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 01:17:59 +0000
commit7628b541258d906e27e2000a402ed2d02383479c (patch)
treea422ce5ba507acda462b26b09a79b751c4944841 /ChangeLog
parenta3e4cf7b3a37b18df1a1cc0aa1011ebb5be0c585 (diff)
* bus/activation.[ch] (bus_activation_list_services): new function to
get the list of services that can be activated * bus/dispatch.c: test coverage for the new bus method ListActivatableNames * bus/driver.c: new bus method ListActivatableNames to get the list of services that can be activated * doc/dbus-specification.xml: ListActivatableNames method documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 437ac04d..d9f45113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-07-13 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * bus/activation.[ch] (bus_activation_list_services): new function to
+ get the list of services that can be activated
+
+ * bus/dispatch.c: test coverage for the new bus method
+ ListActivatableNames
+
+ * bus/driver.c: new bus method ListActivatableNames to get the list of
+ services that can be activated
+
+ * doc/dbus-specification.xml: ListActivatableNames method documentation
+
2006-07-12 John (J5) Palmieri <johnp@redhat.com>
* dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
source files