chiark / gitweb /
NEWS: prepare half a NEWS file for upcoming 206
authorLennart Poettering <lennart@poettering.net>
Sun, 21 Jul 2013 22:16:17 +0000 (00:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Jul 2013 22:17:00 +0000 (00:17 +0200)
NEWS
TODO

diff --git a/NEWS b/NEWS
index 5560355b9010a6a3e86bbec310921ffa45caaff6..d44e6feaf14f2e3a63cba5b97ec7214ff5433c5d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,60 @@
 systemd System and Service Manager
 
+CHANGES WITH 206:
+
+        * The documentation has been updated to cover the various new
+          concepts introduced with 205.
+
+        * Unit files now understand the new %v specifier which
+          resolves to the kernel version string as returned by "uname
+          -r".
+
+        * systemctl now supports filtering the unit list output by
+          load state, active state and sub state, using the new
+          --type= parameter.
+
+        * "systemctl status" will now show the results of the
+          condition checks (like ConditionPathExists= and similar) of
+          the last start attempts of the unit. They are also logged to
+          the journal.
+
+        * "journalctl -b" may now be used to look for boot output of a
+          specific boot. Try "journalctl -b -1" for the previous boot,
+          but the syntax is substantially more powerful.
+
+        * "journalctl --show-cursor" has been added which prints the
+          cursor string the last shown log line. This may then be used
+          with the new "journalctl --after-cursor=" switch to continue
+          browsing logs from that point on.
+
+        * "journalctl --force" may now be used to force regeneration
+          of an FSS key.
+
+        * Device ACLs may now be applied to "dead" devices nodes too,
+          i.e. device nodes that are created based on modalias
+          information of unloaded kernel modules.
+
+        * A new RPM macro has been added that may be used to apply
+          tmpfiles configuration during package installation.
+
+        * systemd-detect-virt and ConditionVirtualization= now can
+          detect User-Mode-Linux machines (UML).
+
+        * journald will now log the effective capabilities set of
+          processes in the message metadata.
+
+        * systemd-cryptsetup has gained support for TrueCrypt volumes.
+
+        * The initrd interface has been simplified (more specifically,
+          support for passing performance data via environment
+          variables and fsck results via files in /run has been
+          removed). These features were non-essential, and are
+          nowadays available in a much nicer way by having systemd in
+          the initrd serialize its state and have the hosts systemd
+          deserialize it again.
+
+          ...
+
 CHANGES WITH 205:
 
         * Two new unit types have been introduced:
diff --git a/TODO b/TODO
index 33308ef18ae66f53c0b51391da295d67756b7c1a..ba8bb8e80f64a0b960a11c999835cd256d366e02 100644 (file)
--- a/TODO
+++ b/TODO
@@ -51,6 +51,8 @@ CGroup Rework Completion:
 
 Features:
 
+* journalctl: instead --after-cursor= maybe have a --cursor=XYZ+1 syntax?
+
 * given that logind/machined now let PID 1 do all nasty work we can
   probably reduce the capability set they retain substantially.