From: Luca Boccassi Date: Tue, 24 Jan 2023 19:12:36 +0000 (+0000) Subject: Update NEWS X-Git-Tag: v253-rc1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be551917938391ba57fd570bd19be4d6c3c547bc;p=thirdparty%2Fsystemd.git Update NEWS --- diff --git a/NEWS b/NEWS index d71f72ec761..87d71b67f4e 100644 --- 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.