From 80c70550c8fee42e264f95f57aa77a5d00d0d4e9 Mon Sep 17 00:00:00 2001 From: aj Date: Tue, 10 Jul 2007 13:03:06 +0000 Subject: [PATCH] document latest changes and update wiki export script. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3212 c6295689-39f2-0310-b995-f0e70906c6a9 --- NEWS | 15 ++++++++------- doc/export-wiki.sh | 6 ++++++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 6d3b98eb6..e91c3113f 100644 --- a/NEWS +++ b/NEWS @@ -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). diff --git a/doc/export-wiki.sh b/doc/export-wiki.sh index 9d0be2c44..651efa9e0 100755 --- a/doc/export-wiki.sh +++ b/doc/export-wiki.sh @@ -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