update NEWS with latest changes.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3159 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2007-04-24 07:59:13 +00:00
parent e3935077e1
commit d08da29418
1 changed files with 6 additions and 1 deletions

7
NEWS
View File

@ -6,7 +6,12 @@ http://www.opensc-project.org/opensc/wiki/WhatsNew
Also see the svn changelog using svn command
or doc/ChangeLog.
New in 0.11.2; 2007-03-16; Andreas Jellinghaus
New in 0.11.2; 2007-??-??; Andreas Jellinghaus
* enabled pin caching by default (needed by regression suite and other apps).
disable this for highest security (but that breaks some applications).
* use max_send_size 255 / max_recv_size 256 bytes by default.
reduce this for some readers (e.g. scm) with t=0 cards.
* increase pin buffer size to allow longer pin codes.
* Windows Make.rules.mak improved to work with and w/o openssl and zlib
* Added --read-ssk-key option to pkcs15-tool (prints public key in ssh format)
* use pkg-config for finding openct, add --enable/disable-openct option