From d13515d11ddba9cd01e3b3894ed44956524bb310 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 3 Apr 2019 09:53:29 +0200 Subject: [PATCH] NEWS for 1.7.0 --- NEWS | 18 +++++++++++++++++- configure.ac | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 36644f2..b2d4d2d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,22 @@ 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) diff --git a/configure.ac b/configure.ac index 908950f..7a89a2b 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # 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_MACRO_DIR([m4])