]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update NEWS
authorLuca Boccassi <bluca@debian.org>
Tue, 24 Jan 2023 19:12:36 +0000 (19:12 +0000)
committerLuca Boccassi <bluca@debian.org>
Tue, 24 Jan 2023 19:12:36 +0000 (19:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d71f72ec761a06ab5309f0f5aa0fb22522bb2821..87d71b67f4e645355f8fc33dc67957855c9da22c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -78,7 +78,8 @@ CHANGES WITH 253 in spe:
 
         * The manager has a new
           org.freedesktop.systemd1.Manager.GetUnitByPIDFD() method to query
-          process ownership via a PIDFD.
+          process ownership via a PIDFD, which is more resilient against PID
+          recycling issues.
 
         * Scope units now support OOMPolicy=. Login session scopes default to
           OOMPolicy=continue, allowing login scopes to survive the OOM killer
@@ -117,6 +118,13 @@ CHANGES WITH 253 in spe:
           in the expected namespace. (Many distributions replace their file
           with something custom, so this change has limited effect.)
 
+        * A new environment variable $SYSTEMD_DEFAULT_MOUNT_RATE_LIMIT_BURST can
+          can be used to override the mount units burst late limit for parsing
+          '/proc/self/mountinfo', which was introduced in v249. Defaults to 5.
+
+        * Drop-ins for init.scope changing control cgroup resource limits are
+          now applied, while they were previously ignored.
+
         Changes in udev:
 
         * The new net naming scheme "v253" has been introduced. In the new
@@ -413,6 +421,9 @@ CHANGES WITH 253 in spe:
           SD_PATH_SYSTEMD_SEARCH_SYSTEM_ENVIRONMENT_GENERATOR, and
           SD_PATH_SYSTEMD_SEARCH_USER_ENVIRONMENT_GENERATOR,
 
+        * sd-notify now supports AF_VSOCK, in the "vsock:CID:port" format, for
+          the notify_socket parameter/environment variable/credential.
+
         * Detection of chroot environments now works if /proc/ is not mounted.
           This affects systemd-detect-virt --chroot, but also means that systemd
           tools will silently skip various operations in such an environment.