2.0->2.01
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3575 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4a3f5ecb73
commit
d05b8bc6ad
4 changed files with 18 additions and 6 deletions
|
@ -2,9 +2,15 @@
|
|||
|
||||
\H{v2.01} 2.01
|
||||
|
||||
\S1{v2.01-cl}
|
||||
\S1{v2.01-rn} Release Notes
|
||||
|
||||
\b makensis compiles on POSIX platforms (Linux, *BSD, Mac OS X)
|
||||
\b See \R{compiling_infos}{Compiling NSIS Sources} for information about compiling makensis on POSIX platforms
|
||||
|
||||
\b NSIS doesn't create installers for Linux, it can only compile installers for Windows on Linux
|
||||
|
||||
\S1{v2.01-cl} Changelog
|
||||
|
||||
\b makensis compiles on POSIX platforms (Linux, *BSD, Mac OS X, etc.)
|
||||
|
||||
\b \L{../Contrib/System/System.html}{System}: New, hopefully more informative, documentation; fixed some bugs
|
||||
|
||||
|
@ -18,6 +24,8 @@
|
|||
|
||||
\b Fixed a bug that caused directories with drives that had their current directory set to an invalid directory to not be accepted in the directory selection page
|
||||
|
||||
\b Fixed a crash in makensis caused by defining a macro in a file included by another macro
|
||||
|
||||
\b makensis shows meaningful errors for compression errors instead of just magic numbers
|
||||
|
||||
\b Added SW_HIDE to \R{execshell}{ExecShell}'s accepted show modes
|
||||
|
@ -32,7 +40,7 @@
|
|||
|
||||
\b \L{../Include/StrFunc.txt}{StrFunc}: Added support for uninstaller, added StrCase, some fixes
|
||||
|
||||
\b \L{../Contrib/nsExec/nsExec.txt}{nsExec}: Always create a valid input handle
|
||||
\b \L{../Contrib/nsExec/nsExec.txt}{nsExec}: Always create a valid input handle, fixed a problem when called from a path with spaces
|
||||
|
||||
\b \R{setoutpath}{SetOutPath} "-" works again
|
||||
|
||||
|
@ -40,6 +48,10 @@
|
|||
|
||||
\b Made Times New Roman default font for the background text because it should always have support for the locale's language
|
||||
|
||||
\b Zip2Exe 0.32: Fixed codepage problems
|
||||
|
||||
\b \L{../Contrib/Banner/Readme.txt}{Banner}: Added getWindow to allow greater control over the banner window
|
||||
|
||||
\H{v2.0} 2.0
|
||||
|
||||
Released on February 7th, 2004
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue