diff options
| -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  | 
