Skip to content

Commit

Permalink
gnupg-pkcs11-scd-0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Aug 25, 2017
1 parent 7aed406 commit 4637e4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ gnupg-pkcs11-scd
Copyright (c) 2006-2007 Zeljko Vrba <[email protected]>
Copyright (c) 2006-2017 Alon Bar-Lev <[email protected]>

????-??-?? - Version 0.8.1
2017-08-25 - Version 0.9.0

* Avoid dup of stdin/stdout so that the terminate assuan hack operational
again.
* Introduce gnupg-pkcs11-scd-proxy to allow isolation of the PKCS#11
provider.
* Lots of cleanups.

2017-07-15 - Version 0.8.0

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
AC_PREREQ([2.60])

define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [8])
define([PACKAGE_VERSION_FIX], [1])
define([PACKAGE_SUFFIX], [_master])
define([PACKAGE_VERSION_MINOR], [9])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [])

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

0 comments on commit 4637e4f

Please sign in to comment.