Skip to content

Commit e1560e3

Browse files
committed
release 0.11.0, update debian changelog
1 parent 36c66f4 commit e1560e3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libdir ?= $(prefix)/lib
3030
binowner ?= root
3131
bingroup ?= wheel
3232

33-
VERSION = 0.10.0
33+
VERSION = 0.11.0
3434

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

debian/changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
pivy (0.11.0-1) UNRELEASED; urgency=medium
2+
3+
* pivy-ca: fixes for provisioning new CAs
4+
* all tools: switch to getpassphrase() and handle ctrl+C properly
5+
* pivy-tool: "setup" command is now much safer
6+
* pivy-agent: fix denied connections (due to wrong UID) closing listen sock
7+
* pivy-agent: new -u/-z option to whitelist other UIDs/ZIDs for access
8+
* pivy-agent: x509-certs extension support
9+
* pivy-agent: sign-prehash extension support
10+
* pivy-box: fix garbage slot IDs when parsing keywords form of template
11+
* pivy-tool: remove invalid algo from help text
12+
* piv: parse deprecated "Auth Key Map" element in CHUID
13+
114
pivy (0.10.0-1) UNRELEASED; urgency=medium
215

316
* pivy-agent: support for sessbind extension

0 commit comments

Comments
 (0)