Organize ykpiv.h, update NEWS file for 1.5.0

This commit is contained in:
Trevor Bentley
2017-11-03 16:15:13 +01:00
parent c6abe7ac6d
commit 366de02ab1
2 changed files with 97 additions and 60 deletions
+15 -1
View File
@@ -1,6 +1,20 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 1.4.5 (unreleased)
* Version 1.5.0 (unreleased)
** API additions: Higher-level "util" API added to libykpiv.
** Added ykpiv_attest(), ykpiv_get_pin_retries(), ykpiv_set_pin_retries()
** Added functions for using existing PCSC card handle.
** Support using custom memory allocator.
** Documentation updates. 'make doxygen' for HTML format.
** Expanded automated tests for hardware devices, moved to 'make hwcheck'.
** Moderate internal refactoring. Many small bugs fixed.
* Version 1.4.4 (released 2017-10-17)