diff options
author | William Jon McCann <jmccann@redhat.com> | 2009-09-24 00:45:46 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2009-09-24 00:45:46 -0400 |
commit | bf1adae39b41009a54b91389b0d625fd81fdb39c (patch) | |
tree | f06bbc6a2937b476448a83bf63e1e3bbb0149454 | |
parent | ca74581668475c69fba6b5ccc1be453c8cdde8e9 (diff) |
Update for release0.4.0
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | doc/dbus/.gitignore | 1 |
3 files changed, 20 insertions, 2 deletions
@@ -28,7 +28,8 @@ intl macros INSTALL ChangeLog -ConsoleKit-*.tar.gz +*.tar.gz +*.tar.bz2 xml-i18n-extract.in xml-i18n-extract xml-i18n-merge.in @@ -1,9 +1,25 @@ ============== -Version 0.3.2 +Version 0.4.0 ============== * Starting with this release we will not do session.d/ 'session_active_changed' callouts anymore. (Lennart Poettering) + * get rid of session.d's session_active_changed callout (Lennart Poettering) + * close file descriptors before exit func (Halton Huo) + * log the kernel release and boot arguments at start time (William Jon McCann) + * show display in host field if the host isn't set (William Jon McCann) + * print the uptime for the reboot items in the report (William Jon McCann) + * fix logic for finding session remove events (William Jon McCann) + * fix a few small leaks (William Jon McCann) + * Add seat.d/ callout directory and guarantee we dump the database before call + * database: write the console database to disk before signalling via dbus (Len + * Enforce that the env array has the right size (Lennart Poettering) + * when printing size_t use %z format string (Lennart Poettering) + * make CK database world readable (Lennart Poettering) + * get rid of ck_seat_set_active_session() prototype since no such function exi + * Move ck_session_run_programs() from ck-run-programs.h to ck-session.h (Lenna + * post release version bump (Ray Strode) + ============== Version 0.3.1 ============== diff --git a/doc/dbus/.gitignore b/doc/dbus/.gitignore index 4337b46..1959515 100644 --- a/doc/dbus/.gitignore +++ b/doc/dbus/.gitignore @@ -1,6 +1,7 @@ Makefile Makefile.in ConsoleKit.xml +org.freedesktop.ConsoleKit.*.ref.xml ConsoleKit.html *.o *~ |