- Timestamp:
- 04/24/07 07:59:46 (21 months ago)
- Location:
- releases/opensc-0.11.2
- Files:
-
- 2 modified
-
NEWS (modified) (1 diff)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/opensc-0.11.2/NEWS
r3134 r3160 7 7 or doc/ChangeLog. 8 8 9 New in 0.11.2; 2007-03-16; Andreas Jellinghaus 9 New in 0.11.2; 2007-??-??; Andreas Jellinghaus 10 * enabled pin caching by default (needed by regression suite and other apps). 11 disable this for highest security (but that breaks some applications). 12 * use max_send_size 255 / max_recv_size 256 bytes by default. 13 reduce this for some readers (e.g. scm) with t=0 cards. 14 * increase pin buffer size to allow longer pin codes. 10 15 * Windows Make.rules.mak improved to work with and w/o openssl and zlib 11 16 * Added --read-ssk-key option to pkcs15-tool (prints public key in ssh format) -
releases/opensc-0.11.2/configure.in
r3136 r3160 5 5 AC_PREREQ(2.52) 6 6 7 AC_INIT(opensc, [0.11.2-rc 1])7 AC_INIT(opensc, [0.11.2-rc2]) 8 8 AM_INIT_AUTOMAKE 9 9 AM_CONFIG_HEADER(config.h)
