From ea57d9af7477e2be2c756331e16abab4c4686715 Mon Sep 17 00:00:00 2001 From: jey Date: Wed, 20 Mar 2002 19:37:07 +0000 Subject: [PATCH] - Bumped up version number to 0.6.1 - Wrote a NEWS entry git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@354 c6295689-39f2-0310-b995-f0e70906c6a9 --- NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b537bcb0..723f328d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ NEWS for OpenSC -- History of user visible changes +New in 0.6.1; 2002-03-20; Juha Yrjölä: +* Fixed certificate downloading in pkcs15-init +* Improved PKCS #11 module, so it works with Mozilla 0.9.9 and + is capable of signing and decrypting mails in Netscape +* Other various small fixes and improvements + New in 0.6.0; 2002-03-13; Juha Yrjölä: * Many, many new features -- too many to list here * New cards supported: Gemplus GPK family, TCOS 2.0, MioCOS diff --git a/configure.in b/configure.in index 0d12a3bc..274197eb 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl $Id$ AC_PREREQ(2.52) AC_INIT(src/libopensc/sc.c) -AM_INIT_AUTOMAKE(opensc, 0.6.0) +AM_INIT_AUTOMAKE(opensc, 0.6.1) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST