From 6f809fce84b22ab357dc4e83641f0194e0717e80 Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Tue, 21 Nov 2023 14:00:55 +1000 Subject: [PATCH] release 0.11.2 --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8b98b9..b69681c 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ libdir ?= $(prefix)/lib binowner ?= root bingroup ?= wheel -VERSION = 0.11.1 +VERSION = 0.11.2 INSTALL ?= install INSTALLBIN ?= $(INSTALL) -o $(binowner) -g $(bingroup) -m 0755 diff --git a/debian/changelog b/debian/changelog index 496c1ef..b1f20c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pivy (0.11.2-1) UNRELEASED; urgency=medium + + * piv: better error messages on invalid PIN cowardice + * piv: handle "no readers" errors better, stops agent from getting lost + * pivy-agent: slot spec parser error message improvements + * pivy-agent: support for using notify-send as SSH_CONFIRM + * update bundled libressl to 3.8.2, openssh to 9.5p1 + pivy (0.11.1-1) UNRELEASED; urgency=medium * pivy-ca/luks/zfs: fix possible use-after-free segfault in recovery mode