]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: rearrange deprecation notices from more imminent to less imminent
authorLuca Boccassi <bluca@debian.org>
Thu, 6 Jul 2023 13:45:59 +0000 (14:45 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 6 Jul 2023 19:37:56 +0000 (20:37 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 30ad77416c67b0c31c658db74c20d53e90b52046..bb5697f3877b7df2f08b2030f96d52613f0d6e08 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,13 +4,6 @@ CHANGES WITH 254 in spe:
 
         Announcements of Future Feature Removals and Incompatible Changes:
 
-        * We intend to remove cgroup v1 support from a systemd release after
-          the end of 2023. If you run services that make explicit use of
-          cgroup v1 features (i.e. the "legacy hierarchy" with separate
-          hierarchies for each controller), please implement compatibility with
-          cgroup v2 (i.e. the "unified hierarchy") sooner rather than later.
-          Most of Linux userspace has been ported over already.
-
         * The next release (v255) will remove support for split-usr (/usr/
           mounted separately during late boot, instead of being mounted by the
           initrd before switching to the rootfs) and unmerged-usr (parallel
@@ -18,15 +11,22 @@ CHANGES WITH 254 in spe:
           details, see:
           https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html
 
-        * EnvironmentFile= now treats the line following a comment line
-          trailing with escape as a non comment line. For details, see:
-          https://github.com/systemd/systemd/issues/27975
+        * We intend to remove cgroup v1 support from a systemd release after
+          the end of 2023. If you run services that make explicit use of
+          cgroup v1 features (i.e. the "legacy hierarchy" with separate
+          hierarchies for each controller), please implement compatibility with
+          cgroup v2 (i.e. the "unified hierarchy") sooner rather than later.
+          Most of Linux userspace has been ported over already.
 
         * Support for System V service scripts is now 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.
 
+        * EnvironmentFile= now treats the line following a comment line
+          trailing with escape as a non comment line. For details, see:
+          https://github.com/systemd/systemd/issues/27975
+
         * Behaviour of sandboxing options for the per-user service manager
           units has changed. They now imply PrivateUsers=yes, which means user
           namespaces will be implicitly enabled when a sandboxing option is