version 1.21

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1231 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-09-30 17:27:33 +00:00
parent 778f157b68
commit 1947c3354a
5 changed files with 15 additions and 9 deletions

View file

@ -126,6 +126,13 @@ table
file and recompile NSIS.</p>
<p class="header">Version history</p>
<ul>
<li class="text">1.21 - September 30, 2002
<ul>
<li>Temp vars set in Modern UI header
<li>Currentpage & Install Options vars should be set using parameters of the
MUI_INTERFACE and MUI_INSTALLOPTIONS macro's
<li>MultiLanguage.nsi uses the new language strings
</ul>
<li class="text">1.20 - September 22, 2002
<ul>
<li>Lots of macro system updates & fixes