Skip to content

Commit

Permalink
release 0.11.1, update debian changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Mar 5, 2023
1 parent 5bf3887 commit b3c89b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libdir ?= $(prefix)/lib
binowner ?= root
bingroup ?= wheel

VERSION = 0.11.0
VERSION = 0.11.1

INSTALL ?= install
INSTALLBIN ?= $(INSTALL) -o $(binowner) -g $(bingroup) -m 0755
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pivy (0.11.1-1) UNRELEASED; urgency=medium

* pivy-ca/luks/zfs: fix possible use-after-free segfault in recovery mode
* pivy-luks/zfs/box: fix for reading PINs on Linux initrd console
* pivy-agent: fix wake-up deadline calculation causing high CPU usage

pivy (0.11.0-1) UNRELEASED; urgency=medium

* pivy-ca: fixes for provisioning new CAs
Expand Down

0 comments on commit b3c89b9

Please sign in to comment.