diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2021-12-09 11:28:13 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2021-12-09 11:30:00 +0100 |
commit | 6959a051cf3d41aea3e25ceeb0645ac1249a8783 (patch) | |
tree | 2394a35c725623a3e2ca70c8ed4959819964f6b9 /NEWS | |
parent | 0c62d52fe692dee3f2549652b6055cebeecb3610 (diff) | |
download | systemd-6959a051cf3d41aea3e25ceeb0645ac1249a8783.tar.gz |
NEWS file additions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |