summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-10-26 07:22:01 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-10-30 15:09:26 +0100
commitc8b774463e71d1da5cf46ab0cf36f88e7662d55f (patch)
tree0bebaeecc215b67c747d72593cab37975a3229bd /NEWS
parentcore: add EXEC_DIRECTORY_TYPE_SHALL_CHOWN() helper (diff)
downloadsystemd-c8b774463e71d1da5cf46ab0cf36f88e7662d55f.tar.xz
systemd-c8b774463e71d1da5cf46ab0cf36f88e7662d55f.zip
NEWS: remove duplicated entry
The same item is described below. Also reflow some paragraphs (presumably indented with emacs, which does this wrong).
Diffstat (limited to '')
-rw-r--r--NEWS22
1 files changed, 6 insertions, 16 deletions
diff --git a/NEWS b/NEWS
index a37c0c4f55..044f9f54de 100644
--- a/NEWS
+++ b/NEWS
@@ -1851,14 +1851,6 @@ CHANGES WITH 255:
* The ExtensionImages= and ExtensionDirectories= options now support
confexts images/directories.
- * A new option NFTSet= provides a method for integrating dynamic cgroup
- IDs into firewall rules with NFT sets. The benefit of using this
- setting is to be able to use control group as a selector in firewall
- rules easily and this in turn allows more fine grained filtering.
- Also, NFT rules for cgroup matching use numeric cgroup IDs, which
- change every time a service is restarted, making them hard to use in
- systemd environment.
-
* A new option CoredumpReceive= can be set for service and scope units,
together with Delegate=yes, to make systemd-coredump on the host
forward core files from processes crashing inside the delegated
@@ -2203,9 +2195,8 @@ CHANGES WITH 255:
* The kernel and OS versions will no longer be checked on resume from
hibernation.
- * Hibernation into swap files backed by btrfs are now
- supported. (Previously this was supported only for other file
- systems.)
+ * Hibernation into swap files backed by btrfs is now supported.
+ (Previously this was supported only for other file systems.)
Other:
@@ -6739,11 +6730,10 @@ CHANGES WITH 248:
capabilities passed to the container payload.
* systemd-nspawn gained the ability to configure the firewall using the
- nftables subsystem (in addition to the existing iptables
- support). Similarly, systemd-networkd's IPMasquerade= option now
- supports nftables as back-end, too. In both cases NAT on IPv6 is now
- supported too, in addition to IPv4 (the iptables back-end still is
- IPv4-only).
+ nftables subsystem (in addition to the existing iptables support).
+ Similarly, systemd-networkd's IPMasquerade= option now supports
+ nftables as back-end, too. In both cases NAT on IPv6 is now supported
+ too, in addition to IPv4 (the iptables back-end still is IPv4-only).
"IPMasquerade=yes", which was the same as "IPMasquerade=ipv4" before,
retains its meaning, but has been deprecated. Please switch to either