summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-10-07 17:09:32 +0200
committerLuca Boccassi <bluca@debian.org>2022-10-07 17:09:32 +0200
commit7dbbb3933d3eff9fd6f44fb38c39b9b452933128 (patch)
tree21e87cd40905624033652c886ef9f804bd2b001b
parentmeson: bump numbers for v252-rc1 (diff)
downloadsystemd-7dbbb3933d3eff9fd6f44fb38c39b9b452933128.tar.xz
systemd-7dbbb3933d3eff9fd6f44fb38c39b9b452933128.zip
Finalize changelog for v252-rc2v252-rc1
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a1029b3fa..187d68fef7 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: