Skip to content

Commit 1070742

Browse files
committed
bump version to 0.6
1 parent 0533d1d commit 1070742

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.5
1+
VERSION ?= 0.6
22

33
BINS += bin/sbsign.safeboot
44
BINS += bin/sign-efi-sig-list.safeboot

debian/changelog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
safeboot (0.5) UNRELEASED; urgency=medium
1+
safeboot (0.6) unstable; urgency=medium
2+
3+
* Lots of documentation updates
4+
* Documentation updated to markdown format
5+
* safeboot and safeboot-tpm-unseal pass shellcheck
6+
* 'remount ro' now provides help finding processes with locks
7+
* 'remount ro' handles block devices that are already read-only
8+
* 'sign-kernel' tries three times
9+
10+
-- Trammell Hudson <hudson@unicycle> Wed, 20 May 2020 23:07:27 +0200
11+
12+
safeboot (0.5) unstable; urgency=medium
213

314
* Added tpm2-totp to attest that the firmware is unmodified
415
* Fixed many small bugs

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Releases for the the safeboot Debian package are in [safeboot/releases](https://
2525
* Resizing '/' to 8GB during the install if you want to enable SIP
2626

2727
```
28-
wget https://github.com/osresearch/safeboot/releases/download/release-0.4/safeboot_0.4_amd64.deb
29-
sudo apt install safeboot_0.4_amd64.deb
28+
wget https://github.com/osresearch/safeboot/releases/download/release-0.6/safeboot_0.6_amd64.deb
29+
sudo apt install safeboot_0.6_amd64.deb
3030
sudo safeboot yubikey-init /CN=foo/ # or safeboot key-init if you don't have a token
3131
sudo safeboot uefi-key-sign
3232
sudo safeboot recovery-sign

0 commit comments

Comments
 (0)