Commit e1560e3 1 parent 36c66f4 commit e1560e3 Copy full SHA for e1560e3
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ libdir ?= $(prefix)/lib
30
30
binowner ?= root
31
31
bingroup ?= wheel
32
32
33
- VERSION = 0.10 .0
33
+ VERSION = 0.11 .0
34
34
35
35
INSTALL ?= install
36
36
INSTALLBIN ?= $(INSTALL ) -o $(binowner ) -g $(bingroup ) -m 0755
Original file line number Diff line number Diff line change
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
+
1
14
pivy (0.10.0-1) UNRELEASED; urgency=medium
2
15
3
16
* pivy-agent: support for sessbind extension
You can’t perform that action at this time.
0 commit comments