summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-02-02 12:25:18 +0000
committerLuca Boccassi <bluca@debian.org>2023-02-02 12:25:18 +0000
commitb67ea78f23a9bb7394d1ffe783119daf0ce02b17 (patch)
tree387968d5211bf0bf120e52e8bab98ba793199db9 /NEWS
parent4a20ad15e03a0569779fe9eeaf31a97b658df66e (diff)
downloadsystemd-b67ea78f23a9bb7394d1ffe783119daf0ce02b17.tar.gz
NEWS: update for v253-rc2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bb5367bbbe..2592c6a3d2 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,10 @@ CHANGES WITH 253 in spe:
manager, measuring kernel command line into PCR 8 along with the
-Defi-tpm-pcr-compat compile-time option.
+ * The '-Dupdate-helper-user-timeout=' build-time option has been renamed
+ to '-Dupdate-helper-user-timeout-sec=', and now takes an integer as
+ parameter instead of a string.
+
New components:
* A tool 'ukify' tool to build, measure, and sign Unified Kernel Images
@@ -125,6 +129,11 @@ CHANGES WITH 253 in spe:
* Drop-ins for init.scope changing control cgroup resource limits are
now applied, while they were previously ignored.
+ * New build-time configuration options '-Ddefault-timeout-sec=' and
+ '-Ddefault-user-timeout-sec=' have been added, to let distributions
+ choose the default timeout for starting/stopping/aborting system and
+ user units respectively.
+
Changes in udev:
* The new net naming scheme "v253" has been introduced. In the new
@@ -178,6 +187,11 @@ CHANGES WITH 253 in spe:
information is used to skip some warnings which are not useful in a
VM and to conditionalize other aspects of behaviour.
+ * systemd-boot now supports a new 'if-safe' mode that will perform UEFI
+ Secure Boot automated certificate enrollment from the ESP only if it
+ is considered 'safe' to do so. At the moment 'safe' means running in a
+ virtual machine.
+
* systemd-stub now processes random seeds in the same way as
systemd-boot, in case a unified kernel image is being used from a
different bootloader than systemd-boot.
@@ -406,6 +420,20 @@ CHANGES WITH 253 in spe:
Similarly, 'machinectl start|stop' gained a --now option to enable or
disable the machine unit when starting or stopping it.
+ * systemd-sysusers will now create /etc if it is missing.
+
+ * systemd-sleep 'HibernateDelaySec=' setting is changed back to
+ pre-v252's behaviour, and a new 'SuspendEstimationSec=' setting is
+ added to provide the new initial value for the new automated battery
+ estimation functionality. If 'HibernateDelaySec=' is set to any value,
+ the automated estimate (and thus the automated hibernation on low
+ battery to avoid data loss) functionality will be disabled.
+
+ * Default tmpfiles.d/ configuration will now automatically create
+ credentials storage directory '/etc/credstore/' with the appropriate,
+ secure permissions. If '/run/credstore/' exists, its permissions will
+ be fixed too in case they are not correct.
+
Changes in libsystemd and shared code:
* sd-bus gained new convenience functions sd_bus_emit_signal_to(),