[pkg-opensc-commit] [libp11] 79/86: released 0.4.0

Eric Dorland eric at moszumanska.debian.org
Sun Jul 24 21:40:25 UTC 2016


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

eric pushed a commit to branch master
in repository libp11.

commit 22de793340ab73cafc92f8238afb51a06d8411c3
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Mon Mar 28 18:04:04 2016 +0200

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

diff --git a/NEWS b/NEWS
index abb92b2..79ca811 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 NEWS for Libp11 -- History of user visible changes
 
-New in 0.4.0; unreleased;
+New in 0.4.0; 2016-03-28; Michał Trojnara
+* Merged engine_pkcs11 (Michał Trojnara)
 * Added ECDSA support for OpenSSL < 1.0.2 (Michał Trojnara)
 * Added ECDH key derivation support (Doug Engert and Michał Trojnara)
 * Added support for RSA_NO_PADDING RSA private key decryption, used
@@ -9,6 +10,7 @@ New in 0.4.0; unreleased;
   (Michał Trojnara)
 * Added support for RSA encryption (not only signing) (Michał Trojnara)
 * Added CKA_ALWAYS_AUTHENTICATE support (Michał Trojnara)
+* Fixed double locking the global engine lock (Michał Trojnara)
 * Fixed incorrect errors reported on signing/encryption/decryption
   (Michał Trojnara)
 * Fixed deadlocks in keys and certificates listing (Brian Hinz)
diff --git a/configure.ac b/configure.ac
index 8c49ef1..05f3466 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.60)
 define([PACKAGE_VERSION_MAJOR], [0])
 define([PACKAGE_VERSION_MINOR], [4])
 define([PACKAGE_VERSION_FIX], [0])
-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([.])
@@ -21,7 +21,7 @@ LIBP11_VERSION_FIX="PACKAGE_VERSION_FIX"
 #   (Code changed:                      REVISION++)
 #   (Oldest interface removed:          OLDEST++)
 #   (Interfaces added:                  CURRENT++, REVISION=0)
-LIBP11_LT_CURRENT="5"
+LIBP11_LT_CURRENT="6"
 LIBP11_LT_OLDEST="2"
 LIBP11_LT_REVISION="0"
 LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"
diff --git a/src/libp11.rc b/src/libp11.rc
index c01a3b2..0491297 100644
--- a/src/libp11.rc
+++ b/src/libp11.rc
@@ -1,7 +1,7 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
-	FILEVERSION 5,3,0,0
+	FILEVERSION 6,4,0,0
 	PRODUCTVERSION 0,4,0,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", "5.3.0.0\0"
+			VALUE "FileVersion", "6.4.0.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