release 1.4.0

This commit is contained in:
Klas Lindfors
2016-05-03 09:29:30 +02:00
parent 35cf57b321
commit 3f0fc88b29
2 changed files with 16 additions and 2 deletions
+15 -1
View File
@@ -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)
+1 -1
View File
@@ -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])