chiark / gitweb /
Prep v239: fs-util: Mask new chase_symlinks_and_*() functions.
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index e8c2a12cf75ff686fb399316fcaf69e2d4bdb729..3bd24d7ad3b9a3609613e4240f8aeec73bfa0bcf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 systemd System and Service Manager
 
-CHANGES WITH 239 in spe:
+CHANGES WITH 239:
 
         * NETWORK INTERFACE DEVICE NAMING CHANGES: elogind-udevd's "net_id"
           builtin will name network interfaces differently than in previous
@@ -146,9 +146,10 @@ CHANGES WITH 239 in spe:
           name following the last dash.
 
         * Unit files and other configuration files that support specifier
-          expansion now understand another two new specifiers: %T and %V will
+          expansion now understand another three new specifiers: %T and %V will
           resolve to /tmp and /var/tmp respectively, or whatever temporary
-          directory has been set for the calling user.
+          directory has been set for the calling user. %E will expand to either
+          /etc (for system units) or $XDG_CONFIG_HOME (for user units).
 
         * The ExecStart= lines of unit files are no longer required to
           reference absolute paths. If non-absolute paths are specified the
@@ -219,9 +220,10 @@ CHANGES WITH 239 in spe:
           example, "elogind-tmpfiles --cat-config" will now output the full
           list of tmpfiles.d/ lines in place.
 
-        * timedatectl gained two new verbs "timesync-status" (to show the
-          current NTP synchronization state of elogind-timesyncd) and
-          "show-timesync" (to show bus properties of elogind-timesyncd).
+        * timedatectl gained three new verbs: "show" shows bus properties of
+          elogind-timedated, "timesync-status" shows the current NTP
+          synchronization state of elogind-timesyncd, and "show-timesync"
+          shows bus properties of elogind-timesyncd.
 
         * elogind-timesyncd gained a bus interface on which it exposes details
           about its state.
@@ -302,8 +304,6 @@ CHANGES WITH 239 in spe:
           https://github.com/systemd/systemd/blob/master/doc/PORTABLE_SERVICES.md
           https://github.com/systemd/systemd/blob/master/doc/CODE_QUALITY.md
 
-        * pam_elogind will now look for PAM userdata fields elogind.memory_max,
-          elogind.tasks_max, elogind.cpu_weight, elogind.io_weight set by
         * The Boot Loader Specification has been added to the source tree.
 
           https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md
@@ -311,6 +311,8 @@ CHANGES WITH 239 in spe:
           While moving it into our source tree we have updated it and further
           changes are now accepted through the usual github PR workflow.
 
+        * pam_elogind will now look for PAM userdata fields elogind.memory_max,
+          elogind.tasks_max, elogind.cpu_weight, elogind.io_weight set by
           earlier PAM modules. The data in these fields is used to initialize
           the session scope's resource properties. Thus external PAM modules
           may now configure per-session limits, for example sourced from
@@ -333,6 +335,9 @@ CHANGES WITH 239 in spe:
           system namespacing options. One such service is elogind-udevd.service
           wher this is now used by default.
 
+        * ConditionSecurity= gained a new value "uefi-secureboot" that is true
+          when the system is booted in UEFI "secure mode".
+
         * A new unit "system-update-pre.target" is added, which defines an
           optional synchronization point for offline system updates, as
           implemented by the pre-existing "system-update.target" unit. It
@@ -369,7 +374,7 @@ CHANGES WITH 239 in spe:
         Tomasz Torcz, Vito Caputo, Will Dietz, Will Thompson, Wim van Mourik,
         Yu Watanabe, Zbigniew Jędrzejewski-Szmek
 
-        — Berlin, 2018-06-XX
+        — Berlin, 2018-06-22
 
 CHANGES WITH 238: