Skip to content

Commit

Permalink
released 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Jan 27, 2016
1 parent f79c030 commit 454abff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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([.])
Expand Down

0 comments on commit 454abff

Please sign in to comment.