root/releases/opensc-0.9.4/NEWS

Revision 1964, 4.3 KB (checked in by anonymous, 4 years ago)

This commit was manufactured by cvs2svn to create branch 'opensc-0.9.4'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1NEWS for OpenSC -- History of user visible changes
2
3New in 0.9.4; 2004-10-31; Andreas Jellinghaus
4* library version was broken in 0.9.3
5* update library version to 1:0:0, as we are no longer
6  compatible with the 0:*:* line, I fear.
7
8New in 0.9.3;  2004-10-31; Andreas Jellinghaus
9* fix some LDFLAGS/LDADD issues for parallel build.
10
11New in 0.9.2; 2004-07-24; Andreas Jellinghaus:
12* This is an beta test version. Please be careful.
13  Do not use in production environments.
14* Fix sslengine, link those dynamicaly with libcrypto
15  for openssl 0.9.7d and later.
16* fixed small bug in pkcs11-tool
17* link pkcs11-toll and pkcs15-crypt with -lcrypto
18* New driver for estonian ID card.
19* bumped version number to opensc 0.9.2
20* New card supported: Oberthur AuthentIC v5
21* eid pam module now checks permissions, and supports several
22  certificates in ~/.eid/authorized_certificates
23  Thanks to Fritz Elfert <fritz.elfert@millenux.com>
24* Upgrade library version to 0.9, since incompatible changes
25  are very likely somewhere.
26* Merged several pkcs15 profiles into one with different
27  options.
28
29New in 0.8.1; 2003-09-30; Olaf Kirch:
30* Upgrade libopensc versioning, hasn't been
31  accidently upgraded since 0.6.0 release
32* MacOS X specific changes:
33  - Allow to compile without PC/SC support
34  - Bundle installation fixes
35  - OpenSSL engine linking fixed
36  - Renamed OpenSC PKCS#11.bundle to
37    opensc-pkcs11.bundle
38  - CT-API module loading support
39* libopensc:
40  - Renamed sysdep_timestamp_t to sc_timestamp_t
41  - Renamed debug/error functions to sc_debug/sc_error
42  - Don't DER-en/decode the data in a pkcs15 object
43  - Portability fixes for the OpenCT reader driver
44* libscconf: Fixed CRLF parsing for UNIX platforms
45* Added PKCS#11 spy module by Mathias Brossard
46* Other minor bug/build fixes and cleanups
47
48New in 0.8.0; 2003-08-15; Juha Yrjölä:
49* New and/or improved card drivers:
50  Aladdin eToken, MICARDO 2 and STARCOS
51* New reader driver: OpenCT (Olaf's framework)
52* Improved support for win32 and MacOS X.
53* PKCS #11 stuff improved massively
54* Added PKCS #11 and native OpenSC engine drivers
55  for OpenSSL
56* Added support for reading the PIN from the PIN keypad
57  of a reader
58* New manpages
59* Loads of other improvements and bug-fixes
60
61New in 0.7.0; 2002-06-03; Juha Yrjölä:
62* Support for config files
63* Yet another PKCS #15 generation rewrite
64* PAM module rewritten for more flexibility and compatibility
65* OpenSC Signer merged to the main source tree
66* CT-API support
67* Support for non-native RSA and DSA keys
68* Improved support for MioCOS cards by Miotec (http://www.miotec.fi)
69* Semi-working support for Aladdin eToken PRO
70* First version to work with OpenSSH without any patching
71
72New in 0.6.1; 2002-03-20; Juha Yrjölä:
73* Fixed certificate downloading in pkcs15-init
74* Improved PKCS #11 module, so it works with Mozilla 0.9.9 and
75  is capable of signing and decrypting mails in Netscape
76* Other various small fixes and improvements
77
78New in 0.6.0; 2002-03-13; Juha Yrjölä:
79* Many, many new features -- too many to list here
80* New cards supported: Gemplus GPK family, TCOS 2.0, MioCOS
81* Implemented a card reader abstraction layer
82* PKCS #15 generation rewritten by Olaf Kirch. So far generation
83  is supported only on GPK and Cryptoflex.
84
85New in 0.5.0; 2002-01-24; Juha Yrjölä:
86* PKCS #15 generation support
87* PKCS #11 module almost completely rewritten
88* Implemented opensc-explorer; a tool for browsing and modifying
89  the card file system
90* Almost complete support for Cryptoflex 16k; implemented cryptoflex-tool
91* Started writing some API documentation using Doxygen
92* Much improved object handling code in PKCS #15 framework
93* Lots of bugs fixed, lots of new ones introduced
94
95New in 0.4.0; 2001-12-29; Juha Yrjölä:
96* Finished migrating to Autotools
97* Rewritten ASN.1 decoder (should work better on all PKCS #15 cards)
98* Abstracted card handling, so adding support for new cards is a whiz,
99  'opensc-tool -D' will list all installed drivers.
100* Added colored debug and error output ;)
101* Fixed some memory leaks
102* Support for Swedish Posten eID cards
103* Added very preliminary support for EMV compatible cards and Multiflex
104  cards by Schlumberger
105
106New in 0.3.5; 2001-12-15; Juha Yrjölä:
107* Now compiles with C++
108* Added card reset detection
109* Fixed PIN code changing
110* Improved certificate caching
111
112New in 0.3.2; 2001-11-27; Juha Yrjölä:
113* Converted to Autotools.
114
Note: See TracBrowser for help on using the browser.