]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Finalize changelog for v252-rc2 v252-rc1
authorLuca Boccassi <bluca@debian.org>
Fri, 7 Oct 2022 15:09:32 +0000 (17:09 +0200)
committerLuca Boccassi <bluca@debian.org>
Fri, 7 Oct 2022 15:09:32 +0000 (17:09 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 3a1029b3fa987c83bba9caef888ac2c7a3185540..187d68fef7b9b656a5ee9bd2fe7e36318a7828f3 100644 (file)
--- 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: