update NEWS with list of all changes (that I remember).

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3201 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2007-07-04 06:51:36 +00:00
parent 8770859315
commit a7f102fc2e
1 changed files with 10 additions and 0 deletions

10
NEWS
View File

@ -6,6 +6,16 @@ http://www.opensc-project.org/opensc/wiki/WhatsNew
Also see the svn changelog using svn command
or doc/ChangeLog.
New in 0.11.3; 2007-07-07; Andreas Jellinghaus
* look for ncurses and termcap in configure (in combination with readline)
* make lots of internal functions and variables static.
* fix 0 vs NULL in many places. fix ansi c style (void).
* avoid variable names used also as glibc function (random etc.)
* new code for deleting objects
* special hack for firefox
* suport for Athena APCOS cards added
* piv driver now supports bigger rsa keys too
New in 0.11.2; 2007-05-04; Andreas Jellinghaus
* enabled pin caching by default (needed by regression suite and other apps).
disable this for highest security (but that breaks some applications).