Skip to content

Commit

Permalink
bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed May 20, 2020
1 parent 0533d1d commit 1070742
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.5
VERSION ?= 0.6

BINS += bin/sbsign.safeboot
BINS += bin/sign-efi-sig-list.safeboot
Expand Down
13 changes: 12 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <hudson@unicycle> 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
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1070742

Please sign in to comment.