Skip to content

Commit

Permalink
document latest changes and update wiki export script.
Browse files Browse the repository at this point in the history
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3212 c6295689-39f2-0310-b995-f0e70906c6a9
  • Loading branch information
aj committed Jul 10, 2007
1 parent 8222427 commit 80c7055
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
15 changes: 8 additions & 7 deletions NEWS
Expand Up @@ -6,15 +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)
New in 0.11.3; 2007-07-10; Andreas Jellinghaus
* update wiki export script (add images, fix links).
* 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
* 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).
Expand Down
6 changes: 6 additions & 0 deletions doc/export-wiki.sh
Expand Up @@ -58,4 +58,10 @@ do
done
done

for A in *.html
do
sed -e 's#href="/'$PROJECT'/wiki/\([^"]*\)"#href="\1.html"#g' \
-i $A
done

rm "$SRCDIR"/*.tmp

0 comments on commit 80c7055

Please sign in to comment.