From 870a8a3cc59ac999383e919400e4a1d9e0e3c591 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 11 Jun 2024 22:55:03 +0100 Subject: [PATCH] NEWS: add placeholder for 257 --- NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/NEWS b/NEWS index 02ad8b2c79..f80ca34d28 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,38 @@ systemd System and Service Manager +CHANGES WITH 257 in spe: + + Announcements of Future Feature Removals and Incompatible Changes: + + * Support for automatic flushing of the nscd user/group database caches + will be dropped in a future release. + + * Support for cgroup v1 ('legacy' and 'hybrid' hierarchies) is now + considered obsolete and systemd by default will refuse to boot under + it. To forcibly reenable cgroup v1 support, + SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1 must be set on kernel command + line. The meson option 'default-hierarchy=' is also deprecated, i.e. + only cgroup v2 ('unified' hierarchy) can be selected as build-time + default. + + * Support for System V service scripts is deprecated and will be + removed in a future release. Please make sure to update your software + *now* to include a native systemd unit file instead of a legacy + System V script to retain compatibility with future systemd releases. + + * Support for the SystemdOptions EFI variable is deprecated. + 'bootctl systemd-efi-options' will emit a warning when used. It seems + that this feature is little-used and it is better to use alternative + approaches like credentials and confexts. The plan is to drop support + altogether at a later point, but this might be revisited based on + user feedback. + + * systemd-run's switch --expand-environment= which currently is disabled + by default when combined with --scope, will be changed in a future + release to be enabled by default. + + — , + CHANGES WITH 256: Announcements of Future Feature Removals and Incompatible Changes: -- 2.25.1