We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf3887 commit b3c89b9Copy full SHA for b3c89b9
Makefile
@@ -30,7 +30,7 @@ libdir ?= $(prefix)/lib
30
binowner ?= root
31
bingroup ?= wheel
32
33
-VERSION = 0.11.0
+VERSION = 0.11.1
34
35
INSTALL ?= install
36
INSTALLBIN ?= $(INSTALL) -o $(binowner) -g $(bingroup) -m 0755
debian/changelog
@@ -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
7
pivy (0.11.0-1) UNRELEASED; urgency=medium
8
9
* pivy-ca: fixes for provisioning new CAs
0 commit comments