[pkg-opensc-commit] [pkcs11-helper] 130/253: Version 1.05
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit 0f98b93a67e360c24829d96dcb6267470f230a45
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Fri Oct 12 15:39:18 2007 +0000
Version 1.05
---
ChangeLog | 4 ++++
configure.ac | 2 +-
lib/core.exports | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 22f8d8a..0fbf31e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ Copyright (c) 2006 Alon Bar-Lev <alon.barlev at gmail.com>
$Id$
+2007-10-12 - Version 1.05
+
+ * Export pkcs11h_logout().
+
2007-10-05 - Version 1.04
* Added NSS crypto enigne.
diff --git a/configure.ac b/configure.ac
index d8b6135..0f21e4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@
#
AC_PREREQ([2.60])
-AC_INIT([pkcs11-helper], [1.04])
+AC_INIT([pkcs11-helper], [1.05])
AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([lib/common.h])
diff --git a/lib/core.exports b/lib/core.exports
index 4b37fe6..32b9d54 100644
--- a/lib/core.exports
+++ b/lib/core.exports
@@ -10,6 +10,7 @@ pkcs11h_initialize
pkcs11h_terminate
pkcs11h_plugAndPlay
pkcs11h_removeProvider
+pkcs11h_logout
pkcs11h_setLogHook
pkcs11h_setLogLevel
pkcs11h_setForkMode
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list