Changeset 3160 for releases

Show
Ignore:
Timestamp:
04/24/07 07:59:46 (21 months ago)
Author:
aj
Message:

update NEWS with latest changes.
spin another release candidate.

Location:
releases/opensc-0.11.2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • releases/opensc-0.11.2/NEWS

    r3134 r3160  
    77or doc/ChangeLog. 
    88 
    9 New in 0.11.2; 2007-03-16; Andreas Jellinghaus 
     9New 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. 
    1015* Windows Make.rules.mak improved to work with and w/o openssl and zlib 
    1116* Added --read-ssk-key option to pkcs15-tool (prints public key in ssh format) 
  • releases/opensc-0.11.2/configure.in

    r3136 r3160  
    55AC_PREREQ(2.52) 
    66 
    7 AC_INIT(opensc, [0.11.2-rc1]) 
     7AC_INIT(opensc, [0.11.2-rc2]) 
    88AM_INIT_AUTOMAKE 
    99AM_CONFIG_HEADER(config.h)