bumped changelog version

This commit is contained in:
Patrick Schleizer 2022-06-29 14:15:48 -04:00
parent 8a072437cc
commit 81c15e88af
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48
2 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,21 @@
commit 8a072437cc6478757a8f21f3a6a0ea51a97b978b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jun 29 14:13:30 2022 -0400
ram wipe on shutdown: fix, added `need_shutdown` hook
Otherwise dracut does not run on shutdown.
Without `need_shutdown` file `/run/initramfs/.need_shutdown` does not get created.
And without that file `/usr/lib/dracut/dracut-initramfs-restore`,
which itself is started by `/lib/systemd/system/dracut-shutdown.service` does nothing.
commit 4d937f551f6cccf40f933576a7fa210066f1fc8a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jun 29 13:03:35 2022 -0400
bumped changelog version
commit 924077e04cd0d5b06a410b2a9289047286500e8a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jun 29 13:02:53 2022 -0400

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
security-misc (3:23.7-1) unstable; urgency=medium
* New upstream version (local package).
-- Patrick Schleizer <adrelanos@whonix.org> Wed, 29 Jun 2022 18:15:48 +0000
security-misc (3:23.6-1) unstable; urgency=medium
* New upstream version (local package).