Skip to content

Commit 3e938f1

Browse files
committed
NEWS: rearrange deprecation notices from more imminent to less imminent
1 parent b2deaaf commit 3e938f1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

NEWS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ CHANGES WITH 254 in spe:
44

55
Announcements of Future Feature Removals and Incompatible Changes:
66

7-
* We intend to remove cgroup v1 support from a systemd release after
8-
the end of 2023. If you run services that make explicit use of
9-
cgroup v1 features (i.e. the "legacy hierarchy" with separate
10-
hierarchies for each controller), please implement compatibility with
11-
cgroup v2 (i.e. the "unified hierarchy") sooner rather than later.
12-
Most of Linux userspace has been ported over already.
13-
147
* The next release (v255) will remove support for split-usr (/usr/
158
mounted separately during late boot, instead of being mounted by the
169
initrd before switching to the rootfs) and unmerged-usr (parallel
1710
directories /bin/ and /usr/bin/, /lib/ and /usr/lib/, …). For more
1811
details, see:
1912
https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html
2013

21-
* EnvironmentFile= now treats the line following a comment line
22-
trailing with escape as a non comment line. For details, see:
23-
https://github.com/systemd/systemd/issues/27975
14+
* We intend to remove cgroup v1 support from a systemd release after
15+
the end of 2023. If you run services that make explicit use of
16+
cgroup v1 features (i.e. the "legacy hierarchy" with separate
17+
hierarchies for each controller), please implement compatibility with
18+
cgroup v2 (i.e. the "unified hierarchy") sooner rather than later.
19+
Most of Linux userspace has been ported over already.
2420

2521
* Support for System V service scripts is now deprecated and will be
2622
removed in a future release. Please make sure to update your software
2723
*now* to include a native systemd unit file instead of a legacy
2824
System V script to retain compatibility with future systemd releases.
2925

26+
* EnvironmentFile= now treats the line following a comment line
27+
trailing with escape as a non comment line. For details, see:
28+
https://github.com/systemd/systemd/issues/27975
29+
3030
* Behaviour of sandboxing options for the per-user service manager
3131
units has changed. They now imply PrivateUsers=yes, which means user
3232
namespaces will be implicitly enabled when a sandboxing option is

0 commit comments

Comments
 (0)