From: Luca Boccassi Date: Fri, 7 Oct 2022 15:09:32 +0000 (+0200) Subject: Finalize changelog for v252-rc2 X-Git-Tag: v252-rc1^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dbbb3933d3eff9fd6f44fb38c39b9b452933128;p=thirdparty%2Fsystemd.git Finalize changelog for v252-rc2 --- diff --git a/NEWS b/NEWS index 3a1029b3fa9..187d68fef7b 100644 --- a/NEWS +++ b/NEWS @@ -254,6 +254,17 @@ CHANGES WITH 252 in spe: '_RUNTIME_SCOPE=' that will indicate whether a message was logged in the 'initrd' phase or in the 'system' phase of the boot process. + * systemd-journald gained a new compatibility flag + 'HEADER_INCOMPATIBLE_COMPACT'. Journal files with this flag implement + changes to the storage format that allow reducing journal files size on + disk. As with other compatibility flags, older journalctl versions will + not be able to read journal files using this new format. The environment + variable 'SYSTEMD_JOURNAL_COMPACT=0' can be passed to systemd-journald + to disable it. It is enabled by default. + + * journalctl gained a '--convert' flag that allows converting journal + files to the latest supported format. + * systemd-run's '--working-directory' now works when used together with '--scope'. @@ -328,6 +339,10 @@ CHANGES WITH 252 in spe: * systemd-homed will now wait up to 30 seconds for workers to terminate, rather than indefinitely. + * homectl gained a new '--luks-sector-size=' flag that allows users to + select the preferred LUKS sector size. Must be a power of 2 between 512 + and 4096. systemd-userdbd records gained a corresponding field. + * systemd-sysusers will now respect the 'SOURCE_DATE_EPOCH' environment variable when generating the 'sp_lstchg' field, to ensure an image build can be reproducible. @@ -418,7 +433,7 @@ CHANGES WITH 252 in spe: William Roberts, williamsumendap, wineway, Yu Watanabe, Zbigniew Jędrzejewski-Szmek, Zhaofeng Li, наб - – Somewhere, sometime + – Under the Sea, 2022-10-07 CHANGES WITH 251: