From 3f0fc88b29493e12a56d90f51ca899db34be2e96 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 3 May 2016 09:29:30 +0200 Subject: [PATCH] release 1.4.0 --- NEWS | 16 +++++++++++++++- configure.ac | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 288fbae..202a845 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 1.3.2 (unreleased) +* Version 1.4.0 (released 2016-05-03) + +** Add attest action +Will when used on a slot with a generated key output a signed x509 certificate +for that slot showing that the key was generated in hardware. Available in +firmware 4.3.0 and newer. + +** Add touch-policy cached +Will treat the touch as valid for additional usage for 15s when used. Available +in firmware 4.3.0 and newer. + +** Enforce a minimum PIN length of 6 characters. + +** Fix a bug with list-readers action where it fell through processing into +write-object. * Version 1.3.1 (released 2016-04-19) diff --git a/configure.ac b/configure.ac index fd04b4e..ff64631 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubico-piv-tool], [1.3.2]) +AC_INIT([yubico-piv-tool], [1.4.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])