- Preparation for version 0.7.0

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@615 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2002-06-02 21:43:16 +00:00
parent f49e681c92
commit 82d7cf338c
4 changed files with 16 additions and 6 deletions

11
NEWS
View File

@ -1,5 +1,16 @@
NEWS for OpenSC -- History of user visible changes
New in 0.7.0; 2002-06-03; Juha Yrjölä:
* Support for config files
* Yet another PKCS #15 generation rewrite
* PAM module rewritten for more flexibility and compatibility
* OpenSC Signer merged to the main source tree
* CT-API support
* Support for non-native RSA and DSA keys
* Improved support for MioCOS cards by Miotec (http://www.miotec.fi)
* Semi-working support for Aladdin eToken PRO
* First version to work with OpenSSH without any patching
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

5
README
View File

@ -10,7 +10,7 @@ Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any ISO
7816-4 compatible SmartCard. Encryption and decryption using private keys on
the SmartCard is at the moment possible only with PKCS#15 compatible cards,
such as the FINEID (Finnish Electronic IDentity) card manufactured by
Setec. Swedish eID Posten card has also confirmed to work.
Setec.
Building and Installing libopensc
@ -18,7 +18,8 @@ Building and Installing libopensc
See the INSTALL file for instructions. If you are using the CVS version,
you have to run the 'bootstrap' script before running configure. Please
note that Autoconf, Automake and Libtool are required.
note, that for bootstrap to work, you have to have the correct versions of
Autoconf, Automake and Libtool installed.
Troubleshooting

4
TODO
View File

@ -1,6 +1,4 @@
* Finish TCOS driver (Werner Koch?)
* Debian packaging
* GUI applications
* Ports to MacOS X (anyone?) and Win32 (fabled?)
* Ports to MacOS X (jey) and Win32 (fabled?)
* Add support for EMV and GSM (anyone?)

View File

@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT(src/libopensc/sc.c)
AM_INIT_AUTOMAKE(opensc, 0.6.1)
AM_INIT_AUTOMAKE(opensc, 0.7.0)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST