summaryrefslogtreecommitdiffstats
path: root/debian/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 18:28:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 18:28:16 +0000
commit00022a30719c66a08704d92c15ed673909648f8f (patch)
tree33e4d826f50046ea55557f9825e21425b840cdf0 /debian/NEWS
parentMerging upstream version 256.6. (diff)
downloadsystemd-00022a30719c66a08704d92c15ed673909648f8f.tar.xz
systemd-00022a30719c66a08704d92c15ed673909648f8f.zip
Adding debian version 256.6-1.debian/256.6-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 930fe71..6d491b7 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,14 @@
+systemd (256-2) unstable; urgency=medium
+
+ cryptsetup tools such as systemd-cryptsetup, systemd-cryptenroll,
+ systemd-veritysetup, and more, have been split into a new systemd-cryptsetup
+ package to reduce dependencies pulled in by the main systemd package. This
+ new package is only listed as a Recommends, so if this functionality is used
+ ensure that either Recommends are installed (default) or that it is
+ manually installed.
+
+ -- Luca Boccassi <bluca@debian.org> Tue, 10 Sep 2024 18:19:16 +0200
+
systemd (256~rc3-3) unstable; urgency=medium
- /tmp/ is now by default a tmpfs, via the tmp.mount unit provided upstream.