[pkg-opensc-commit] [libp11] 01/06: starting 0.4.6_git
Eric Dorland
eric at moszumanska.debian.org
Mon May 22 03:43:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to annotated tag libp11-0.4.6
in repository libp11.
commit 8b37114405d9429becc83d76f23c3d407f97f139
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date: Wed Mar 29 22:41:39 2017 +0200
starting 0.4.6_git
---
NEWS | 2 ++
configure.ac | 4 ++--
src/libp11.rc | 4 ++--
src/pkcs11.rc | 8 ++++----
4 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/NEWS b/NEWS
index 3da48e9..6d20964 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
NEWS for Libp11 -- History of user visible changes
+New in 0.4.6; unreleased
+
New in 0.4.5; 2017-03-29; Michał Trojnara
* Prevented destroying existing keys/certs at login (Michał Trojnara)
* Fixed synchronization of PKCS#11 module calls (Matt Hauck)
diff --git a/configure.ac b/configure.ac
index ee5e2f2..d0f152e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ AC_PREREQ(2.60)
# When bumping versions see also the LT vesion numbers below.
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [4])
-define([PACKAGE_VERSION_FIX], [5])
-define([PACKAGE_SUFFIX], [])
+define([PACKAGE_VERSION_FIX], [6])
+define([PACKAGE_SUFFIX], [_git])
AC_INIT([libp11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
diff --git a/src/libp11.rc b/src/libp11.rc
index dae210e..624a989 100644
--- a/src/libp11.rc
+++ b/src/libp11.rc
@@ -2,7 +2,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,4,5,0
- PRODUCTVERSION 0,4,5,0
+ PRODUCTVERSION 0,4,6,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@@ -27,7 +27,7 @@ BEGIN
VALUE "OriginalFilename", "libp11-2.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "libp11\0"
- VALUE "ProductVersion", "0,4,5,0\0"
+ VALUE "ProductVersion", "0,4,6,0\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/src/pkcs11.rc b/src/pkcs11.rc
index 4d19f73..1738aa3 100644
--- a/src/pkcs11.rc
+++ b/src/pkcs11.rc
@@ -1,8 +1,8 @@
#include <winresrc.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,4,5,0
- PRODUCTVERSION 0,4,5,0
+ FILEVERSION 0,4,6,0
+ PRODUCTVERSION 0,4,6,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,4,5,0\0"
+ VALUE "FileVersion", "0,4,6,0\0"
VALUE "InternalName", "libp11\0"
VALUE "LegalCopyright", "OpenSC Project\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "pkcs11.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "libp11\0"
- VALUE "ProductVersion", "0,4,5,0\0"
+ VALUE "ProductVersion", "0,4,6,0\0"
VALUE "SpecialBuild", "\0"
END
END
--
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