updated change log

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3883 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-01-21 19:17:49 +00:00
parent 98b17e1276
commit d91e1e68f3
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,7 @@
DLL version 2.41 (5/8/2004) DLL version 2.42 (1/21/2005)
* Added TRANSPARENT flag for BITMAP fields
DLL version 2.41 (8/5/2004)
* Bitmaps are now automatically centered * Bitmaps are now automatically centered
* Fixed a bug which prevented enabling the next button from the leave function of InstallOptions pages * Fixed a bug which prevented enabling the next button from the leave function of InstallOptions pages
* Fixed a rare freeze * Fixed a rare freeze

View file

@ -837,12 +837,9 @@ FunctionEnd
<h2>Version history</h2> <h2>Version history</h2>
<div> <div>
<ul> <ul>
<li>DLL version 2.41 (5/8/2004) <li>DLL version 2.42 (January 21st, 2005)
<ul> <ul>
<li>Bitmaps are now automatically centered</li> <li>Added TRANSPARENT flag for BITMAP fields</li>
<li>Fixed a bug which prevented enabling the next button from</li>
the leave function of InstallOptions pages
<li>Fixed a rare freeze</li>
</ul> </ul>
</li> </li>
</ul> </ul>