NEWS: add more entries for v250
authorLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 6 Dec 2021 15:29:11 +0000 (15:29 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 6 Dec 2021 15:29:11 +0000 (15:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 05b3cc9df9beedaadff37d9e1e23472a208c861d..8f99a1d206e3613a36fb533201164e40f8c205ad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -366,6 +366,11 @@ CHANGES WITH 250 in spe:
           non-essential output. It's honored by the "dot", "syscall-filter",
           "filesystems" commands.
 
+        * systemd-analyze learnt a new inspect-elf verb that parses ELF core
+          files, binaries and executables and prints metadata information,
+          including the build-id and other info described on:
+          https://systemd.io/COREDUMP_PACKAGE_METADATA/
+
         * systemd-nspawn's --setenv= switch now supports an additional syntax:
           if only a variable name is specified (i.e. without being suffixed by
           a '=' character and a value) the current value of the environment
@@ -483,6 +488,9 @@ CHANGES WITH 250 in spe:
           about what type of camera discovered cameras are (regular or
           infrared), and in which direction they point (front or back).
 
+        * A new rule to allow console users access to rfkill by default has been
+          added to hwdb.
+
         * A new build-time meson option "extra-net-naming-schemes=" has been
           added for defining additional naming schemes schemes definitions for
           udev's network interface naming logic. This is useful for enterprise
@@ -654,9 +662,14 @@ CHANGES WITH 250 in spe:
 
         * If a unit uses RuntimeMaxSec, systemctl show will now display it.
 
+        * systemctl show-environment gained support for --output=json.
+
         * pam_systemd will now first try to use the X11 abstract socket, and
           fallback to the socket file in /tmp/.X11-unix/ only if that does not work.
 
+        * systemd-journald will no longer go back to volatile storage regardless of
+          configuration when its unit is restarted.
+
         * Initial support for the LoongArch architecture has been added
           (system calls, defines, etc).