[pkg-opensc-commit] [libp11] 13/13: released 0.4.5

Eric Dorland eric at moszumanska.debian.org
Mon May 22 03:43:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to annotated tag libp11-0.4.5
in repository libp11.

commit ebe845b724695b740d7babea56d77f453e6c257f
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Wed Mar 29 22:12:35 2017 +0200

    released 0.4.5
---
 NEWS          | 7 +++++--
 configure.ac  | 4 ++--
 src/libp11.rc | 4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 2f3f0fd..3da48e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,12 @@
 NEWS for Libp11 -- History of user visible changes
 
-New in 0.4.5; unreleased
+New in 0.4.5; 2017-03-29; Michał Trojnara
 * Prevented destroying existing keys/certs at login (Michał Trojnara)
-* SET_USER_INTERFACE and SET_CALLBACK_DATA engine ctrl commands added
+* Fixed synchronization of PKCS#11 module calls (Matt Hauck)
+* Added LibreSSL compatibility (Bernard Spil)
+* Added SET_USER_INTERFACE and SET_CALLBACK_DATA engine ctrl commands
   for certificate and CKU_CONTEXT_SPECIFIC PINs (Michał Trojnara)
+* Fixed error handling in RSA key generation (Michał Trojnara)
 
 New in 0.4.4; 2017-01-26; Michał Trojnara
 * Fixed a state reset caused by re-login on LOAD_CERT_CTRL engine ctrl;
diff --git a/configure.ac b/configure.ac
index 76eb8f6..ee5e2f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.60)
 define([PACKAGE_VERSION_MAJOR], [0])
 define([PACKAGE_VERSION_MINOR], [4])
 define([PACKAGE_VERSION_FIX], [5])
-define([PACKAGE_SUFFIX], [_git])
+define([PACKAGE_SUFFIX], [])
 
 AC_INIT([libp11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
 AC_CONFIG_AUX_DIR([.])
@@ -53,7 +53,7 @@ esac
 # the openssl version we link to. If the ABI is broken on a later
 # release, we should either stick to supporting a single openssl ABI
 # or bump the LT_OLDEST version sufficiently to avoid clashes.
-LIBP11_LT_REVISION="4"
+LIBP11_LT_REVISION="5"
 LIBP11_LT_CURRENT="6"
 LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"
 
diff --git a/src/libp11.rc b/src/libp11.rc
index 59b20f2..dae210e 100644
--- a/src/libp11.rc
+++ b/src/libp11.rc
@@ -1,7 +1,7 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
-	FILEVERSION 6,4,4,0
+	FILEVERSION 6,4,5,0
 	PRODUCTVERSION 0,4,5,0
 	FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
@@ -20,7 +20,7 @@ BEGIN
 			VALUE "Comments", "Provided under the terms of the GNU General Public License (LGPLv2.1+).\0"
 			VALUE "CompanyName", "OpenSC Project\0"
 			VALUE "FileDescription", "PKCS#11 access library\0"
-			VALUE "FileVersion", "6.4.4.0\0"
+			VALUE "FileVersion", "6.4.5.0\0"
 			VALUE "InternalName", "libp11\0"
 			VALUE "LegalCopyright", "OpenSC Project\0"
 			VALUE "LegalTrademarks", "\0"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list