[pkg-opensc-commit] [engine-pkcs11] 136/152: bumped version and added news entries

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:26 UTC 2015


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

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

commit 795f9f7c56abf700f734e87f643d19f9e552e155
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Wed Sep 16 13:27:46 2015 +0200

    bumped version and added news entries
---
 NEWS         | 11 +++++++++++
 configure.ac |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index d31f6f1..d3ce207 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 NEWS for Engine PKCS#11 -- History of user visible changes
 
+New in 0.2.0; unreleased; Nikos Mavrogiannopoulos
+* Added support for ECDSA when compiled with libp11 0.3.0
+  (Douglas E. Engert)
+* Updated engine name to match other openssl engines
+* Added support for PKCS #11 URLs -RFC7512 when loading keys
+  or certificates (David Woodhouse)
+* Added support for id_<ID> legacy object identifier (Petr Písař)
+* When no module is set default to p11-kit-proxy.so, allowing
+  to access any available PKCS #11 object in the system
+  (David Woodhouse)
+
 New in 0.1.8; 2010-01-07; Andreas Jellinghaus
 * Fix problem causing slot_n parsing returning not certs or keys 
   by Camille Moncelier
diff --git a/configure.ac b/configure.ac
index 05ba886..cc69e3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
 AC_PREREQ(2.60)
 
 define([PACKAGE_VERSION_MAJOR], [0])
-define([PACKAGE_VERSION_MINOR], [1])
-define([PACKAGE_VERSION_FIX], [9])
+define([PACKAGE_VERSION_MINOR], [2])
+define([PACKAGE_VERSION_FIX], [0])
 define([PACKAGE_SUFFIX], [_git])
 
 AC_INIT([engine_pkcs11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])

-- 
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