Skip to content

Commit 6f809fc

Browse files
committed
release 0.11.2
1 parent a008527 commit 6f809fc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ libdir ?= $(prefix)/lib
3131
binowner ?= root
3232
bingroup ?= wheel
3333

34-
VERSION = 0.11.1
34+
VERSION = 0.11.2
3535

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

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
pivy (0.11.2-1) UNRELEASED; urgency=medium
2+
3+
* piv: better error messages on invalid PIN cowardice
4+
* piv: handle "no readers" errors better, stops agent from getting lost
5+
* pivy-agent: slot spec parser error message improvements
6+
* pivy-agent: support for using notify-send as SSH_CONFIRM
7+
* update bundled libressl to 3.8.2, openssh to 9.5p1
8+
19
pivy (0.11.1-1) UNRELEASED; urgency=medium
210

311
* pivy-ca/luks/zfs: fix possible use-after-free segfault in recovery mode

0 commit comments

Comments
 (0)