updated history

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3664 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-09-24 14:05:12 +00:00
parent d02eae4d94
commit 6c5208649f

View file

@ -2,6 +2,8 @@
\H{v2.01} 2.01
Released on September 24th, 2004
\S1{v2.01-rn} Release Notes
\b See \R{compiling_infos}{Compiling NSIS Sources} for information about compiling makensis on POSIX platforms
@ -38,7 +40,11 @@
\b \L{../Contrib/Modern UI/Readme.html}{Modern User Interface}: New orange theme by MoNKi
\b \L{../Include/StrFunc.txt}{StrFunc}: Added support for uninstaller, added StrCase, some fixes
\b Speedup background gradient painting
\b \L{../Examples/LogicLib.nsi}{LogicLib} 2.5: Added AndIf, AndUnless, OrIf, OrUnless. Avoids unused variable warnings by requiring !defines before using certain features.
\b \L{../Include/StrFunc.txt}{StrFunc}: Added support for uninstaller, some fixes and improvements. See the \L{../Include/StrFunc.txt}{readme} for a complete changelog
\b The plug-ins folder is properly removed when the system is rebooted
@ -64,6 +70,10 @@
\b Made Times New Roman default font for the background text because it should always have support for the locale's language
\b Fixed compilation of NSISdl under VS.NET
\b SetCtlColors /BRANDING wasn't working right, if just one of the background or text color were specified
\b Language file fixes and improvements
\S2{} Utilities and Plug-ins
@ -78,6 +88,10 @@
\b \L{../Contrib/nsExec/nsExec.txt}{nsExec}: Always create a valid input handle, fixed a problem when called from a path with spaces
\b \L{../Contrib/VPatch/Readme.html}{VPatch}: Close all open file handles when one of them fail to open
\b \L{../Contrib/NSISdl/ReadMe.txt}{NSISdl}: Added /NOIEPROXY (based on memph's code)
\H{v2.0} 2.0
Released on February 7th, 2004