Skip to content

Commit b3c89b9

Browse files
committed
release 0.11.1, update debian changelog
1 parent 5bf3887 commit b3c89b9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libdir ?= $(prefix)/lib
3030
binowner ?= root
3131
bingroup ?= wheel
3232

33-
VERSION = 0.11.0
33+
VERSION = 0.11.1
3434

3535
INSTALL ?= install
3636
INSTALLBIN ?= $(INSTALL) -o $(binowner) -g $(bingroup) -m 0755

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pivy (0.11.1-1) UNRELEASED; urgency=medium
2+
3+
* pivy-ca/luks/zfs: fix possible use-after-free segfault in recovery mode
4+
* pivy-luks/zfs/box: fix for reading PINs on Linux initrd console
5+
* pivy-agent: fix wake-up deadline calculation causing high CPU usage
6+
17
pivy (0.11.0-1) UNRELEASED; urgency=medium
28

39
* pivy-ca: fixes for provisioning new CAs

0 commit comments

Comments
 (0)