[pkg-opensc-commit] [libp11] 61/67: released 0.3.1

Eric Dorland eric at moszumanska.debian.org
Sat Jan 30 05:34:17 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 148631cc993cd06b3060ca32968ccf8e86bb41e0
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Fri Jan 22 11:22:51 2016 +0100

    released 0.3.1
---
 NEWS               | 14 +++++++-------
 configure.ac       |  4 ++--
 src/versioninfo.rc |  4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index 3f10fc3..e48ba5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,17 @@
 NEWS for Libp11 -- History of user visible changes
 
-New in 0.3.1; unreleased;
-* Fixed a memory leak in pkcs11_get_evp_key_rsa() (Michał Trojnara)
-* A private index is allocated for ex_data access (RSA and ECDSA classes)
-  instead of using the reserved index zero (app_data) (Michał Trojnara)
-* Improved searching for dlopen() (Christoph Moench-Tegeder)
-* Fixed EVP_PKEY handling of public keys (Michał Trojnara)
+New in 0.3.1; 2016-01-22; Michał Trojnara
+* Added PKCS11_is_logged_in to the API (Mikhail Denisenko)
 * Added PKCS11_enumerate_public_keys to the API (Michał Trojnara)
+* Fixed EVP_PKEY handling of public keys (Michał Trojnara)
 * Added thread safety based on OpenSSL dynamic locks (Michał Trojnara)
-* Added PKCS11_is_logged_in to the API (Mikhail Denisenko)
+* A private index is allocated for ex_data access (RSA and ECDSA classes)
+  instead of using the reserved index zero (app_data) (Michał Trojnara)
 * Fixes in reinitialization after fork; addresses #39
   (Michał Trojnara)
+* Improved searching for dlopen() (Christoph Moench-Tegeder)
 * MSVC build fixes (Michał Trojnara)
+* Fixed memory leaks in pkcs11_get_evp_key_rsa() (Michał Trojnara)
 
 New in 0.3.0; 2015-10-09; Nikos Mavrogiannopoulos
 * Added small test suite based on softhsm (run on make check)
diff --git a/configure.ac b/configure.ac
index aef25ab..44632ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.60)
 define([PACKAGE_VERSION_MAJOR], [0])
 define([PACKAGE_VERSION_MINOR], [3])
 define([PACKAGE_VERSION_FIX], [1])
-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="4"
+LIBP11_LT_CURRENT="5"
 LIBP11_LT_OLDEST="2"
 LIBP11_LT_REVISION="0"
 LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"
diff --git a/src/versioninfo.rc b/src/versioninfo.rc
index 0804637..0b1a00a 100644
--- a/src/versioninfo.rc
+++ b/src/versioninfo.rc
@@ -1,7 +1,7 @@
 #include <winresrc.h>
 
 VS_VERSION_INFO VERSIONINFO
-	FILEVERSION 4,2,0,0
+	FILEVERSION 5,3,0,0
 	PRODUCTVERSION 0,3,1,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", "4.2.0.0\0"
+			VALUE "FileVersion", "5.3.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