From 6959a051cf3d41aea3e25ceeb0645ac1249a8783 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 9 Dec 2021 11:28:13 +0100 Subject: NEWS file additions --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8b488fd293..2f4bc4f6a1 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,9 @@ CHANGES WITH 250 in spe: * The GPT image dissection logic in systemd-nspawn/systemd-dissect/… now is able to decode images for non-native architectures as well. + This enables systemd-nspawn to boot images of non-native + architectures if the corresponding user mode emulator is installed + and systemd-binfmtd is running. * systemd-logind gained a new settings HandlePowerKeyLongPress=, HandleRebootKeyLongPress=, HandleSuspendKeyLongPress= and @@ -677,6 +680,23 @@ CHANGES WITH 250 in spe: file that explains the licenses used by source files in this repository. It also contains the text of all applicable licenses as they appear on spdx.org. + * systemd-journald now re-enables COW for archived journal files on filesystems + that support COW. One benefit of this change is that archived journal files will + now get compressed on btrfs filesystems that have compression enabled. + + * systemd-journald now truncates archived journal files and punches holes in unused + parts of archived journal files, leading to some minor reductions in disk usage. + + * systemd-journald now deduplicates fields in a single log message before adding + it to the journal. + + * journalctl --verify was extended with more informative error messages. + + * More of sd-journal's functions are now resistant against journal file corruption. + + * systemd-journald's own logging messages are now also logged to the journal itself + when systemd-journald logs to /dev/kmsg. + CHANGES WITH 249: * When operating on disk images via the --image= switch of various -- cgit v1.2.1