From 454abffab662bbf592648fb24daeaf745766241d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Wed, 27 Jan 2016 15:44:49 +0100 Subject: [PATCH] released 0.2.1 --- NEWS | 15 +++++++-------- configure.ac | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index e14d6ef..4dbc8e5 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,13 @@ NEWS for Engine PKCS#11 -- History of user visible changes -New in 0.2.1; unreleased; -* Windows library name updated to "pkcs11.dll" to match other - OpenSSL engines (Michał Trojnara) -* Added "--with-pkcs11-module" configure option; addresses #36 - (Michał Trojnara) -* Fixed OpenSSL engines directory autoselection (Michał Trojnara) +New in 0.2.1; 2016-01-27; Michał Trojnara * Fixed PIN-less access to public keys (Mouse) -* Require new libp11 0.3.1 for PKCS11_enumerate_public_keys() +* Added OpenSSL engines directory autodetection (Michał Trojnara) +* Added "--with-pkcs11-module" configure option; addresses #36 (Michał Trojnara) +* Windows library name updated to "pkcs11.dll" to match other + OpenSSL engines (Michał Trojnara) +* Require the new libp11 0.3.1 library (Michał Trojnara) New in 0.2.0; 2015-10-09; Nikos Mavrogiannopoulos * Added support for ECDSA when compiled with libp11 0.3.0 @@ -34,7 +33,7 @@ New in 0.1.6; 2009-06-15; Andreas Jellinghaus * Fixed set_pin (strdup causes segfault in OPENSSL_CLEANSE later) * Require new libp11 0.2.5 with new function to get the slot id. * Revert changes to slot parsing code - seems partial bogus and - orginal author doesn't respond to questions. + original author doesn't respond to questions. * print slot id in verbose mode (Douglas E. Engert). New in 0.1.5; 2008-07-31; Andreas Jellinghaus diff --git a/configure.ac b/configure.ac index 3c10d40..e00d8ec 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) define([PACKAGE_VERSION_MAJOR], [0]) define([PACKAGE_VERSION_MINOR], [2]) define([PACKAGE_VERSION_FIX], [1]) -define([PACKAGE_SUFFIX], [_git]) +define([PACKAGE_SUFFIX], []) AC_INIT([engine_pkcs11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX]) AC_CONFIG_AUX_DIR([.])