1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

NEWS: add more entries for v250

This commit is contained in:
Luca Boccassi 2021-12-06 15:29:11 +00:00
parent 2b5587c28f
commit 11b109223f

13
NEWS
View File

@ -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).