Skip to content

Commit

Permalink
release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Nov 21, 2023
1 parent a008527 commit 6f809fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6f809fc

Please # to comment.