summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-07-24 11:34:40 +0000
committerRichard Hughes <richard@hughsie.com>2007-07-24 11:34:40 +0000
commitee10721fdb3fb4cd8f2487a87a4e1c68e61ca0d6 (patch)
treef03ce8b5c7a97c5d8690026fd132b3958c9a38a0 /ChangeLog
parent7d11c1daeaeb7331f8479c7c143ca09af1e4d747 (diff)
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/activation-exit-codes.h: Add defines which specify the output codes of the launch helper. We have to use exit codes as this is the only way we can return failure type without going grotty things like redirecting possibly-nonsecure stderr into the error.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d6c7989..9f0d9bbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-07-24 Richard Hughes <richard@hughsie.com>
+ * bus/activation-exit-codes.h:
+ Add defines which specify the output codes of the launch helper.
+ We have to use exit codes as this is the only way we can return failure
+ type without going grotty things like redirecting possibly-nonsecure
+ stderr into the error.
+
+2007-07-24 Richard Hughes <richard@hughsie.com>
+
* dbus/dbus-protocol.h:
Add new error names needed for the launch helper.