From 33072ec36631c884b09c545058551675bf22e199 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 22 May 2019 12:11:54 +0200 Subject: [PATCH] Release 0.6.11 Signed-off-by: Ludovic Rousseau --- ChangeLog | 9 +++++++++ NEWS | 9 +++++++++ configure.ac | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b2a90cdc..bad58b5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +22- May 2019 + - Version 0.6.11 + - Support OpenSSL 1.1.0 + - use green instead of blue text for logs on the console + - Solaris runs build process outside of srcdir + - Fix openssh_mapper_match_keys() for OpenSSL 1.0 & 1.1 + - Fix 64-bit pkcs11_inspect(1) fails on SPARC with a SIBGUS due to misaligned access + - Add support of ECDSA signature in addition to RSA + 12- Sep 2018 - Version 0.6.10 is out. - Fixed some security issues (thx @frankmorgner): diff --git a/NEWS b/NEWS index b64fd67e..e25d55f7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +22- May 2019 + - Version 0.6.11 + - Support OpenSSL 1.1.0 + - use green instead of blue text for logs on the console + - Solaris runs build process outside of srcdir + - Fix openssh_mapper_match_keys() for OpenSSL 1.0 & 1.1 + - Fix 64-bit pkcs11_inspect(1) fails on SPARC with a SIBGUS due to misaligned access + - Add support of ECDSA signature in addition to RSA + 12- Sep 2018 - Version 0.6.10 is out. - Fixed some security issues (thx @frankmorgner): diff --git a/configure.ac b/configure.ac index a773f733..7ce10463 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ([2.69]) # Process this file with autoconf to produce a configure script. -AC_INIT([pam_pkcs11],[0.6.10]) +AC_INIT([pam_pkcs11],[0.6.11]) AC_CONFIG_SRCDIR([src/pam_pkcs11/pam_pkcs11.c]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE