[pkg-opensc-commit] [engine-pkcs11] 03/07: released 0.2.2

Eric Dorland eric at moszumanska.debian.org
Sun May 29 02:19:11 UTC 2016


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

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 132fcf2c8b319f9f4b2ebdc8dcb54ff496dc0519
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Mon Mar 28 17:12:26 2016 +0200

    released 0.2.2
---
 NEWS               | 3 +++
 src/versioninfo.rc | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 4dbc8e5..d933b1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 NEWS for Engine PKCS#11 -- History of user visible changes
 
+New in 0.2.2; 2016-03-28; Michał Trojnara
+* Workaround for double locking the global engine lock (Michał Trojnara)
+
 New in 0.2.1; 2016-01-27; Michał Trojnara
 * Fixed PIN-less access to public keys (Mouse)
 * Added OpenSSL engines directory autodetection (Michał Trojnara)
diff --git a/src/versioninfo.rc b/src/versioninfo.rc
index b246fe9..8d47e67 100644
--- a/src/versioninfo.rc
+++ b/src/versioninfo.rc
@@ -1,8 +1,8 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
-	FILEVERSION 0,2,1,0
-	PRODUCTVERSION 0,2,1,0
+	FILEVERSION 0,2,2,0
+	PRODUCTVERSION 0,2,2,0
 	FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
 	FILEFLAGS 0x21L
@@ -20,14 +20,14 @@ BEGIN
 			VALUE "Comments", "Provided under the terms of the GNU General Public License (LGPLv2.1+).\0"
 			VALUE "CompanyName", "OpenSC Project\0"
 			VALUE "FileDescription", "OpenSSL PKCS#11 engine\0"
-			VALUE "FileVersion", "0,2,1,0\0"
+			VALUE "FileVersion", "0,2,2,0\0"
 			VALUE "InternalName", "engine_pkcs11\0"
 			VALUE "LegalCopyright", "OpenSC Project\0"
 			VALUE "LegalTrademarks", "\0"
 			VALUE "OriginalFilename", "engine_pkcs11.dll\0"
 			VALUE "PrivateBuild", "\0"
 			VALUE "ProductName", "engine_pkcs11\0"
-			VALUE "ProductVersion", "0,2,1,0\0"
+			VALUE "ProductVersion", "0,2,2,0\0"
 			VALUE "SpecialBuild", "\0"
 		END
 	END

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



More information about the pkg-opensc-commit mailing list