summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-07-22 00:16:17 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-22 00:17:00 +0200
commit408f281bc7d65c86563f46e99e07efd1a1d9e03a (patch)
treee71e5e0714d17c0ebc09722e623810c436501c3b /NEWS
parentfbce11397f4d19821a9dfe66ee3ebe11cad90057 (diff)
NEWS: prepare half a NEWS file for upcoming 206
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS55
1 files changed, 55 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5560355b9..d44e6feaf 100644
--- 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: