From a4574ee84649cc5810295c48995586879031ea1d Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Wed, 10 Mar 2021 16:14:27 +1000 Subject: [PATCH] Release v0.8.0 --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df6c674..bb75ab2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ libdir ?= $(prefix)/lib binowner ?= root bingroup ?= wheel -VERSION = 0.7.1 +VERSION = 0.8.0 SECURITY_CFLAGS = \ -fstack-protector-all -fwrapv -fPIC \ diff --git a/debian/changelog b/debian/changelog index f374113..15c4f46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +pivy (0.8.0-1) UNRELEASED; urgency=medium + + * piv: support for 4-digit PINs + * piv: bug fixes for some Gemalto cards + * piv: support AES algorithm for admin key + * piv: allow multiple 'AC' tags in APT + * pivy-agent: add support for SSH_NOTIFY_SEND on touch required + * pivy-zfs: allow 'rekey' command without a template + * pivy-zfs: add fallback to 'com.joyent.kbm:ebox' property name + + -- Alex Wilson Wed, 10 Mar 2021 06:11:52 +0000 + pivy (0.7.1-1) UNRELEASED; urgency=medium * pivy-box: regression in "tpl create" (not mkdir'ing user dirs)