diff --git a/Makefile b/Makefile index 8e1ec9d2..4c656621 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.5 +VERSION ?= 0.6 BINS += bin/sbsign.safeboot BINS += bin/sign-efi-sig-list.safeboot diff --git a/debian/changelog b/debian/changelog index 05afd2d0..dde34836 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,15 @@ -safeboot (0.5) UNRELEASED; urgency=medium +safeboot (0.6) unstable; urgency=medium + + * Lots of documentation updates + * Documentation updated to markdown format + * safeboot and safeboot-tpm-unseal pass shellcheck + * 'remount ro' now provides help finding processes with locks + * 'remount ro' handles block devices that are already read-only + * 'sign-kernel' tries three times + + -- Trammell Hudson Wed, 20 May 2020 23:07:27 +0200 + +safeboot (0.5) unstable; urgency=medium * Added tpm2-totp to attest that the firmware is unmodified * Fixed many small bugs diff --git a/docs/install.md b/docs/install.md index 0e1c66ba..c1a231ee 100644 --- a/docs/install.md +++ b/docs/install.md @@ -25,8 +25,8 @@ Releases for the the safeboot Debian package are in [safeboot/releases](https:// * Resizing '/' to 8GB during the install if you want to enable SIP ``` -wget https://github.com/osresearch/safeboot/releases/download/release-0.4/safeboot_0.4_amd64.deb -sudo apt install safeboot_0.4_amd64.deb +wget https://github.com/osresearch/safeboot/releases/download/release-0.6/safeboot_0.6_amd64.deb +sudo apt install safeboot_0.6_amd64.deb sudo safeboot yubikey-init /CN=foo/ # or safeboot key-init if you don't have a token sudo safeboot uefi-key-sign sudo safeboot recovery-sign