[pkg-opensc-commit] [libp11] 30/33: released 0.4.1
Eric Dorland
eric at moszumanska.debian.org
Mon Sep 19 02:11:06 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 0dbfe5147b033caa4f3ca0cabc48b91f1be5dee4
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date: Sat Sep 17 22:53:47 2016 +0200
released 0.4.1
---
NEWS | 13 +++++++++++--
configure.ac | 4 ++--
src/libp11.rc | 4 ++--
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index 20af81f..f915b2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,20 @@
NEWS for Libp11 -- History of user visible changes
-New in 0.4.1; unreleased
+New in 0.4.1; 2016-09-17; Michał Trojnara
+* Use enginesdir provided by libcrypto.pc if available (David Woodhouse)
+* Certificate cache destroyed on login/logout (David Woodhouse)
+* Fixed accessing certificates marked as CKA_PRIVATE (David Woodhouse)
+* Directly included libp11 code into the engine (Matt Hauck)
+* Fixed handling simultaneous make jobs (Derek Straka)
+* Reverted an old hack that broke engine initialization (Michał Trojnara)
+* Fixed loading of multiple keys due to unneeded re-logging (Matt Hauck)
+* Makefile fixes and improvements (Nikos Mavrogiannopoulos)
+* Fixed several certificate selection bugs (Michał Trojnara)
* The signed message digest is truncated if it is too long for the
signing curve (David von Oheimb)
* Workaround for broken PKCS#11 modules not returning CKA_EC_POINT
in the ASN1_OCTET_STRING format (Michał Trojnara)
-* Improved building against OpenSSL 1.1.0-dev (Michał Trojnara)
+* OpenSSL 1.1.0 build fixes (Michał Trojnara)
New in 0.4.0; 2016-03-28; Michał Trojnara
* Merged engine_pkcs11 (Michał Trojnara)
diff --git a/configure.ac b/configure.ac
index f6083dd..eeb4153 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], [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([.])
@@ -23,7 +23,7 @@ LIBP11_VERSION_FIX="PACKAGE_VERSION_FIX"
# (Interfaces added: CURRENT++, REVISION=0)
LIBP11_LT_CURRENT="6"
LIBP11_LT_OLDEST="2"
-LIBP11_LT_REVISION="0"
+LIBP11_LT_REVISION="1"
LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"
AC_CONFIG_SRCDIR([src/libp11.h])
diff --git a/src/libp11.rc b/src/libp11.rc
index 6a3a1bd..497d0a8 100644
--- a/src/libp11.rc
+++ b/src/libp11.rc
@@ -1,7 +1,7 @@
#include <winresrc.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 6,4,0,0
+ FILEVERSION 6,4,1,0
PRODUCTVERSION 0,4,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", "6.4.0.0\0"
+ VALUE "FileVersion", "6.4.1.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