From 7fb6322fc75888c1c5707caef0e82ee036777aa4 Mon Sep 17 00:00:00 2001 From: Eric Devolder Date: Mon, 5 Jul 2021 06:41:19 +0000 Subject: [PATCH] release 2.3.1, fixes for issues #30 and #32 --- CHANGELOG.md | 5 +++-- configure.ac | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1da40d..5225fe44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ======= -# Unpublished +# [2.3.1] ### Fixed -- some of the mgf argument values for `p11wrap`, `p11rewrap` and `p11keygen` were incorrect. The documentation has also been adjusted (Issue #30). + - some of the mgf argument values for `p11wrap`, `p11rewrap` and `p11keygen` were incorrect. The documentation has also been adjusted (Issue #30). + - `p11more`, `p11req`, `p11mkcert` and `p11cat` could not deal with Edwards curve if the curve parameter was specified as a named curve. # [2.3.0] ### Added diff --git a/configure.ac b/configure.ac index 3f9fdd16..985f1408 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl limitations under the License. AC_PREREQ([2.64]) -AC_INIT([pkcs11-tools], [2.3.0], [https://github.com/Mastercard/pkcs11-tools/issues], [pkcs11-tools], [https://github.com/Mastercard/pkcs11-tools]) +AC_INIT([pkcs11-tools], [2.3.1], [https://github.com/Mastercard/pkcs11-tools/issues], [pkcs11-tools], [https://github.com/Mastercard/pkcs11-tools]) AC_CONFIG_MACRO_DIR([m4]) dnl adding AM_MAINTAINER_MODE to address autotools issues with git