diff --git a/NEWS b/NEWS index 0e6760d2..6d3b98eb 100644 --- a/NEWS +++ b/NEWS @@ -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).