[pkg-opensc-commit] [libp11] 212/239: NEWS: updated text for release and bumped version to 0.3.0

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:35 UTC 2015


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

eric pushed a commit to branch master
in repository libp11.

commit 5974c00c514eec0e303194adfa21433b1fcbe761
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Tue Aug 25 15:30:47 2015 +0200

    NEWS: updated text for release and bumped version to 0.3.0
---
 NEWS         | 10 ++++++++++
 configure.ac |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 801871d..3252b5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 NEWS for Libp11 -- History of user visible changes
 
+New in 0.3.0; 2015-xx-xx; Nikos Mavrogiannopoulos
+* Added small test suite based on softhsm (run on make check)
+* Memory leak fixes (Christian Heimes)
+* On module initialization tell the module to that the OS locking
+  primitives are OK to use (Mike Gerow)
+* Transparently handle applications that fork. That is call C_Initialize()
+  and reopen any handles if a fork is detected.
+* Eliminated any hard coded limits for certificate size (Doug Engert)
+* Added support for ECDSA (Doug Engert)
+
 New in 0.2.8; 2011-04-15; Martin Paljak
 * Bumped soname for PKCS11_token struct size changes (Martin Paljak).
 * Display the number of available slots (Ludovic Rousseau).
diff --git a/configure.ac b/configure.ac
index 7454e51..f54edbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl -*- mode: m4; -*-
 AC_PREREQ(2.60)
 
 define([PACKAGE_VERSION_MAJOR], [0])
-define([PACKAGE_VERSION_MINOR], [2])
-define([PACKAGE_VERSION_FIX], [9])
+define([PACKAGE_VERSION_MINOR], [3])
+define([PACKAGE_VERSION_FIX], [0])
 define([PACKAGE_SUFFIX], [_git])
 
 AC_INIT([libp11],[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/libp11.git



More information about the pkg-opensc-commit mailing list