]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: correct/complete some entries
authorMike Yuan <me@yhndnzj.com>
Thu, 12 Sep 2024 12:44:19 +0000 (14:44 +0200)
committerMike Yuan <me@yhndnzj.com>
Thu, 12 Sep 2024 12:47:42 +0000 (14:47 +0200)
NEWS

diff --git a/NEWS b/NEWS
index ef3a5158cd2b248f8e896bc8331602bc0279bc23..81b6380cedf9f3998128be88f43994f50335c6fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -93,12 +93,12 @@ CHANGES WITH 257 in spe:
           This is analogous to the systemd-nspawn's --private-users=identity.
 
         * Unit option PrivateTmp=disconnected can be used to specify that a
-          separate tmpfs instance should be used for /tmp and /var/tmp for the
-          unit.
+          separate tmpfs instance should be used for /tmp/ and /var/tmp/ for
+          the unit.
 
-        * A new sleep.conf HibernateOnACPower= option can be used to enable
-          hibernation in suspend-then-hibernate mode even when connected to a
-          power source.
+        * A new sleep.conf HibernateOnACPower= option has been added, which
+          when disabled would suppress hibernation in suspend-then-hibernate
+          mode until the system is disconnected from a power source.
 
         * udev rules now set 'uaccess' for /dev/udmabuf, giving locally
           logged-in users access to the hardware. This is necessary to support
@@ -159,6 +159,10 @@ CHANGES WITH 257 in spe:
         * 'networkctl edit' can now read the new contents from standard input
           with the new --stdin option.
 
+        * 'networkctl edit' and 'cat' now supports editing .netdev files by
+          link. 'networkctl cat' can also list all configuration files
+          associated with an interface at once with ':all'.
+
         * networkctl gained a --no-ask-password option to suppress interactive
           polkit authorization.