root/releases/opensc-0.9.6/NEWS

Revision 2295, 5.2 KB (checked in by aj, 4 years ago)

add solaris/* files to tar file, include them in the tar file via Makefile.am,
document this in the NEWS file.

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