Skip to content

Commit

Permalink
pkcs11-helper-1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Aug 4, 2018
1 parent 7e5d632 commit 638508d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkcs11-helper
Copyright (c) 2005-2018 Alon Bar-Lev <alon.barlev@gmail.com>

????-??-?? - Version 1.25
2018-08-04 - Version 1.25

* core: do not attempt to initialize provider with fork mode is not safe. Too
many providers do not follow the PKCS#11 spec.
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], [25])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [_master])
define([PACKAGE_SUFFIX], [])

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

0 comments on commit 638508d

Please sign in to comment.