summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a7c190..a02ccb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,34 @@
==============
+Version 0.4.1
+==============
+
+ * Fix a crasher (William Jon McCann)
+ * fix a small memory leak (Matthias Clasen)
+ * update email address (William Jon McCann)
+
+==============
+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
==============
@@ -33,7 +63,7 @@ Version 0.3.0
* still having problems using xinclude (William Jon McCann)
* fix the includes (William Jon McCann)
* add missing bits (William Jon McCann)
- * use spec files directly as introspection xml and try to generate docs on the fly (William Jon McCan
+ * use spec files directly as introspection xml and try to generate docs on the fly (William Jon McCann)
* use object paths for seat added/removed signals per spec (William Jon McCann)
* regenerate the docs and xml from the spec (William Jon McCann)
* add GetLoginSessionId to exported interface (William Jon McCann)