]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - NEWS
Merge pull request #9144 from yuwata/sysusers-spec
[thirdparty/systemd.git] / NEWS
diff --git a/NEWS b/NEWS
index b05f601c38e92e4dd127e6a016cc9aaa85c1e53d..9b1fc3543d1ae9776b9aec8eb9f60557cb27673a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,20 @@ CHANGES WITH 239 in spe:
           and udev may generate names based on PCI slot number in some cases
           where it previously did not.
 
+        * AF_INET and AF_INET6 are dropped from RestrictAddressFamilies= in
+          systemd-logind.service. Since v235, IPAddressDeny=any has been set to
+          the unit. So, it is expected that the default behavior of systemd-logind
+          is not changed. However, if distribution packagers or administrators
+          disabled or modified IPAddressDeny= setting by a drop-in config file,
+          then it may be necessary to update the file to re-enable AF_INET and
+          AF_INET6 to support network user name services, e.g. NIS.
+
+        * When the RestrictNamespaces= unit property is specified multiple times,
+          then the specified types are merged now. Previously, only the last
+          assignment was used. So, if distribution packagers or administrators
+          modified the setting by a drop-in config file, then it may be necessary
+          to update the file.
+
 CHANGES WITH 238:
 
         * The MemoryAccounting= unit property now defaults to on. After
@@ -1952,7 +1966,7 @@ CHANGES WITH 231:
           with future releases) that the components link to. This should
           decrease systemd footprint both in memory during runtime and on
           disk. Note that the shared library is not for public use, and is
-          neither API not ABI stable, but is likely to change with every new
+          neither API nor ABI stable, but is likely to change with every new
           released update. Packagers need to make sure that binaries
           linking to libsystemd-shared.so are updated in step with the
           library.