NEWS for 1.7.0

This commit is contained in:
Klas Lindfors
2019-04-03 09:53:29 +02:00
parent 3d084c6f9a
commit d13515d11d
2 changed files with 18 additions and 2 deletions
+17 -1
View File
@@ -1,6 +1,22 @@
yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 1.6.3 (unreleased) * Version 1.7.0 (released 2019-04-03)
** Add ykpiv_get_serial() to API.
** Add version and serial to status output.
** FASC-N fixes for CHUID.
** ykcs11: Fix ECDSA signatures.
** Make selfsigned X.509 extensions have correct extensions to match openssl.
** Security fixes.
** Documentation fixes.
** Try to clear memory that might contain secrets.
* Version 1.6.2 (released 2018-09-14) * Version 1.6.2 (released 2018-09-14)
+1 -1
View File
@@ -25,7 +25,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_INIT([yubico-piv-tool], [1.6.3]) AC_INIT([yubico-piv-tool], [1.7.0])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])