From ae496028bc273a57792786730c6ae1c445e253e6 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Tue, 20 Jul 2021 09:55:25 -0700 Subject: [PATCH] Release 0.6 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..e3237c1f --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,7 @@ +Booster - fast and secure initramfs generator + +Release 0.6 (2020-07-20) + * Add support for full-disk encryption using Yubikey. See https://github.com/anatol/clevis.go/blob/main/clevis-encrypt-yubikey for clevis plugin. + * Fix poweroff issues with i915 (#86) + * Add support for root partitions stored at MMC devices (#90) + * Add support for runit (#92). Runit is an init used at some ditros (e.g. Void Linux)