Skip to content

Commit

Permalink
pkcs11-helper-1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Nov 17, 2020
1 parent 74b1e9b commit 564a582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkcs11-helper
Copyright (c) 2005-2018 Alon Bar-Lev <[email protected]>
Copyright (c) 2005-2020 Alon Bar-Lev <[email protected]>

????-??-?? - Version 1.27
2020-11-17 - Version 1.27

* core: handle PIN expiration after C_Login as C_Login may take a while
* core: return explict success when plugin&play and no threading and no
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [1])
define([PACKAGE_VERSION_MINOR], [27])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [_master])
define([PACKAGE_SUFFIX], [])

AC_INIT([pkcs11-helper],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
Expand Down

0 comments on commit 564a582

Please sign in to comment.