diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-02-11 13:08:13 -0500 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-02-11 13:08:13 -0500 |
commit | bceedd666cd25abf0aa09807bdb17ddf87f503f9 (patch) | |
tree | 62caa95b6df5500d14696759dec94e2d9717d352 | |
parent | 3f178c6d15daed161fe3bd7f5d9019a592cc564a (diff) |
update for release0.2.8
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | tools/.gitignore | 2 |
2 files changed, 13 insertions, 0 deletions
@@ -1,4 +1,15 @@ ============= +Version 0.2.8 +============= + + * add tools to log restart and stop events (William Jon McCann) + * fix typo in dbus policy file (William Jon McCann) + * touch the history file to create it for people not using packages (William Jon McCann) + * mkdir /var/log/ConsoleKit at install time (William Jon McCann) + * set a global flag so that D-Bus does not change the SIGPIPE handler in the PAM module (William Jon McCann) + * when a parsing error occurs don't return an empty event (William Jon McCann) + +============= Version 0.2.7 ============= diff --git a/tools/.gitignore b/tools/.gitignore index e0361c1..87bec6b 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -11,3 +11,5 @@ ck-get-x11-server-pid ck-history ck-list-sessions ck-log-system-start +ck-log-system-restart +ck-log-system-stop |