[pkg-opensc-commit] [libp11] 161/239: Release 0.2.8

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:26 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 7d56d89fcad6440d108bbbccfb1ebd958e7eb740
Author: Martin Paljak <martin at martinpaljak.net>
Date:   Fri Apr 15 11:51:48 2011 +0000

    Release 0.2.8
    
     * bump soname because of added fields in r149
     * update NEWS file
---
 NEWS         | 10 +++++++++-
 configure.ac |  6 +++---
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 6274ccc..801871d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 NEWS for Libp11 -- History of user visible changes
 
-new in 0.2.8; 200X-XX-XX; Name
+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).
+* Add openssl libcrypto to pkg-config private libs list (Kalev Lember).
+* Fix building examples with --no-add-needed which is the default in Fedora
+  (Kalev Lember).
+* Expose more token flags in PKCS11_token structure (Kalev Lember).
+* Check that private data is not NULL in pkcs11_release_slot (Robin Bryce,
+  ticket #137).
 
 New in 0.2.7; 2009-10-20; Andreas Jellinghaus
 * If CKR_CRYPTOKI_ALREADY_INITIALIZED is returned from C_Initialize(): ignore. 
diff --git a/configure.ac b/configure.ac
index e061f40..9557c2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.60)
 define([PACKAGE_VERSION_MAJOR], [0])
 define([PACKAGE_VERSION_MINOR], [2])
 define([PACKAGE_VERSION_FIX], [8])
-define([PACKAGE_SUFFIX], [-svn])
+define([PACKAGE_SUFFIX], [])
 
 AC_INIT([libp11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
 AC_CONFIG_AUX_DIR([.])
@@ -21,8 +21,8 @@ LIBP11_VERSION_FIX="PACKAGE_VERSION_FIX"
 #   (Code changed:                      REVISION++)
 #   (Oldest interface removed:          OLDEST++)
 #   (Interfaces added:                  CURRENT++, REVISION=0)
-LIBP11_LT_CURRENT="3"
-LIBP11_LT_OLDEST="1"
+LIBP11_LT_CURRENT="4"
+LIBP11_LT_OLDEST="2"
 LIBP11_LT_REVISION="0"
 LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"
 

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