diff --git a/Makefile b/Makefile index e5bcc68..d50ea3b 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/debian/changelog b/debian/changelog index 9e3b646..496c1ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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