summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-12-06 15:29:11 +0000
committerLuca Boccassi <luca.boccassi@microsoft.com>2021-12-06 15:29:11 +0000
commit11b109223f3c8c743032916d3fa043ac712c6a56 (patch)
treeeea90add7bce1f92f2e3637d1237acb704bc7d64 /NEWS
parent2b5587c28f7c3f8a6ccb9fed94b5232b89acd96e (diff)
downloadsystemd-11b109223f3c8c743032916d3fa043ac712c6a56.tar.gz
NEWS: add more entries for v250
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 05b3cc9df9..8f99a1d206 100644
--- 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).