Skip to content

Commit 09da63b

Browse files
committed
bump to version 0.7
1 parent 747c7c1 commit 09da63b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Makefile

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

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

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
safeboot (0.7) unstable; urgency=medium
2+
3+
* Added signed PCRs
4+
* Added TPM counters for rollback protection
5+
* safeboot.conf is now included in the initrd, fewer params on command line
6+
* Recovery boot can now sign and hash root filesystem
7+
* Helpers for recovery boot to unlock cryptdisk, mount filesystems, etc
8+
* No more perl in /sbin/safeboot
9+
10+
-- Trammell Hudson <hudson@unicycle> Sun, 23 Aug 2020 18:12:58 +0200
11+
112
safeboot (0.6) unstable; urgency=medium
213

314
* Lots of documentation updates

docs/install.md

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

3434
```
35-
wget https://github.com/osresearch/safeboot/releases/download/release-0.6/safeboot_0.6_amd64.deb
36-
sudo apt install safeboot_0.6_amd64.deb
35+
wget https://github.com/osresearch/safeboot/releases/download/release-0.7/safeboot_0.7_amd64.deb
36+
sudo apt install safeboot_0.7_amd64.deb
3737
sudo update-initramfs -u
3838
sudo safeboot yubikey-init /CN=foo/ # or safeboot key-init if you don't have a token
3939
sudo safeboot uefi-sign-keys

0 commit comments

Comments
 (0)