- Timestamp:
- 10/31/04 17:46:57 (4 years ago)
- Location:
- branches/openct-0.6
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/openct-0.6/ANNOUNCE
r557 r578 1 OpenCT Release 0.6. 11 OpenCT Release 0.6.2 2 2 ==================== 3 3 4 We are pleased to announce the availability of OpenCT 0.6.1. 5 This is a test version in alpha code quality. It has several 6 severe problems and is only intended for testing. Please 7 use the older stable release 0.5.0 in procuction environments. 4 We are pleased to announce the availability of OpenCT 0.6.2. 5 This is our new production release. 8 6 9 7 OpenCT is a library for accessing smart card terminals. It provides a -
branches/openct-0.6/NEWS
r557 r578 1 1 NEWS for OpenCT -- History of user visible changes 2 3 New in 0.6.2; 2004-10-31; Andreas Jellinghaus 4 * Small fix in hotplug script. 5 * Increased transfer buffer to 258 bytes for e-gate. 6 * Improved error handling in e-gate driver. 7 * Updated Info.plist files. 8 * Small fix in atr.c that returned an error for legal atrs. 9 * Improvements to the kaan driver. 2 10 3 11 New in 0.6.1; 2004-07-18; Andreas Jellinghaus -
branches/openct-0.6/QUICKSTART
r561 r578 3 3 4 4 To install openct, please do as user, 5 $ wget http://www.opensc.org/files/openct-0.6. 1.tar.gz6 $ tar xfvz openct-0.6. 1.tar.gz7 $ cd openct-0.6. 1.tar.gz5 $ wget http://www.opensc.org/files/openct-0.6.2.tar.gz 6 $ tar xfvz openct-0.6.2.tar.gz 7 $ cd openct-0.6.2.tar.gz 8 8 9 9 $ ./configure --prefix=/usr --sysconfdir=/etc
