2003-04-19 16:29:15 +00:00
\A{history} Changelog and Release Notes
2013-03-07 23:38:25 +00:00
\H{v3.0a0} 3.0 Alpha 0
Released on ?, 2013
\S1{v3.0a0-cl} Changelog
\S2{} Minor Changes
\b Plugins in $\{NSISDIR\}\\Plugins have to be reserved with \c{ReserveFile /plugin}
2013-03-14 18:00:00 +00:00
\b MakeNSIS /NOTIFYHWND uses a (optional) new event name to abort compilation, see build.cpp/h for details.
2013-03-17 21:13:07 +00:00
\b Reduced !include/!insertmacro recursion stack usage (\W{http://sourceforge.net/support/tracker.php?aid=3067954}{bug #3067954})
2013-03-16 00:28:45 +00:00
\S2{} Translations
\b Changed LANGFILE macro in LangFile.nsh
\b Warnings are now displayed for missing strings (LANGFILE_INCLUDE_WITHDEFAULT)
\b Added Georgian (David Huriev)
\b Added Pashto (Pakhtosoft)
2013-03-17 22:10:24 +00:00
\b Fixed Korean MUI_[UN]TEXT_FINISH_INFO_* (\W{http://sourceforge.net/support/tracker.php?aid=3541515}{bug #3541515})
2009-12-05 22:33:50 +00:00
\H{v2.46} 2.46
Released on December 6th, 2009
\S1{v2.46-cl} Changelog
\S2{} Minor Changes
\b Fixed \R{searchparse}{!searchparse} (\W{http://sourceforge.net/support/tracker.php?aid=2803622}{bug #2803622})
\b Fixed Vista error message when canceling uninstaller (\W{http://sourceforge.net/support/tracker.php?aid=2803097}{bug #2803097})
\b Resolve warning for LogicLib's endless Do..Loop (\W{http://sourceforge.net/support/tracker.php?aid=2849872}{bug #2849872})
\b \L{../Docs/StartMenu/Readme.txt}{StartMenu}: fixed random number prefixes when clicking on an empty spot (\W{http://sourceforge.net/support/tracker.php?aid=2810188}{bug #2810188})
\b Updates to NSIS.pas for plug-in development (\W{http://sourceforge.net/support/tracker.php?aid=2802794}{patch #2802794})
\S2{} Translations
\b PortugueseBR typo (\W{http://sourceforge.net/support/tracker.php?aid=2826598}{patch #2826598})
\b Removed double spaces in Italian (\W{http://sourceforge.net/support/tracker.php?aid=2873598}{bug #2873598})
\S2{} Build System
\b Fixed mingw builds of \L{../Docs/Math/Math.txt}{Math} plug-in (\W{http://sourceforge.net/support/tracker.php?aid=2835731}{patch #2835731})
2009-06-06 19:40:03 +00:00
\H{v2.45} 2.45
Released on June 6th, 2009
\S1{v2.45-rl} Release Notes
2012-09-20 10:18:40 +00:00
\b Support for Microsoft's upcoming release of Windows 7 has been added based on RC1 testing and documentation. Please report any related issues and don't forget to use \R{arequestexecutionlevel}{RequestExecutionLevel}.
2009-06-06 19:40:03 +00:00
\S1{v2.45-cl} Changelog
\S2{} Major Changes
2012-09-20 10:18:40 +00:00
\b Added support for Windows 7 installers - use \R{arequestexecutionlevel}{RequestExecutionLevel}, just like with Vista (\W{http://sourceforge.net/support/tracker.php?aid=2725883}{bug #2725883})
2009-06-06 19:40:03 +00:00
\b Added WinVer.nsh Windows 7 and Windows 2008 R2 support
\b Installers now identify as Terminal Services aware (IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE) so $WINDIR will no longer be under the user's profile when installing on Terminal Services
\b Less UAC annoyance in Add/Remove control panel (\W{http://sourceforge.net/support/tracker.php?aid=2697027}{bug #2697027})
\S2{} Minor Changes
\b Added wildcard and /nonfatal suppport for \R{delfile}{!delfile} (\W{http://sourceforge.net/support/tracker.php?aid=1505425}{RFE #1505425})
\b Fixed \R{searchparse}{!searchparse} (\W{http://sourceforge.net/support/tracker.php?aid=2680110}{bug #2680110})
\b Fixed input validation for \R{createfont}{CreateFont} (\W{http://sourceforge.net/support/tracker.php?aid=2801024}{bug #2801024})
\b Fixed NSIS Menu handling of working directory (\W{http://sourceforge.net/support/tracker.php?aid=2781948}{bug #2781948})
\b Fixed Vista issues with shell folders ($DOCUMENTS, $PROFILE, etc.) on root directories (\W{http://sourceforge.net/support/tracker.php?aid=2138075}{bug #2138075})
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=2705878}{bug #2705878}, \W{http://sourceforge.net/support/tracker.php?aid=2606525}{bug #2606525})
\b Use SW_SHOWDEFAULT for \R{execshell}{ExecShell} by default (\W{http://sourceforge.net/support/tracker.php?aid=2796189}{bug #2796189})
\S2{} Modern UI
\b Call finish page show function only after the page is fully initialized (\W{http://sourceforge.net/support/tracker.php?aid=2720968}{bug #2720968})
\b Fixed translation of uninstaller directory page (\W{http://sourceforge.net/support/tracker.php?aid=2690112}{bug #2690112})
\b Fixed installation type text position in components page (\W{http://sourceforge.net/support/tracker.php?aid=2801317}{patch #2801317})
\b Fixed missing MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE (\W{http://sourceforge.net/support/tracker.php?aid=2788620}{bug #2788620})
\S2{} Translations
\b Updated Indonesian (\W{http://sourceforge.net/support/tracker.php?aid=2790571}{patch #2790571})
2009-06-06 19:59:07 +00:00
\b Updated Portuguese BR (\W{http://sourceforge.net/support/tracker.php?aid=2642542}{patch #2642542})
2009-06-06 19:40:03 +00:00
\S2{} Build System
\b Fixed some GCC warnings
2009-02-21 19:16:25 +00:00
\H{v2.44} 2.44
Released on February 21st, 2009
\S1{v2.44-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Fixed a bug introduced in 2.43 causing script build issues with some icons (\W{http://sourceforge.net/support/tracker.php?aid=2572035}{bug #2572035})
2009-02-21 19:16:25 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Fixed nsDialogs CreateTimer documentation (\W{http://sourceforge.net/support/tracker.php?aid=2595565}{bug #2595565})
2009-02-21 19:16:25 +00:00
2009-02-21 19:25:03 +00:00
\b Global labels didn't work when declared in unused functions (\W{http://sourceforge.net/support/tracker.php?aid=2593369}{bug #2593369})
2009-02-21 19:16:25 +00:00
2009-02-05 01:23:58 +00:00
\H{v2.43} 2.43
Released on February 5th, 2009
\S1{v2.43-rl} Release Notes
\b A few minor changes were made to the new plug-in API that break backward compatibility. Header and library paths were changed and RegisterPluginCallback has changed its return value.
\S1{v2.43-cl} Changelog
\S2{} Minor Changes
\b Added WinCore.nsh, WinDef.nsh, WinError.nsh, WinNT.nsh and WinUser.nsh for more useful Windows definitions
2009-02-21 19:25:03 +00:00
\b Fixed a crash caused by \R{packhdr}{!packhdr} compressing resources (\W{http://sourceforge.net/support/tracker.php?aid=2533431}{bug #2533431})
2009-02-05 01:23:58 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=2564005}{bug #2564005})
2009-02-05 01:23:58 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}: Fixed MUI_DIRECTORYPAGE_BGCOLOR (\W{http://sourceforge.net/support/tracker.php?aid=2494528}{bug #2494528})
2009-02-05 01:23:58 +00:00
\S2{} Utilities and Plug-ins
\b \L{../Docs/Banner/Readme.txt}{Banner}: Fixed installer showing on the background when Banner was used in .onInit
2009-02-21 19:25:03 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: Added Ctrl+K hotkey for build cancelation (\W{http://sourceforge.net/support/tracker.php?aid=2557392}{RFE #2557392})
2009-02-05 01:23:58 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/nsDialogs/Readme.html}{nsDialogs}: Added NSD_SetIcon (\W{http://sourceforge.net/support/tracker.php?aid=2500960}{patch #2500960})
2009-02-05 01:23:58 +00:00
\S2{} Translations
\b Added Esperanto
\b Bulgarian fixes
\S2{} Plug-in API
\b Added VS2008 project files
\b Better installation of header and library files under POSIX - see INSTALL file for more information
\b Header and library files were moved to a subdirectory named \e{nsis} to prevent collisions
\b \e{RegisterPluginCallback} now returns \e{int} instead of \e{BOOL} for a wider range of error reporting
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Added fink's mingw prefixes (\W{http://sourceforge.net/support/tracker.php?aid=2495138}{bug #2495138})
2009-02-05 01:23:58 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed BOOL build issue on OS X (\W{http://sourceforge.net/support/tracker.php?aid=2497290}{bug #2497290})
2009-02-05 01:23:58 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed iconv dependency detection on OS X (\W{http://sourceforge.net/support/tracker.php?aid=2494539}{bug #2494539})
2009-02-05 01:23:58 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed Solaris builds (\W{http://sourceforge.net/support/tracker.php?aid=2497172}{patch #2497172})
2009-02-05 01:23:58 +00:00
2008-12-20 11:48:54 +00:00
\H{v2.42} 2.42
Released on December 20th, 2008
\S1{v2.42-rl} Release Notes
\b Merry Christmas and a happy Hanukkah!
\b Plug-in developers should check out the new plug-in API in Examples\\Plugin and convert their plug-ins, especially in case they require staying loaded.
\S1{v2.42-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Deprecated /NOUNLOAD and SetPluginsUnload to make scripts simpler and safer (\W{http://sourceforge.net/support/tracker.php?aid=1912699}{patch #1912699})
2008-12-20 11:48:54 +00:00
\b \R{headers}{Useful header functions} no longer require usage declaration and different syntax for uninstaller functions
2009-02-21 19:25:03 +00:00
\b Revamped plug-in API now comes in the form of pluginapi.lib, API version information and more common functions (\W{http://sourceforge.net/support/tracker.php?aid=2359978}{patch #2359978})
2008-12-20 11:48:54 +00:00
\S2{} Minor Changes
\b Added \R{searchreplace}{!searchreplace} preprocessor command for compiletime text search/replaces
2009-02-21 19:25:03 +00:00
\b Added support for \R{library}{registration} of EXE COM servers (\W{http://sourceforge.net/support/tracker.php?aid=2315740}{RFE #2315740})
2008-12-20 11:48:54 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=2386821}{bug #2386821})
2008-12-20 11:48:54 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/nsDialogs/Readme.html}{nsDialogs}: Added timer support (\W{http://sourceforge.net/support/tracker.php?aid=2135855}{patch #2135855})
2008-12-20 11:48:54 +00:00
\b \L{../Docs/nsDialogs/Readme.html}{nsDialogs}: Added progress bar support
\b \L{../Include/WinVer.nsh}{WinVer.nsh}: Added IsServer, IsWin2003R2, IsStarterEdition, OSHasMediaCenter and OSHasTabletSupport (patch by Anders)
2009-02-21 19:25:03 +00:00
\b \L{../Include/WinVer.nsh}{WinVer.nsh}: Fixed 95/NT4 ambiguity (\W{http://sourceforge.net/support/tracker.php?aid=2053642}{bug #2053642})
2008-12-20 11:48:54 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Include/WinVer.nsh}{WinVer.nsh}: Proper Windows XP x64 detection (\W{http://sourceforge.net/support/tracker.php?aid=2053700}{bug #2053700})
2008-12-20 11:48:54 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Include/WinVer.nsh}{WinVer.nsh}: Windows 2008 detection support (\W{http://sourceforge.net/support/tracker.php?aid=1949260}{RFE #1949260})
2008-12-20 11:48:54 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Minor English grammar improvements (\W{http://sourceforge.net/support/tracker.php?aid=2323452}{bug #2323452})
2008-12-20 11:48:54 +00:00
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Full \L{../Docs/System/System.html}{System} compatibility with GCC (\W{http://sourceforge.net/support/tracker.php?aid=2193442}{patch #2193442})
2008-12-20 11:48:54 +00:00
2008-11-20 20:06:32 +00:00
\H{v2.41} 2.41
Released on November 20th, 2008
\S1{v2.41-cl} Changelog
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Fixed LangDLL memory leaks for invalid input (\W{http://sourceforge.net/support/tracker.php?aid=1939573}{bug #1939573})
2008-11-20 20:06:32 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed uninstaller generation on big-endian systems (\W{http://sourceforge.net/support/tracker.php?aid=2166401}{bug #2166401}, \W{http://sourceforge.net/support/tracker.php?aid=2167958}{bug #2167958})
2008-11-20 20:06:32 +00:00
\S2{} Translations
\b Brazilian Portuguese corrections
2009-02-21 19:25:03 +00:00
\b Consistency fixes for Simple Chinese (\W{http://sourceforge.net/support/tracker.php?aid=2189117}{patch #2189117})
2008-11-20 20:06:32 +00:00
\S2{} Build System
\b Added support for SCons 1.1.0
2009-02-21 19:25:03 +00:00
\b Fixed directory and components page text issues on VC8 builds (\W{http://sourceforge.net/support/tracker.php?aid=1982084}{patch #1982084})
2008-11-20 20:06:32 +00:00
\b System's Resource.dll now built from source
2008-10-10 21:18:41 +00:00
\H{v2.40} 2.40
Released on October 10th, 2008
\S1{v2.40-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Service pack macros added to WinVer in version 2.39 now work (\W{http://sourceforge.net/support/tracker.php?aid=2070708}{bug #2070708}, \W{http://sourceforge.net/support/tracker.php?aid=2095363}{patch #2095363})
2008-10-10 21:18:41 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added initial folder selection option for \L{../Docs/nsDialogs/Readme.html}{nsDialogs}::SelectFileDialog (\W{http://sourceforge.net/support/tracker.php?aid=2016003}{patch #2016003})
2008-10-10 21:18:41 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \R{getparameters}{GetParameters} handling of MBCS characters (\W{http://sourceforge.net/support/tracker.php?aid=2067946}{bug #2067946})
2008-10-10 21:18:41 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed incorrect $\{NSD_OnBack\} documentation (\W{http://sourceforge.net/support/tracker.php?aid=2059651}{bug #2059651})
2008-10-10 21:18:41 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}: Set focus to checkboxes on the finish page (\W{http://sourceforge.net/support/tracker.php?aid=2110357}{bug #2110357})
2008-10-10 21:18:41 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Portuguese corrections (\W{http://sourceforge.net/support/tracker.php?aid=2086988}{bug #2086988})
2008-10-10 21:18:41 +00:00
2009-02-21 19:25:03 +00:00
\b Simplified Chinese corrections (\W{http://sourceforge.net/support/tracker.php?aid=2056906}{patch #2056906})
2008-10-10 21:18:41 +00:00
2008-08-16 19:55:19 +00:00
\H{v2.39} 2.39
Released on August 16th, 2008
\S1{v2.39-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Added \R{define}{!define} \e{/file} and \R{searchparse}{!searchparse} (\W{http://sourceforge.net/support/tracker.php?aid=2016254}{patch #2016254})
2008-08-16 19:55:19 +00:00
2009-02-21 19:25:03 +00:00
\b Added service pack macros (AtLeastServicePack, IsServicePack, AtMostServicePack) to WinVer.nsh (\W{http://sourceforge.net/support/tracker.php?aid=2036802}{patch #2036802})
2008-08-16 19:55:19 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added more \L{../Docs/nsDialogs/Readme.html}{nsDialogs} list box handling macros (\W{http://sourceforge.net/support/tracker.php?aid=2041919}{patch #2041919})
2008-08-16 19:55:19 +00:00
2009-02-21 19:25:03 +00:00
\b Added Unicode version compatible \L{../Docs/System/System.html}{System} string type (\W{http://sourceforge.net/support/tracker.php?aid=2025721}{patch #2025721}, \W{http://sourceforge.net/support/tracker.php?aid=1961307}{RFE #1961307})
2008-08-16 19:55:19 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \L{../Docs/nsDialogs/Readme.html}{nsDialogs} atom leak (\W{http://sourceforge.net/support/tracker.php?aid=2053522}{bug #2053522})
2008-08-16 19:55:19 +00:00
\b Minor documentation improvements
2009-02-21 19:25:03 +00:00
\b Show hand cursor for \L{../Docs/nsDialogs/Readme.html}{nsDialogs} links (\W{http://sourceforge.net/support/tracker.php?aid=2004129}{patch #2004129})
2008-08-16 19:55:19 +00:00
2008-07-12 16:48:07 +00:00
\H{v2.38} 2.38
Released on July 12th, 2008
\S1{v2.38-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Fixed a bug in nsDialogs that caused it to pollute the stack if callbacks are not set for each control (\W{http://sourceforge.net/support/tracker.php?aid=2013317}{bug #2013317})
2008-07-12 16:48:07 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added IfNotThen support for LogicLib (\W{http://sourceforge.net/support/tracker.php?aid=1990761}{patch #1990761})
2008-07-12 16:48:07 +00:00
2009-02-21 19:25:03 +00:00
\b Added support for NTFS mounts points on the directory page (\W{http://sourceforge.net/support/tracker.php?aid=1946112}{bug #1946112})
2008-07-12 16:48:07 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed branding image control detection on Debian, due to improper identification of static controls (\W{http://sourceforge.net/support/tracker.php?aid=1951417}{bug #1951417})
2008-07-12 16:48:07 +00:00
2009-02-21 19:25:03 +00:00
\b Log actual creation of directories and not just failures and final directory (\W{http://sourceforge.net/support/tracker.php?aid=1992325}{patch #1992325})
2008-07-12 16:48:07 +00:00
2009-02-21 19:25:03 +00:00
\b Made log close when \e{LogSet off} is used (\W{http://sourceforge.net/support/tracker.php?aid=1986692}{patch #1986692})
2008-07-12 16:48:07 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=1990955}{bug #1990955})
2008-07-12 16:48:07 +00:00
\b \L{../Docs/MultiUser/Readme.html}{MultiUser}: Fixed MULTIUSER_INSTALLMODE_INSTDIR handling for the uninstaller
\S2{} Modern UI
2009-02-21 19:25:03 +00:00
\b Document page leave callback function (\W{http://sourceforge.net/support/tracker.php?aid=1964719}{bug #1964719})
2008-07-12 16:48:07 +00:00
\b Fixed MUI_FINISHPAGE_CANCEL_ENABLED
2009-02-21 19:25:03 +00:00
\b Fixed wasted variable warnings (\W{http://sourceforge.net/support/tracker.php?aid=1995024}{bug #1995024})
2008-07-12 16:48:07 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Fixed French translation of MUI_UNTEXT_FINISH_INFO_REBOOT (\W{http://sourceforge.net/support/tracker.php?aid=1967032}{patch #1967032})
2008-07-12 16:48:07 +00:00
2009-02-21 19:25:03 +00:00
\b Removed non-ANSI characters from French display name (\W{http://sourceforge.net/support/tracker.php?aid=1979491}{bug #1979491})
2008-07-12 16:48:07 +00:00
2009-02-21 19:25:03 +00:00
\b Updated Slovenian (\W{http://sourceforge.net/support/tracker.php?aid=2014106}{patch #2014106})
2008-07-12 16:48:07 +00:00
2008-05-03 13:44:46 +00:00
\H{v2.37} 2.37
Released on May 3rd, 2008
\S1{v2.37-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Fixed a bug introduced in 2.32 that caused blurry icons on Windows versions prior to XP (\W{http://sourceforge.net/support/tracker.php?aid=1956350}{bug #1956350})
2008-05-03 13:44:46 +00:00
2009-02-21 19:25:03 +00:00
\b Use $PROGRAMFILES as a default for $PROGRAMFILES64 instead of "C:\\Program Files" (\W{http://sourceforge.net/support/tracker.php?aid=1947702}{bug #1947702})
2008-05-03 13:44:46 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Automatically select language in case there is only one available choice (\W{http://sourceforge.net/support/tracker.php?aid=1939571}{bug #1939571})
2008-05-03 13:44:46 +00:00
\b \L{../Docs/MultiUser/Readme.html}{MultiUser}: Fixed build errors with manual inclusion of StrFunc.nsh
2009-02-21 19:25:03 +00:00
\b Support for compression of files up to 2GB (\W{http://sourceforge.net/support/tracker.php?aid=1948700}{patch #1948700})
2008-05-03 13:44:46 +00:00
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b Fixed $\{NSD_OnBack\} (\W{http://sourceforge.net/support/tracker.php?aid=1947388}{bug #1947388})
2008-05-03 13:44:46 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \L{../Docs/nsDialogs/Readme.html}{nsDialogs}::SelectFileDialog return value for user cancelation (\W{http://sourceforge.net/support/tracker.php?aid=1955803}{bug #1955803})
2008-05-03 13:44:46 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed possible \L{../Docs/BgImage/BgImage.txt}{BgImage} crash when calling BgImage::Destroy more than once (\W{http://sourceforge.net/support/tracker.php?aid=1951248}{patch #1951248})
2008-05-03 13:44:46 +00:00
\b Minor documentation improvements
\S2{} Translation
\b Brazilian Portuguese updates
2009-02-21 19:25:03 +00:00
\b Polish updates (\W{http://sourceforge.net/support/tracker.php?aid=1927421}{patch #1927421})
2008-05-03 13:44:46 +00:00
2009-02-21 19:25:03 +00:00
\b Slovak updates (\W{http://sourceforge.net/support/tracker.php?aid=1939669}{patch #1939669})
2008-05-03 13:44:46 +00:00
\b Spanish updates
\S2{} Build System
\b SCons requirement upgraded to 0.98
2008-03-29 21:47:15 +00:00
\H{v2.36} 2.36
Released on March 29th, 2008
\S1{v2.36-rl} Release Notes
\b nsDialogs is picking up its pace and offers lots of new macros in this release. Keep the patches and requests coming!
\S1{v2.36-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b \L{../Docs/nsExec/nsExec.txt}{nsExec}: Support for x64 disabled redirection (\W{http://sourceforge.net/support/tracker.php?aid=1778973}{RFE #1778973}, \W{http://sourceforge.net/support/tracker.php?aid=1889317}{bug #1889317})
2008-03-29 21:47:15 +00:00
\S2{} Modern UI
\b Added missing MUI_UNFUNCTION_DESCRIPTION_BEGIN and MUI_UNFUNCTION_DESCRIPTION_END
2009-02-21 19:25:03 +00:00
\b Fixed start menu page setting the error flag (\W{http://sourceforge.net/support/tracker.php?aid=1891106}{bug #1891106})
2008-03-29 21:47:15 +00:00
\S2{} nsDialogs
2009-02-21 19:25:03 +00:00
\b NSD_AddStyle and NSD_AddExStyle for easy customization (\W{http://sourceforge.net/support/tracker.php?aid=1900588}{patch #1900588})
2008-03-29 21:47:15 +00:00
\b NSD_CB_AddString, NSD_CB_SelectString, NSD_LB_AddString and NSD_LB_SelectString for easier handling of combo and list boxes
\b NSD_CreateNumber and NSD_SetTextLimit for limited input fields
\b NSD_SetImage, NSD_SetStretchedImage, NSD_ClearImage and NSD_FreeImage for image handling
2009-02-21 19:25:03 +00:00
\b NSD_SetState, NSD_GetState, NSD_Check and NSD_Uncheck for handling of check boxes and radio buttons (\W{http://sourceforge.net/support/tracker.php?aid=1900588}{patch #1900588})
2008-03-29 21:47:15 +00:00
\b NSD_SetText for easily setting control's text
2009-02-21 19:25:03 +00:00
\b OnClick support for labels (\W{http://sourceforge.net/support/tracker.php?aid=1908732}{bug #1908732})
2008-03-29 21:47:15 +00:00
2008-03-29 22:36:27 +00:00
\b Support for edit box change notification in combo box
2008-03-29 21:47:15 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Fixed exception handling of UPX compressed icons (\W{http://sourceforge.net/support/tracker.php?aid=1896500}{bug #1896500})
2008-03-29 21:47:15 +00:00
\b Fixed InstallDirRegKey example in bigtest.nsi
\b Fixed Memento's documentation to include $\{MementoSectionDone\}
2009-02-21 19:25:03 +00:00
\b Fixed rare decompression error with 0x4001 bytes of compressed data (\W{http://sourceforge.net/support/tracker.php?aid=1874297}{bug #1874297})
2008-03-29 21:47:15 +00:00
\b LangFile.nsh: Added LANGFILE_INCLUDE_WITHDEFAULT to load language file with defaults being obtained from a default file. This replaces the LANGFILE_DEFAULT setting and makes it easier to use LangFile.nsh for multiple sets of languages file without having to care about the different LANGFILE_DEFAULT settings.
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=1891266}{bug #1891266}, \W{http://sourceforge.net/support/tracker.php?aid=1894033}{bug #1894033}, \W{http://sourceforge.net/support/tracker.php?aid=1896803}{bug #1896803})
2008-03-29 21:47:15 +00:00
\b \L{../Docs/MultiUser/Readme.html}{MultiUser}: Fixed error when a custom installation mode initialization function is used only for the installer
2009-02-21 19:25:03 +00:00
\b \L{../Docs/MultiUser/Readme.html}{MultiUser}: Fixed default installation mode based on registry key (\W{http://sourceforge.net/support/tracker.php?aid=1913029}{bug #1913029})
2008-03-29 21:47:15 +00:00
\b \L{../Docs/MultiUser/Readme.html}{MultiUser}: Fixed no uninstaller handling (MULTIUSER_NOUNINSTALL)
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: Avoid opening executables with identical folder names when opening script's folder (\W{http://sourceforge.net/support/tracker.php?aid=1891066}{bug #1891066})
2008-03-29 21:47:15 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/nsExec/nsExec.txt}{nsExec}: Fixed return code handling so 259 won't cause an infinite loop (\W{http://sourceforge.net/support/tracker.php?aid=1909458}{bug #1909458})
2008-03-29 21:47:15 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/VPatch/Readme.html}{VPatch}: Added MD5 functions (\W{http://sourceforge.net/support/tracker.php?aid=1900226}{RFE #1900226})
2008-03-29 21:47:15 +00:00
\S2{} Translation
2009-02-21 19:25:03 +00:00
\b Albanian updates (\W{http://sourceforge.net/support/tracker.php?aid=1919360}{patch #1919360})
2008-03-29 21:47:15 +00:00
2009-02-21 19:25:03 +00:00
\b French fixes (\W{http://sourceforge.net/support/tracker.php?aid=1916564}{patch #1916564})
2008-03-29 21:47:15 +00:00
2009-02-21 19:25:03 +00:00
\b Polish updates (\W{http://sourceforge.net/support/tracker.php?aid=1894983}{patch #1894983})
2008-03-29 21:47:15 +00:00
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Fixed build of NSIS Menu with wxGTK (\W{http://sourceforge.net/support/tracker.php?aid=1900233}{bug #1900233})
2008-03-29 21:47:15 +00:00
\b Use CRLF for DSW and DSP files to avoid corruption messages
\b Various build fixes for GCC 4.3, amd64 and Linux in general
2008-02-08 20:56:50 +00:00
\H{v2.35} 2.35
Released on February 8th, 2008
\S1{v2.35-cl} Changelog
\S2{} Major Changes
\b Added \L{../Docs/MultiUser/Readme.html}{MultiUser} - installer configuration for multi-user Windows environments
2009-02-21 19:25:03 +00:00
\b More user friendly corrupted installer message (\W{http://sourceforge.net/support/tracker.php?aid=1795426}{RFE #1795426})
2008-02-08 20:56:50 +00:00
\b Switched all examples to Modern UI 2
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Fixed uninitialized memory leaking into resources (\W{http://sourceforge.net/support/tracker.php?aid=1874297}{bug #1874297})
2008-02-08 20:56:50 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=1861941}{bug #1861941}, \W{http://sourceforge.net/support/tracker.php?aid=1883917}{bug #1883917})
2008-02-08 20:56:50 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}: Fit images in welcome/finish page by default and fix support for MUI_(UN)WELCOMEFINISHPAGE_BITMAP_NOSTRETCH (\W{http://sourceforge.net/support/tracker.php?aid=1875945}{bug #1875945})
2008-02-08 20:56:50 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}: Fixed default finish page reboot selection (\W{http://sourceforge.net/support/tracker.php?aid=1864690}{bug #1864690})
2008-02-08 20:56:50 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}: Fixed MUI_STARTMENU_GETFOLDER (\W{http://sourceforge.net/support/tracker.php?aid=1864507}{bug #1864507})
2008-02-08 20:56:50 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}: Fixed unreferenced mui.StartMenuPage.Create warning (\W{http://sourceforge.net/support/tracker.php?aid=1861944}{bug #1861944})
2008-02-08 20:56:50 +00:00
\b New simplified code for \R{library_vb6}{installation of VisualBasic 6 runtime}
\b Simplified NSIS Menu providing easier access to all documentation
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b Added keyboard cues support for LINK controls in \L{../Docs/nsDialogs/Readme.html}{nsDialogs} (\W{http://sourceforge.net/support/tracker.php?aid=1871856}{patch #1871856})
2008-02-08 20:56:50 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed a rare nsDialogs crash on Windows 98 with non-standard builds of nsDialogs (\W{http://sourceforge.net/support/tracker.php?aid=1889720}{bug #1889720})
2008-02-08 20:56:50 +00:00
2007-12-22 16:09:26 +00:00
\H{v2.34} 2.34
Released on December 24th, 2007
\S1{v2.34-rl} Release Notes
2007-12-22 16:10:17 +00:00
\b Thanks to user input on \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}, it is now ready for mass consumption at no better time than the holiday season. The installer for NSIS itself now exploits the wonders of MUI2 and \L{../Docs/nsDialogs/Readme.html}{nsDialogs} and so should you.
2007-12-22 16:09:26 +00:00
\S1{v2.34-cl} Changelog
\S2{} Major Changes
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}: Simpler code, easier to extend and makes use of the faster \L{../Docs/nsDialogs/Readme.html}{nsDialogs}
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added IfNot support for LogicLib (\W{http://sourceforge.net/support/tracker.php?aid=1846785}{patch #1846785})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Added some deprecation messages in MUI2 (\W{http://sourceforge.net/support/tracker.php?aid=1784470}{bug #1784470})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Allow overwrite of LANGFILE_*_NAME defines in new LangFile.nsh (\W{http://sourceforge.net/support/tracker.php?aid=1848952}{bug #1848952})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Better RTL support in instfiles and components page (\W{http://sourceforge.net/support/tracker.php?aid=1841573}{bug #1841573})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Don't warn of comments containing line-continuation character when it has no effect (\W{http://sourceforge.net/support/tracker.php?aid=1701051}{bug #1701051}, \W{http://sourceforge.net/support/tracker.php?aid=1686589}{RFE #1686589})
2007-12-24 20:32:54 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed deletion of files with relative paths, a.k.a the EVE bug (\W{http://sourceforge.net/support/tracker.php?aid=1851273}{bug #1851273})
2007-12-22 16:09:26 +00:00
\b Fixed input verification of \R{sgetcurinsttype}{GetCurInstType} and \R{getfullpathname}{GetFullPathName}
2009-02-21 19:25:03 +00:00
\b Fixed \R{wordfind}{WordFind} handling of MBCS characters (\W{http://sourceforge.net/support/tracker.php?aid=1852141}{bug #1852141})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=1842326}{bug #1842326})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Use CRLF in examples (\W{http://sourceforge.net/support/tracker.php?aid=1835866}{bug #1835866})
2007-12-22 16:09:26 +00:00
\S2{} Utilities and Plug-ins
\b Added missing stack handling in \L{../Docs/nsDialogs/Readme.html}{nsDialogs} examples
2009-02-21 19:25:03 +00:00
\b Added NSD_GetState for checkboxes and radio buttons, NSD_SetFocus, NSD_CreatePassword and NSD_CreateDropList (\W{http://sourceforge.net/support/tracker.php?aid=1848940}{patch #1848940})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed documentation of \L{../Docs/nsDialogs/Readme.html}{nsDialogs}::SelectFolderDialog (\W{http://sourceforge.net/support/tracker.php?aid=1841120}{bug #1841120})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed NSD_CreateComboBox so it'd work like InstallOptions (\W{http://sourceforge.net/support/tracker.php?aid=1851136}{bug #1851136})
2007-12-22 16:09:26 +00:00
\S2{} Translations
\b Bulgarian updates
\b German fixes
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Fixed build issues on Mac OS (\W{http://sourceforge.net/support/tracker.php?aid=1851365}{bug #1851365})
2007-12-22 16:09:26 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed endianity issues introduced in version 2.32 (\W{http://sourceforge.net/support/tracker.php?aid=1851365}{bug #1851365})
2007-12-22 16:09:26 +00:00
2007-11-17 14:23:04 +00:00
\H{v2.33} 2.33
Released on November 17th, 2007
\S1{v2.33-rl} Release Notes
\b This is a quick fix release for a bug, introduced in 2.32, that prevented the welcome page to display properly on Windows 9x. The problem was caused by the move from CVS to Subversion that messed with the line-breaks format of the INI files.
\S1{v2.33-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: Fixed a bug, introduced in 2.32, that caused display problems for the welcome and finish pages on Windows 9x (\W{http://sourceforge.net/support/tracker.php?aid=1831677}{bug #1831677})
2007-11-17 14:23:04 +00:00
\S2{} Minor Changes
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: Allow MUI_LANGDLL_ALLLANGUAGES to be defined after insertion of MUI_LANGUAGE macro
\S2{} Utilities and Plug-ins
\b Made \L{../Docs/nsExec/nsExec.txt}{nsExec}'s internal process always exit cleanly to avoid false return values and delays (reported in the \W{http://forums.winamp.com/showthread.php?threadid=279683}{forum})
\b \L{../Docs/nsDialogs/Readme.html}{nsDialogs}: Added OnClick support for static controls
2009-02-21 19:25:03 +00:00
\b \L{../Docs/VPatch/Readme.html}{VPatch}: Fixed VPatchFile macro path handling (\W{http://sourceforge.net/support/tracker.php?aid=1829540}{bug #1829540})
2007-11-17 14:23:04 +00:00
\S2{} Translations
\b Spanish updates
\S2{} Build System
\b Separate strip options for win32 and cross-platform binaries
2007-11-09 15:22:58 +00:00
\H{v2.32} 2.32
Released on November 9th, 2007
\S1{v2.32-rl} Release Notes
\b Vista PNG icons are now supported without the need for any special tricks.
\S1{v2.32-cl} Changelog
\S2{} Major Changes
\b Added support for mismatching installer and uninstaller icons
\b NSIS source code is now hosted on Subversion instead of CVS
\S2{} Minor Changes
\b Fixed synchronization that could allow the user to cause extraction errors in rare cases (reported in the \W{http://forums.winamp.com/showthread.php?s=&threadid=274333}{forum})
\b Fixed syntax validation of \R{var}{Var}
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=1811876}{bug #1811876}, \W{http://sourceforge.net/support/tracker.php?aid=1819946}{bug #1819946})
2007-11-09 15:49:10 +00:00
2007-11-09 15:22:58 +00:00
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed 3-line title on welcome/finish page
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed components page description and lock
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed default language selection from registry
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed MUI_DIRECTORYPAGE_BGCOLOR
\S2{} Utilities and Plug-ins
\b \L{../Docs/nsDialogs/Readme.html}{nsDialogs}: Added link support
\S2{} Translations
\b Bulgarian corrections
2009-02-21 19:25:03 +00:00
\b Fixed Japanese and Norwegian Nynorsk MUI line breaks (\W{http://sourceforge.net/support/tracker.php?aid=1817289}{bug #1817289})
2007-11-09 15:22:58 +00:00
\S2{} Build System
\b Check compiler's \e{-m32} flag before the linker's to avoid gcc segfault
2007-09-29 10:48:47 +00:00
\H{v2.31} 2.31
Released on September 29th, 2007
\S1{v2.31-rl} Release Notes
\b Please continue to report any issues and suggestions regarding \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}. Input for the previous version was very helpful in improving MUI2.
\S1{v2.31-cl} Changelog
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added BST_* definitions to WinMessages.nsh (\W{http://sourceforge.net/support/tracker.php?aid=1792422}{bug #1792422})
2007-09-29 10:48:47 +00:00
\b Added \R{setregview}{SetRegView} \e{lastused}
\b Minor documentation improvements
\b \R{library}{Library} will now revert registry view settings (\R{setregview}{SetRegView}) after it's finished
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: Fixed empty welcome page with Chinese (\W{http://sourceforge.net/support/tracker.php?aid=1786899}{bug #1786899})
2007-09-29 10:48:47 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: Fixed finish button text (\W{http://sourceforge.net/support/tracker.php?aid=1789492}{bug #1789492})
2007-09-29 10:48:47 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: Fixed uninstaller comportments page text (\W{http://sourceforge.net/support/tracker.php?aid=1793811}{bug #1793811})
2007-09-29 10:48:47 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: Fixed unused function warnings
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed header bitmap issues, including NOSTRETCH and compilation errors
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed language selection dialog
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed reboot finish page
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed unloading of nsDialogs on finish page
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Fixed unused variable warnings
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: Fixed command line parsing error (\W{http://sourceforge.net/support/tracker.php?aid=1796053}{bug #1796053})
2007-09-29 10:48:47 +00:00
\S2{} Translations
\b Korean corrections
2009-02-21 19:25:03 +00:00
\b Persian improvements (\W{http://sourceforge.net/support/tracker.php?aid=1776386}{patch #1776386})
2007-09-29 10:48:47 +00:00
2009-02-21 19:25:03 +00:00
\b Romanian improvements (\W{http://sourceforge.net/support/tracker.php?aid=1783853}{patch #1783853})
2007-09-29 10:48:47 +00:00
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Fixed build failures with MinGW's GCC 4 (\W{http://sourceforge.net/support/tracker.php?aid=1800834}{bug #1800834})
2007-09-29 10:48:47 +00:00
2007-08-25 13:49:07 +00:00
\H{v2.30} 2.30
2007-08-25 16:53:32 +00:00
Released on August 25th, 2007
2007-08-25 13:49:07 +00:00
\S1{v2.30-rl} Release Notes
\b This release includes a beta of \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2}. Please report any issues and suggestions.
\b The format of Modern UI language files has been modified to better support external strings. Private language files should be converted (and submitted as a \W{http://sourceforge.net/tracker/?group_id=22049&atid=373087}{patch} in the spirit of open source).
\S1{v2.30-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Fixed a bug introduced in version 2.29 that caused invalid $SMPROGRAMS value on Windows 98 (\W{http://sourceforge.net/support/tracker.php?aid=1766268}{bug #1766268})
2007-08-25 13:49:07 +00:00
\b \L{../Docs/Modern UI 2/Readme.html}{Modern UI 2 beta}: Simpler code, easier to extend and makes use of nsDialogs
\S2{} Minor Changes
\b Added InstallOptions.nsh with relevant usage macros, based on the old Modern UI macros
\b Added LangFile.nsh allowing creation of langauge files that can be included with a single command with defaults for missing strings (when LANGFILE_DEFAULT is set)
2009-02-21 19:25:03 +00:00
\b Added LB_ERR and CB_ERR to WinMessages.nsh (\W{http://sourceforge.net/support/tracker.php?aid=1771644}{bug #1771644})
2007-08-25 13:49:07 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \R{createdirectory}{CreateDirectory} logging (\W{http://sourceforge.net/support/tracker.php?aid=1768584}{patch #1768584})
2007-08-25 13:49:07 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed escaping of quotes with $\\ in macros (\W{http://sourceforge.net/support/tracker.php?aid=1713708}{bug #1713708})
2007-08-25 13:49:07 +00:00
\b Minor documentation improvements
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.80}: New language files structure based on LangFile.nsh
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.80}: MUI_LANGDLL_DISPLAY now reads previous settings on silent installations as well
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.80}: Added MUI_CUSTOMFUNCTION_MOUSEOVERSECTION (\W{http://sourceforge.net/support/tracker.php?aid=1762003}{patch #1762003})
2007-08-25 13:49:07 +00:00
\S2{} Utilities and Plug-ins
\b Various nsDialogs improvements including RTL support, more macros in nsDialogs.nsh and \L{../Docs/nsDialogs/Readme.html}{initial documentation}
\S2{} Translations
\b Catalan returns
\b Danish corrections
2009-02-21 19:25:03 +00:00
\b Slovak corrections (\W{http://sourceforge.net/support/tracker.php?aid=1762627}{patch #1762627})
2007-08-25 13:49:07 +00:00
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b More HPUX fixes (\W{http://sourceforge.net/support/tracker.php?aid=1755148}{bug #1755148}, \W{http://sourceforge.net/support/tracker.php?aid=1753063}{bug #1753063}, \W{http://sourceforge.net/support/tracker.php?aid=1758873}{bug #1758873}, \W{http://sourceforge.net/support/tracker.php?aid=1758863}{patch #1758863})
2007-08-25 13:49:07 +00:00
\b Ignore known failing tests by default on POSIX
2007-07-14 11:32:54 +00:00
\H{v2.29} 2.29
Released on July 14th, 2007
\S1{v2.29-rl} Release Notes
\b The most notable addition in this release is nsDialogs - a faster and far more capable replacement for InstallOptions. It allows creating controls of any type directly from the script and removes the need to mess with slow INI files. It integrates directly into the script by calling functions for notification, including change notification for edit boxes. \W{http://nsis.sourceforge.net/Community}{Speak up} if you have any suggestions/comments/patches for it.
\S1{v2.29-cl} Changelog
\S2{} Major Changes
\b Added \L{../Examples/nsDialogs}{nsDialogs} - a replacement for InstallOptions
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Disable Windows error messages for the entire installer and not just for an incomplete list of fail-points (\W{http://sourceforge.net/support/tracker.php?aid=1741061}{bug #1741061})
2007-07-14 11:32:54 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed incorrect large version handling of \R{getfileversion}{GetFileVersion} (\W{http://sourceforge.net/support/tracker.php?aid=1742255}{bug #1742255}, \W{http://sourceforge.net/support/tracker.php?aid=1742562}{patch #1742562})
2007-07-14 11:32:54 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed the ReverseSection macro in Sections.nsh (\W{http://sourceforge.net/support/tracker.php?aid=1742793}{bug #1742793})
2007-07-14 11:32:54 +00:00
\b Minor documentation improvements
\b Simplified \R{readreg_multi_sz}{REG_MULTI_SZ reader}
\b Use SHGetFolderPath where available to better support all users' folders
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Banner/Readme.txt}{Banner}: Avoid possible hangs when called from page callbacks (\W{http://sourceforge.net/support/tracker.php?aid=1743801}{bug #1743801})
2007-07-14 11:32:54 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/NSISdl/ReadMe.txt}{NSISdl}: added /TRANSLATE2 for more "translator-friendly" strings (\W{http://sourceforge.net/support/tracker.php?aid=1656076}{patch #1656076})
2007-07-14 11:32:54 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/NSISdl/ReadMe.txt}{NSISdl}: support downloads over 2gb (\W{http://sourceforge.net/support/tracker.php?aid=1723131}{patch #1723131})
2007-07-14 11:32:54 +00:00
\S2{} Translations
\b Added International Spanish
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Added support for HPUX (\W{http://sourceforge.net/support/tracker.php?aid=1714416}{patch #1714416})
2007-07-14 11:32:54 +00:00
2007-06-08 18:07:28 +00:00
\H{v2.28} 2.28
Released on June 8th, 2007
\S1{v2.28-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Added a workaround for a Windows 2000 bug that caused infinite loops when hitting a key in the instilfes page (\W{http://sourceforge.net/support/tracker.php?aid=1733692}{bug #1733692})
2007-06-08 18:07:28 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Improved compiler error strings (\W{http://sourceforge.net/support/tracker.php?aid=1722147}{patch #1722147})
2007-06-08 18:07:28 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: added MUI_STARTMENUPAGE_BGCOLOR and MUI_DIRECTORYPAGE_BGCOLOR (\W{http://sourceforge.net/support/tracker.php?aid=1706187}{patch #1706187})
2007-06-08 18:07:28 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: added MUI_LANGDLL_ALLLANGUAGES that forces the language selection dialog to display all languages (\W{http://sourceforge.net/support/tracker.php?aid=1724876}{patch #1724876})
2007-06-08 18:07:28 +00:00
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions}: corrected documentation of TxtColor (\W{http://sourceforge.net/support/tracker.php?aid=1716614}{bug #1716614})
2007-06-08 18:07:28 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/NSISdl/ReadMe.txt}{NSISdl}: added compatibility with some buggy servers that don't close the connection (\W{http://sourceforge.net/support/tracker.php?aid=1713562}{bug #1713562})
2007-06-08 18:07:28 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/NSISdl/ReadMe.txt}{NSISdl}: fixed 100% CPU usage during domain resolution (\W{http://sourceforge.net/support/tracker.php?aid=1713560}{bug #1713560})
2007-06-08 18:07:28 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Valencian and Catalan are no longer installed (\W{http://sourceforge.net/support/tracker.php?aid=1558822}{patch #1558822})
2007-06-08 18:07:28 +00:00
\S2{} Build System
\b Added IGNORETESTS for ignoring certain test files
\b Added wxWidgets to the requirement list
2009-02-21 19:25:03 +00:00
\b \L{../Docs/System/System.html}{System} now builds with GCC, but without System::Get and System::Call (\W{http://sourceforge.net/support/tracker.php?aid=1711089}{patch #1711089})
2007-06-08 18:07:28 +00:00
2007-05-05 11:07:43 +00:00
\H{v2.27} 2.27
Released on May 5th, 2007
\S1{v2.27-rl} Release Notes
\b This is a quick-fix release that addresses a bug introduced in the last version, 2.26, that caused $PROGRAMFILES and $COMMONFILES to translate into random strings in the uninstaller.
\S1{v2.27-cl} Changelog
\S2{} Major Changes
\b Fixed a bug introduced in 2.26 that made $PROGRAMFILES and $COMMONFILES unavailable in the uninstaller
\S2{} Minor Changes
\b Disable the X button on InstallOptions pages when CancelEnabled is 0
2011-05-28 18:45:57 +00:00
\b Fixed incomplete \R{messagebox}{MessageBox} usage line (\W{http://sourceforge.net/support/tracker.php?aid=1709460}{bug #1709460})
2007-05-05 11:07:43 +00:00
\S2{} Build System
\b Added \c{TOOLSET} option to allow selection of specific build tools (e.g. \c{scons TOOLSET=mingw})
2007-04-27 18:36:59 +00:00
\H{v2.26} 2.26
2007-05-05 11:07:43 +00:00
Released on April 27th, 2007
2007-04-27 18:36:59 +00:00
\S1{v2.26-rl} Release Notes
\b Installation on x64 systems is now fully supported with $PROGRAMFILES64, \R{setregview}{SetRegView} and \R{library}{Library}'s LIBRARY_X64 option.
\S1{v2.26-cl} Changelog
\S2{} Major Changes
\b Added LIBRARY_X64 option for \R{library_install}{InstallLib} and \R{library_uninstall}{UnInstallLib} for installing and uninstalling x64 libraries
\b Added \R{varconstant}{$PROGRAMFILES32}, \R{varconstant}{$PROGRAMFILES64}, \R{varconstant}{$COMMONFILES32} and \R{varconstant}{$COMMONFILES64}
\S2{} Minor Changes
\b Added \R{varconstant}{$EXEPATH} and \R{varconstant}{$EXEFILE}
2009-02-21 19:25:03 +00:00
\b Added $(^Language) language string which holds the language name (\W{http://sourceforge.net/support/tracker.php?aid=1235616}{RFE #1235616})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b Added LIBRARY_IGNORE_VERSION option for \R{library_install}{InstallLib} (\W{http://sourceforge.net/support/tracker.php?aid=1699435}{patch #1699435})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b Added VXD support for \R{getdllversionlocal}{GetDLLVersionLocal} on Windows NT/2000/XP/Vista (\W{http://sourceforge.net/support/tracker.php?aid=1706624}{patch #1706624})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b Avoid \R{library}{Library} warning when UnInstallLib is unused (\W{http://sourceforge.net/support/tracker.php?aid=1692761}{bug #1692761})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed error handling of \R{copyfiles}{CopyFiles} on Windows NT4 (\W{http://sourceforge.net/support/tracker.php?aid=774966}{bug #774966})
2007-04-27 18:36:59 +00:00
\b Fixed font name encoding broken since 2.24
\b Fixed \L{../Examples/LogicLib.nsi}{LogicLib} duplicate labels across included files
2009-02-21 19:25:03 +00:00
\b Fixed preservation of folder attributes with \c{\R{file}{File} /a} (\W{http://sourceforge.net/support/tracker.php?aid=1699474}{bug #1699474})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b Improved unused variable warning (\W{http://sourceforge.net/support/tracker.php?aid=1701050}{bug #1701050})
2007-04-27 18:36:59 +00:00
\b \R{library}{Library} macros no longer require version information for DLL files on POSIX
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements (including \W{http://sourceforge.net/support/tracker.php?aid=971467}{RFE #971467})
2007-04-27 18:36:59 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: added MUI_FINISHPAGE_CANCEL_ENABLED
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: added MUI_FINISHPAGE_REBOOTLATER_DEFAULT (\W{http://sourceforge.net/support/tracker.php?aid=1143843}{RFE #1143843})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: block unsupported languages in the language selection dialog (\W{http://sourceforge.net/support/tracker.php?aid=1564986}{RFE #1564986})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: disable Cancel button on the finish page (\W{http://sourceforge.net/support/tracker.php?aid=1267491}{bug #1267491})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI}: reduce flicker caused by MUI_HEADER_TRANSPARENT_TEXT (\W{http://sourceforge.net/support/tracker.php?aid=1696610}{patch #1696610})
2007-04-27 18:36:59 +00:00
\b Support \R{quit}{Quit} in \R{pagecallbacks_explain}{show page functions}
\S2{} New/Changed Commands
\b Added \R{setregview}{SetRegView} to allow access to the x64 registry view
2009-02-21 19:25:03 +00:00
\b Installer icon support for \R{messagebox}{MessageBox} using MB_USERICON (\W{http://sourceforge.net/support/tracker.php?aid=1682748}{patch #1682748}, \W{http://sourceforge.net/support/tracker.php?aid=1530388}{RFE #1530388})
2007-04-27 18:36:59 +00:00
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.47}: line breaks support in Link controls (\W{http://sourceforge.net/support/tracker.php?aid=1683186}{patch #1683186}, \W{http://sourceforge.net/support/tracker.php?aid=1495949}{RFE #1495949}), added HLine and VLine controls (\W{http://sourceforge.net/support/tracker.php?aid=1683189}{patch #1683189})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: fixed broken command line parameter handling introduced in the last version (\W{http://sourceforge.net/support/tracker.php?aid=1696534}{bug #1696534})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Examples/UserInfo/UserInfo.nsi}{UserInfo}: return effective user group on Vista, added GetOriginalAccountType (\W{http://sourceforge.net/support/tracker.php?aid=1687456}{patch #1687456}, \W{http://sourceforge.net/support/tracker.php?aid=1684777}{bug #1684777})
2007-04-27 18:36:59 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Added Afrikaans translation (\W{http://sourceforge.net/support/tracker.php?aid=1699558}{patch #1699558})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b French corrections (\W{http://sourceforge.net/support/tracker.php?aid=1676101}{patch #1676101})
2007-04-27 18:36:59 +00:00
\b German corrections
\S2{} Build System
\b Added SKIPTESTS option
2009-02-21 19:25:03 +00:00
\b Avoid a lot of code warnings (\W{http://sourceforge.net/support/tracker.php?aid=1676243}{bug #1676243})
2007-04-27 18:36:59 +00:00
2009-02-21 19:25:03 +00:00
\b Detect wxWidgets instead of assuming its existence on POSIX (\W{http://sourceforge.net/support/tracker.php?aid=1672315}{bug #1672315})
2007-04-27 18:36:59 +00:00
\b Fixed big-endian platform support broken since 2.24
2007-03-31 12:38:39 +00:00
\H{v2.25} 2.25
Released on March 31st, 2007
\S1{v2.25-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Added \L{../Include/Memento.nsh}{Memento.nsh} for easy persistency of user selections across different runs of the installer (\W{http://sourceforge.net/support/tracker.php?aid=1677624}{RFE #1677624})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed a bug introduced in 2.24 that allowed the license page to be skipped even with agreement check box or radio buttons (\W{http://sourceforge.net/support/tracker.php?aid=1664428}{bug #1664428})
2007-03-31 12:38:39 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added Vista manifest to StartMenu.nsi example to avoid backward compatibility mode that moves shortcuts (\W{http://sourceforge.net/support/tracker.php?aid=1664957}{bug #1664957})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b Both dashes and slashes are supported as switch prefixes on makensis.exe (\W{http://sourceforge.net/support/tracker.php?aid=1661503}{bug #1661503})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b Delete uninstaller temporary directory on reboot (\W{http://sourceforge.net/support/tracker.php?aid=1660626}{patch #1660626})
2007-03-31 12:38:39 +00:00
\b Distribute \L{../Examples/Plugin}{Plug-in example} with the NSIS package and not only with the source code
2009-02-21 19:25:03 +00:00
\b Fixed lossy Unicode conversion of dialog template strings (\W{http://sourceforge.net/support/tracker.php?aid=1662190}{bug #1662190})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \L{../Include/Sections.nsh}{Sections.nsh} macros support for $0 as input (\W{http://sourceforge.net/support/tracker.php?aid=1664648}{bug #1664648})
2007-03-31 12:38:39 +00:00
\b Fixed uninstallers support for the /D= command line switch
\b Improved logging of WriteReg commands
2009-02-21 19:25:03 +00:00
\b Minor documentation updates and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1662419}{patch #1662419})
2007-03-31 12:38:39 +00:00
\S2{} New/Changed Commands
2009-02-21 19:25:03 +00:00
\b Added bitwise operators support for \R{define}{!define} /math (\W{http://sourceforge.net/support/tracker.php?aid=1669513}{RFE #1669513})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b \R{scopepredefines}{__PAGEEX__} contains the page type (\W{http://sourceforge.net/support/tracker.php?aid=1644712}{patch #1644712})
2007-03-31 12:38:39 +00:00
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.46}: Use installer's name for message boxes (\W{http://sourceforge.net/support/tracker.php?aid=1661677}{bug #1661677})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: Use Escape button to close (\W{http://sourceforge.net/support/tracker.php?aid=1666501}{RFE #1666501})
2007-03-31 12:38:39 +00:00
\b \L{../Docs/Math/Math.txt}{Math}: Removed mathcrt.lib
2009-02-21 19:25:03 +00:00
\b \L{../Docs/StartMenu/Readme.txt}{StartMenu}: Refuse empty paths (\W{http://sourceforge.net/support/tracker.php?aid=1684751}{bug #1684751})
2007-03-31 12:38:39 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Fixed Galician language files (\W{http://sourceforge.net/support/tracker.php?aid=1663795}{bug #1663795})
2007-03-31 12:38:39 +00:00
\S2{} Build System
\b Added APPEND_LIBPATH and APPEND_CPPATH instead of the malfunctioning CPPPATH and LIBPATH
2009-02-21 19:25:03 +00:00
\b Added ChangeLog to source code package (\W{http://sourceforge.net/support/tracker.php?aid=1680508}{patch #1680508})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b Avoid some warnings on VS2005 (\W{http://sourceforge.net/support/tracker.php?aid=1667950}{patch #1667950})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed lzma test segfault on POSIX (\W{http://sourceforge.net/support/tracker.php?aid=1666873}{bug #1666873})
2007-03-31 12:38:39 +00:00
2009-02-21 19:25:03 +00:00
\b More strict-aliasing compatibility (\W{http://sourceforge.net/support/tracker.php?aid=1635841}{bug #1635841})
2007-03-31 12:38:39 +00:00
\b NSIS Menu finally built from source
2007-02-17 11:53:49 +00:00
\H{v2.24} 2.24
Released on February 17th, 2007
\S1{v2.24-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b \R{library}{Library} uninstall-reinstall-reboot problems workaround (\W{http://sourceforge.net/support/tracker.php?aid=1097642}{bug #1097642})
2007-02-17 11:53:49 +00:00
\b Minimized number of cases where an error message appears in silent mode
2009-02-21 19:25:03 +00:00
\b New compiler predefines for \R{scopepredefines}{code scope} (\W{http://sourceforge.net/support/tracker.php?aid=1644712}{patch #1644712})
2007-02-17 11:53:49 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added \R{usagereference}{/P command line option} for setting process priority of makensis (\W{http://sourceforge.net/support/tracker.php?aid=1638974}{patch #1638974})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b Added support for 64-bit PE on POSIX to \R{getdllversionlocal}{GetDLLVersionLocal} (\W{http://sourceforge.net/support/tracker.php?aid=1643633}{patch #1643633})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b Append last part of \R{ainstalldir}{InstallDir} only to $INSTDIR on directory pages (\W{http://sourceforge.net/support/tracker.php?aid=1174184}{bug #1174184})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b Avoid permissions change of output files for \R{linefind}{LineFind} and \R{filejoin}{FileJoin} (\W{http://sourceforge.net/support/tracker.php?aid=1631773}{bug #1631773})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed erroneous warnings on uninstall sections (\W{http://sourceforge.net/support/tracker.php?aid=1631889}{bug #1631889})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed lossy Unicode conversion in resource editor (\W{http://sourceforge.net/support/tracker.php?aid=1083492}{bug #1083492})
2007-02-17 11:53:49 +00:00
\b Ignore invalid preprocessor commands in ignored block or comments
2009-02-21 19:25:03 +00:00
\b Made \R{viaddversionkey}{VIAddVersionKey} only query language tables instead of creating them and generating warnings (\W{http://sourceforge.net/support/tracker.php?aid=1626504}{bug #1626504})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation updates and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1642107}{bug #1642107}, \W{http://sourceforge.net/support/tracker.php?aid=1649187}{patch #1649187})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b Warn when continuing a comment line using backslash (\W{http://sourceforge.net/support/tracker.php?aid=1554178}{bug #1554178})
2007-02-17 11:53:49 +00:00
\S2{} New/Changed Commands
2009-02-21 19:25:03 +00:00
\b \R{regdll}{RegDLL} and \R{unregdll}{UnregDLL} now use LOAD_WITH_ALTERED_SEARCH_PATH, so there's no need to use \R{setoutpath}{SetOutPath} to set the working directory (\W{http://sourceforge.net/support/tracker.php?aid=1638191}{bug #1638191})
2007-02-17 11:53:49 +00:00
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.45}: Added FOCUS flag (\W{http://sourceforge.net/support/tracker.php?aid=1634704}{patch #1634704}) and fixed paste with ONLY_NUMBERS flag (\W{http://sourceforge.net/support/tracker.php?aid=1652075}{bug #1652075})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: settings in HKCU instead of HKLM (\W{http://sourceforge.net/support/tracker.php?aid=1411970}{bug #1411970}) and MRU menu accelerators
2007-02-17 11:53:49 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Added Galician translation (\W{http://sourceforge.net/support/tracker.php?aid=1631765}{patch #1631765})
2007-02-17 11:53:49 +00:00
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Added a workaround for building on x64 POSIX platforms (\W{http://sourceforge.net/support/tracker.php?aid=1646170}{bug #1646170})
2007-02-17 11:53:49 +00:00
2009-02-21 19:25:03 +00:00
\b Added a workaround for strict-aliasing compatibility (\W{http://sourceforge.net/support/tracker.php?aid=1635841}{bug #1635841})
2007-02-17 11:53:49 +00:00
\b Added compression tests
\b Added STRIP, APPEND_CCFLAGS and APPEND_LINKFLAGS build options
\b Fixed SCons 0.96.94 compatibility
2007-01-13 17:50:06 +00:00
\H{v2.23} 2.23
2007-02-17 11:53:49 +00:00
Released on January 13th, 2007
2007-01-13 17:50:06 +00:00
\S1{v2.23-cl} Changelog
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Fixed compiler crash on Mac OS X (\W{http://sourceforge.net/support/tracker.php?aid=1611866}{patch #1611866})
2007-01-13 17:50:06 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed deletion of start menu icons in NSIS installer on Vista (\W{http://sourceforge.net/support/tracker.php?aid=1611251}{bug #1611251})
2007-01-13 17:50:06 +00:00
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b Fixed incorrect \L{../Docs/nsExec/nsExec.txt}{nsExec} message handling in silent mode (\W{http://sourceforge.net/support/tracker.php?aid=1605581}{bug #1605581})
2007-01-13 17:50:06 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \L{../Docs/System/System.html}{System} crash when System::Store is called on an empty private stack (\W{http://sourceforge.net/support/tracker.php?aid=1620178}{bug #1620178})
2007-01-13 17:50:06 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \L{../Docs/System/System.html}{System} crash with parenthesis in filename (\W{http://sourceforge.net/support/tracker.php?aid=1616267}{bug #1616267})
2007-01-13 17:50:06 +00:00
2009-02-21 19:25:03 +00:00
\b Minor VPatch documentation enhancements (\W{http://sourceforge.net/support/tracker.php?aid=1624292}{patch #1624292})
2007-01-13 17:50:06 +00:00
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Fixed build failures on mingw32 (\W{http://sourceforge.net/support/tracker.php?aid=1610773}{bug #1610773})
2007-01-13 17:50:06 +00:00
2007-03-04 17:00:27 +00:00
\b Fixed build problems with MSTOOLKIT=yes
2007-01-13 17:50:06 +00:00
2006-11-27 15:22:08 +00:00
\H{v2.22} 2.22
Released on November 27th, 2006
\S1{v2.22-rl} Release Notes
\b Some changes have been made to the credit and license files in order to avoid copyrights and license related confusions. This does not change in any way how NSIS should or could be used. NSIS itself is still licensed with the permissive BSD-like \W{http://nsis.sourceforge.net/License}{zlib license}.
\b Upgrade is recommended for early adopters of WinVer.nsh, due to a bug in Windows 98 and ME detection.
\S1{v2.22-cl} Changelog
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Fixed context menu not disappearing when moving from instfiles page (\W{http://sourceforge.net/support/tracker.php?aid=1115825}{bug #1115825})
2006-11-27 15:22:08 +00:00
2006-11-27 16:50:52 +00:00
\b Fixed \L{../Include/WinVer.nsh}{WinVer.nsh}'s detection of Windows 98 and ME (reported on the \W{http://forums.winamp.com/showthread.php?s=&threadid=257994&highlight=winver.nsh}{forum})
2011-05-28 18:45:57 +00:00
\b Fixed \R{writeuninstaller}{WriteUninstaller} failure to overwrite read-only uninstallers (\W{http://sourceforge.net/support/tracker.php?aid=1542530}{bug #1542530})
2006-11-27 15:22:08 +00:00
\b Licensed lzma under \R{cpl-license}{CPL} with a \R{lzma-special-exception}{special exception}, instead of LGPL
2009-02-21 19:25:03 +00:00
\b Minor documentation updates and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1584618}{bug #1584618}, \W{http://sourceforge.net/support/tracker.php?aid=1589877}{bug #1589877})
2006-11-27 15:22:08 +00:00
2009-02-21 19:25:03 +00:00
\b Updated comments in MUI examples (\W{http://sourceforge.net/support/tracker.php?aid=1595500}{bug #1595500})
2006-11-27 15:22:08 +00:00
\S2{} New/Changed Commands
2012-09-20 10:18:40 +00:00
\b Added `highest` option for \R{arequestexecutionlevel}{RequestExecutionLevel}
2006-11-27 15:22:08 +00:00
\S2{} Translations
\b Added Uzbek translation
2009-02-21 19:25:03 +00:00
\b Fixed corruption in Lithuanian (\W{http://sourceforge.net/support/tracker.php?aid=1602673}{bug #1602673})
2006-11-27 15:22:08 +00:00
\b Minor Breton fixes
2009-02-21 19:25:03 +00:00
\b Slovenian corrections (\W{http://sourceforge.net/support/tracker.php?aid=1590108}{patch #1590108})
2006-11-27 15:22:08 +00:00
\S2{} Build System
\b Added \W{http://msdn.microsoft.com/vstudio/express/visualc/}{Microsoft Visual C++ 2005 Express} support
\b SCons requirement upgraded to 0.96.93
2006-10-20 11:38:21 +00:00
\H{v2.21} 2.21
Released on October 20th, 2006
\S1{v2.21-cl} Changelog
\S2{} Major Changes
2006-10-20 13:40:10 +00:00
\b Added \L{../Include/WinVer.nsh}{WinVer.nsh} for easy Windows version comparisons
2006-10-20 11:38:21 +00:00
\b Upgraded to lzma sdk 4.43 for faster compression
\S2{} Minor Changes
2008-01-12 15:37:57 +00:00
\b Added Vista support to GetWindowsVersion
2006-10-20 11:38:21 +00:00
\b Added \L{../Include/x64.nsh}{x64.nsh} including a few simple macros for handling x64 installations
\b Fixed a handle leak in \R{locate}{Locate}
\b Minor documentation updates and fixes
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.76}: Added MUI_ABORTWARNING_CANCEL_DEFAULT (\W{http://sourceforge.net/support/tracker.php?aid=1547844}{RFE #1547844})
2006-10-20 11:38:21 +00:00
\S2{} New/Changed Commands
2012-09-20 10:18:40 +00:00
\b Added \R{arequestexecutionlevel}{RequestExecutionLevel} (\W{http://sourceforge.net/support/tracker.php?aid=1524709}{RFE #1524709})
2006-10-20 11:38:21 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Added Valencian translation (\W{http://sourceforge.net/support/tracker.php?aid=1558822}{patch #1558822})
2006-10-20 11:38:21 +00:00
\b Bulgarian corrections
\b Slovenian corrections
\S2{} Build System
\b SCons requirement upgraded to 0.96.92
2006-09-09 13:26:31 +00:00
\H{v2.20} 2.20
Released on September 9th, 2006
\S1{v2.20-cl} Changelog
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Better LogicLib errors (\W{http://sourceforge.net/support/tracker.php?aid=1537976}{bug #1537976})
2006-09-09 13:26:31 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed incomplete plug-in call error messages (\W{http://sourceforge.net/support/tracker.php?aid=1535995}{bug #1535995})
2006-09-09 13:26:31 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed incorrect file timestamp querying on big-endian platforms (\W{http://sourceforge.net/support/tracker.php?aid=1536377}{bug #1536377})
2006-09-09 13:26:31 +00:00
\b Minor documentation updates and fixes
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Danish corrections (\W{http://sourceforge.net/support/tracker.php?aid=1548190}{bug #1548190})
2006-09-09 13:26:31 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed incorrectly encoded Turkish translation (\W{http://sourceforge.net/support/tracker.php?aid=1542765}{bug #1542765})
2006-09-09 13:26:31 +00:00
\b French corrections
2009-02-21 19:25:03 +00:00
\b Italian corrections (\W{http://sourceforge.net/support/tracker.php?aid=1546183}{bug #1546183})
2006-09-09 13:26:31 +00:00
\b Spanish corrections
2009-02-21 19:25:03 +00:00
\b Swedish corrections (\W{http://sourceforge.net/support/tracker.php?aid=1542680}{bug #1542680})
2006-09-09 13:26:31 +00:00
\b Ukrainian corrections
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Fixed NSIS_CONFIG_CONST_DATA_PATH being ignored on POSIX platforms (\W{http://sourceforge.net/support/tracker.php?aid=1515592}{bug #1515592})
2006-09-09 13:26:31 +00:00
2006-08-06 18:41:03 +00:00
\H{v2.19} 2.19
Released on August 6th, 2006
\S1{v2.19-cl} Changelog
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Fixed \R{system}{!system} and \R{packhdr}{!packhdr} failure with quoted long file names (\W{http://sourceforge.net/support/tracker.php?aid=1509909}{bug #1509909})
2006-08-06 18:41:03 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed build problems on 64bit platforms (\W{http://sourceforge.net/support/tracker.php?aid=1504772}{bug #1504772})
2006-08-06 18:41:03 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed negative total size for data larger than 2GB in script compilation summary (\W{http://sourceforge.net/support/tracker.php?aid=1468852}{bug #1468852})
2006-08-06 18:41:03 +00:00
\b Minor documentation updates and fixes
\b Replaced \R{detect.netframework}{IsDotNETInstalled} with a simpler and better version
\S2{} New/Changed Commands
\b Made \R{if}{!if} compare strings case insensitively, like \R{strcmp}{StrCmp} and \R{ifdef}{!ifdef}
\S2{} Plug-ins
\b \L{../Docs/NSISdl/ReadMe.txt}{NSISdl}: fixed random DNS errors (\W{http://forums.winamp.com/showthread.php?s=&threadid=247723}{reported in the forums})
2009-02-21 19:25:03 +00:00
\b \L{../Docs/System/System.html}{System}: fixed a bug that caused stack corruption and stopped the installer from deleting System.dll when a function with no arguments was called (\W{http://sourceforge.net/support/tracker.php?aid=1535005}{bug #1535005})
2006-08-06 18:41:03 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/System/System.html}{System}: fixed wrong return values for functions that return \c{short} or \c{char} (\W{http://sourceforge.net/support/tracker.php?aid=1535007}{bug #1535007})
2006-08-06 18:41:03 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Added Norwegian Nynorsk translation (\W{http://sourceforge.net/support/tracker.php?aid=1503208}{patch #1503208})
2006-08-06 18:41:03 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed typos in the French translation (\W{http://sourceforge.net/support/tracker.php?aid=1531874}{bug #1531874})
2006-08-06 18:41:03 +00:00
2006-07-01 16:52:18 +00:00
\H{v2.18} 2.18
Released on July 1st, 2006
\S1{v2.18-cl} Changelog
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b CRC32 implementation used potentially non-32bit types (\W{http://sourceforge.net/support/tracker.php?aid=1504758}{bug #1504758})
2006-07-01 16:52:18 +00:00
\b Fixed errors on multiple inclusion of \R{headers}{useful headers}
2006-07-01 16:52:19 +00:00
\b Fixed \R{getfileattributes}{GetFileAttributes}
2009-02-21 19:25:03 +00:00
\b Fixed incorrect text on browse dialog with \R{onverifyinstdir}{.onVerifyInstDir} (\W{http://sourceforge.net/support/tracker.php?aid=1504297}{bug #1504297})
2006-07-01 16:52:18 +00:00
2006-07-01 16:52:19 +00:00
\b Fixed \R{library}{Library}'s implementation on POSIX
2006-07-01 16:52:18 +00:00
\b Minor documentation updates and fixes
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Added Irish translation (\W{http://sourceforge.net/support/tracker.php?aid=1503639}{patch #1503639})
2006-07-01 16:52:18 +00:00
2009-02-21 19:25:03 +00:00
\b Catalan corrections (\W{http://sourceforge.net/support/tracker.php?aid=1504104}{bug #1504104})
2006-07-01 16:52:18 +00:00
\b Dutch corrections
\b Finnish corrections (Mozilla bug #341643)
\b Fixed Serbian grammar and typos
\b Italian corrections (Mozilla bug #340450)
\b Polish corrections (Mozilla bug #224532)
\b Portuguese (Brazil) corrections (Mozilla bug #340885)
\b Romanian corrections (Mozilla bug #340645)
\b Thai corrections
\b Turkish corrections (Mozilla bug #340511)
2006-05-19 16:56:02 +00:00
\H{v2.17} 2.17
Released on May 19th, 2006
\S1{v2.17-cl} Changelog
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Fixed build failures and segfaults on PowerPC Mac OS X (\W{http://sourceforge.net/support/tracker.php?aid=1474597}{bug #1474597}, \W{http://sourceforge.net/support/tracker.php?aid=1481044}{bug #1481044})
2006-05-19 16:56:02 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \R{library}{Library}'s TLB version interpretation (\W{http://sourceforge.net/support/tracker.php?aid=1471341}{bug #1471341})
2006-05-19 16:56:02 +00:00
\b Fixed possible stack corruption when using TypeLib.dll on an invalid TLB
2011-05-28 18:45:57 +00:00
\b Fixed \R{rmdir}{RMDir} deletion failure of read-only folders (\W{http://sourceforge.net/support/tracker.php?aid=1481664}{bug #1481664})
2006-05-19 16:56:02 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: Fixed toolbar compressor selection menu, broken in the previous version (\W{http://sourceforge.net/support/tracker.php?aid=1466486}{bug #1466486})
2006-05-19 16:56:02 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1469306}{bug #1469306}, \W{http://sourceforge.net/support/tracker.php?aid=1491616}{bug #1491616})
2006-05-19 16:56:02 +00:00
\S2{} Translations
2009-02-21 19:25:03 +00:00
\b Added missing Basque and Welsh files (\W{http://sourceforge.net/support/tracker.php?aid=1469471}{bug #1469471})
2006-05-19 17:00:46 +00:00
2006-05-19 16:56:02 +00:00
\b Brazilian Portuguese updates
\b Bulgarian fixes
2009-02-21 19:25:03 +00:00
\b Fixed a typo in Hebrew translation (\W{http://sourceforge.net/support/tracker.php?aid=1474587 }{bug #1474587})
2006-05-19 16:56:02 +00:00
\b Icelandic fixes and improvements
2006-04-07 12:37:49 +00:00
\H{v2.16} 2.16
Released on April 7th, 2006
\S1{v2.16-rn} Release Notes
\b The script compiler, makensis, builds and works on big-endian platforms. This change enlarges the portability range of NSIS to theoretically every POSIX platform. Please \W{http://sourceforge.net/tracker/?group_id=22049&atid=373085}{report} any incompatibility with specific platforms or build-tools.
\b The internal changes made to support big-endian platforms also pave the road to x64 installers. There is now a central function which writes data to disk. This function currently only converts the endianity of integers, but it can be changed to selectively write 64-bit integers. Hopefully, there'll soon be a simple method of compiling a script to both x86 and x64 installers.
\b Changing Source/exehead/fileform.h to alter the internal structure of installers is no longer enough. The compiler has its own definitions of the structures which must also be changed in Source/fileform.cpp. In the future, fileform.cpp should be automatically generated from fileform.h, but for now, the synchronization must be done manually.
\S1{v2.16-cl} Changelog
\S2{} Major Changes
\b Big-endian platforms are now fully supported by makensis
\b \R{library}{Library} now available on non-Windows platforms as well, although it requires the installed DLL to have version information
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW 2.1}: added "Cancel compilation" menu item
\S2{} New/Changed Commands
2009-02-21 19:25:03 +00:00
\b Added /utcdate switch to \R{define}{!define} for UTC dates (\W{http://sourceforge.net/support/tracker.php?aid=1459210}{RFE #1459210})
2006-04-07 12:37:49 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added an optional timestamp in the log - NSIS_CONFIG_LOG_TIMESTAMP build setting (\W{http://sourceforge.net/support/tracker.php?aid=1460586}{RFE #1460586})
2006-04-07 12:37:49 +00:00
\b Added NSIS_WIN32_MAKENSIS define, defined only when compiling on Windows
\b Exported validate_filename to plug-ins
\b Fixed a crash in CResourceEditor when adding resources to a PE that already contains named resources
\b Fixed a small resource leak in the TypeLib::GetLibVersion plug-in function
\b Fixed CResourceEditor input sanity checks
2009-02-21 19:25:03 +00:00
\b Fixed incorrect \R{FileOpen}{FileOpen} input validation (\W{http://sourceforge.net/support/tracker.php?aid=1459789}{bug #1459789})
2006-04-07 12:37:49 +00:00
\b Fixed \R{library}{Library} failure with DLLs marked as read-only
\b Fixed lzma's POSIX implemention thread synchronization issues and resource leaks
\b Fixed makensis self-path detection on non-Windows platforms (NSIS_CONFIG_CONST_DATA_PATH=no)
\b Fixed replace_icon and and generate_uninstall_icon_data icon validation
2009-02-21 19:25:03 +00:00
\b Made external CHM links safer to script exceptions (\W{http://sourceforge.net/support/tracker.php?aid=1449879}{bug #1449879})
2006-04-07 12:37:49 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1077439}{bug #1077439}, \W{http://sourceforge.net/support/tracker.php?aid=1448374}{bug #1448374}, \W{http://sourceforge.net/support/tracker.php?aid=1464446}{RFE #1464446})
2006-04-07 12:37:49 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.75}: added show function for the start menu page (\W{http://sourceforge.net/support/tracker.php?aid=1448176}{RFE #1448176}), added MUI_HEADER_TRANSPARENT_TEXT for transparent header texts (\W{http://sourceforge.net/support/tracker.php?aid=1447766}{RFE #1447766})
2006-04-07 12:37:49 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/NSISdl/ReadMe.txt}{NSISdl}: better header detection for better compatibility with proxies like WinProxy (\W{http://sourceforge.net/support/tracker.php?aid=1445735}{bug #1445735}), fail if no headers are sent, faster downloads (\W{http://sourceforge.net/support/tracker.php?aid=1465378}{patch #1465378})
2006-04-07 12:37:49 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/StartMenu/Readme.txt}{StartMenu}: validate user input (\W{http://sourceforge.net/support/tracker.php?aid=1440636}{bug #1440636})
2006-04-07 12:37:49 +00:00
\S2{} Translations
\b Added Basque translation
\b Minor Slovenian fixes
\S2{} Build System
\b Added code tests for CResourceEditor and CDialogTemplate
\b Automatically pass build settings to script, eliminating the need to edit build.cpp for new settings
2009-02-21 19:25:03 +00:00
\b Fixed $PREFIX expansion during installation on POSIX platforms (\W{http://sourceforge.net/support/tracker.php?aid=1456943}{bug #1456943})
2006-04-07 12:37:49 +00:00
\b Fixed CHM dependencies
\b Fixed compatibility issue with EclipseNSIS (version wasn't prefixed with 'v')
2009-02-21 19:25:03 +00:00
\b Fixed GCC 4.1 compatibility (\W{http://sourceforge.net/support/tracker.php?aid=1456861}{patch #1456861})
2006-04-07 12:37:49 +00:00
\b Test for -Wl,-Map availability
2006-03-04 16:12:14 +00:00
\H{v2.15} 2.15
Released on March 4th, 2006
\S1{v2.15-cl} Changelog
\S2{} New/Changed Commands
2009-02-21 19:25:03 +00:00
\b Added \R{if}{!if} for more complex compile-time flow control (\W{http://sourceforge.net/support/tracker.php?aid=1412982}{patch #1412982})
2006-03-04 16:12:14 +00:00
2009-02-21 19:25:03 +00:00
\b Added /math switch to \R{define}{!define} for simple compile-time mathematical operations (\W{http://sourceforge.net/support/tracker.php?aid=1372561}{patch #1372561})
2006-03-04 16:12:14 +00:00
\S2{} Minor Changes
\b Added more replacement options to \R{wordreplace}{WordReplace}
\b Added NSIS_CONFIG_LOG_STDOUT configuration option for logging to stdout
2009-02-21 19:25:03 +00:00
\b Added path translation for \R{addincludedir}{!addincludedir} (\W{http://sourceforge.net/support/tracker.php?aid=1431958}{bug #1431958})
2006-03-04 16:12:14 +00:00
\b \R{configread}{ConfigRead} now sets the error flag, if the entry wasn't found
\b Documented \R{nop}{Nop}
\b Edit box in the installation directory selection page is now always LTR, even for RTL languages
2009-02-21 19:25:03 +00:00
\b Fixed improper iterator usage in dir_reader (\W{http://sourceforge.net/support/tracker.php?aid=1431593}{bug #1431593})
2006-03-04 16:12:14 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \c{\R{messagebox}{MessageBox} MB_TOPMOST} not showing up, if used as the first sections' instruction (\W{http://sourceforge.net/support/tracker.php?aid=1400995}{bug #1400995})
2006-03-04 16:12:14 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \R{rmdir}{RMDir} skipping files with names starting with two dots (\W{http://sourceforge.net/support/tracker.php?aid=1420657}{bug #1420657})
2006-03-04 16:12:14 +00:00
\b \R{getoptions}{GetOptions} now sets the error flag, if the option wasn't found
2009-02-21 19:25:03 +00:00
\b Made \R{include}{!include} stop searching the include directories after a match is found (\W{http://sourceforge.net/support/tracker.php?aid=1441877}{bug #1441877})
2006-03-04 16:12:14 +00:00
\b Made \R{headers}{header functions} use /NOUNLOAD for faster plug-in calls
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1420352}{bug #1420352}, \W{http://sourceforge.net/support/tracker.php?aid=1432423}{bug #1432423})
2006-03-04 16:12:14 +00:00
2009-02-21 19:25:03 +00:00
\b More informative \R{aicon}{Icon} error messages (\W{http://sourceforge.net/support/tracker.php?aid=1174742}{bug #1174742})
2006-03-04 16:12:14 +00:00
\b New case sesnsitive functions in headers: \R{wordfinds}{WordFindS}, \R{wordfind2xs}{WordFind2XS}, \R{wordfind3xs}{WordFind3XS}, \R{wordreplaces}{WordReplaceS}, \R{wordadds}{WordAddS}, \R{wordinserts}{WordInsertS}, \R{strfilters}{StrFilterS}, \R{textcompares}{TextCompareS}, \R{configreads}{ConfigReadS}, \R{configwrites}{ConfigWriteS}, \R{getoptionss}{GetOptionsS}
\S2{} Translations
\b Added proper language identifier for Breton
\b Breton translation improvements
\b Bulgarian translation improvements
2009-02-21 19:25:03 +00:00
\b Fixed Czech grammer mistakes (\W{http://sourceforge.net/support/tracker.php?aid=1427189}{patch #1427189})
2006-03-04 16:12:14 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed Italian typo (\W{http://sourceforge.net/support/tracker.php?aid=1416988}{patch #1416988})
2006-03-04 16:12:14 +00:00
\b Updated Mongolian
\S2{} Build System
\b Fixed __BIG_ENDIAN__ definition
2009-02-21 19:25:03 +00:00
\b Fixed improper handling of paths passed to the compiler (\W{http://sourceforge.net/support/tracker.php?aid=1434215}{bug #1434215})
2006-03-04 16:12:14 +00:00
2009-02-21 19:25:03 +00:00
\b Improved GCC 4.2 compatibility (\W{http://sourceforge.net/support/tracker.php?aid=1434174}{patch #1434174})
2006-03-04 16:12:14 +00:00
\b Moved NSIS_VARS_SECTION from config.h to scons
\b Write all configuration to sconf.h instead of passing it on the command line
2006-01-24 17:54:51 +00:00
\H{v2.14} 2.14
Released on January 24th, 2006
\S1{v2.14-rn} Release Notes
\b This release fixes a critical bug that caused installers using plug-ins to fail loading on Windows 9x and NT. Upgrading from 2.13 is highly recommended.
2006-01-26 18:02:37 +00:00
\S1{v2.14-cl} Changelog
2006-01-24 17:54:51 +00:00
\S2{} Major Changes
2011-05-28 18:45:57 +00:00
\b Fixed a bug that corrupted $TEMP under Windows 9x and NT and caused \R{initpluginsdir}{InitPluginsDir} to fail (\W{http://sourceforge.net/support/tracker.php?aid=1412159}{bug #1412159})
2006-01-24 17:54:51 +00:00
\S2{} Minor Changes
\b Fixed a possible buffer overflow caused by long values of $0, when using large NSIS_MAX_STRLEN builds (above 4096)
2006-01-21 11:51:34 +00:00
\H{v2.13} 2.13
Released on January 21st, 2006
\S1{v2.13-rn} Release Notes
\b Language detection has changed. The default language is now set to the user's user-interface language instead of the locale language, as suggested by \W{http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_0xrn.asp}{MSDN}. To restore the old behavior, use \c{System::Call "kernel32::GetUserDefaultLangID()i.a"} in \R{oninit}{.onInit}.
\S1{v2.13-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Default $LANGUAGE value is now based on user's UI language instead of locale (\W{http://sourceforge.net/support/tracker.php?aid=1324734}{bug #1324734})
2006-01-21 11:51:34 +00:00
\S2{} New/Changed Commands
2009-02-21 19:25:03 +00:00
\b Added \R{strcmps}{StrCmpS} for case sensitive string comparison (\W{http://sourceforge.net/support/tracker.php?aid=1381929}{patch #1381929})
2006-01-21 11:51:34 +00:00
\S2{} Minor Changes
\b Added system time support to \R{filefunc}{GetTime}
2009-02-21 19:25:03 +00:00
\b Fixed components page checkbox redraw problem under Windows 95 (\W{http://sourceforge.net/support/tracker.php?aid=1397031}{bug #1397031})
2006-01-21 11:51:34 +00:00
2006-01-21 12:02:21 +00:00
\b Fixed constant maximum string length in \R{FileRead}{FileRead} (changed from 1024 to NSIS_MAX_STRLEN)
2006-01-21 11:51:34 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed empty $INSTDIR value in directory page show callback function (\W{http://sourceforge.net/support/tracker.php?aid=1209843}{bug #1209843})
2006-01-21 11:51:34 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed relative jumps ignoring \c{\R{file}{File} /nonfatal} (\W{http://sourceforge.net/support/tracker.php?aid=1299100}{bug #1299100})
2006-01-21 11:51:34 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed typo in NSIS Menu (\W{http://sourceforge.net/support/tracker.php?aid=1387748}{bug #1387748})
2006-01-21 11:51:34 +00:00
2009-02-21 19:25:03 +00:00
\b Issue a warning when \c{\R{abrandingtext}{BrandingText} /TRIM*} actually expands the label (\W{http://sourceforge.net/support/tracker.php?aid=1362443}{bug #1362443})
2006-01-21 11:51:34 +00:00
2009-02-21 19:25:03 +00:00
\b Made \c{\R{rmdir}{RMDir} /r} remove Unicode paths as well using short names (\W{http://sourceforge.net/support/tracker.php?aid=1378785}{bug #1378785})
2006-01-21 11:51:34 +00:00
\b Minor documentation improvements and fixes
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b Fixed System plug-in \L{../Docs/System/System.html}{documentation} of callback functions (\W{http://sourceforge.net/support/tracker.php?aid=1403608}{bug #1403608})
2006-01-21 11:51:34 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed System plug-in heap corruption (\W{http://sourceforge.net/support/tracker.php?aid=1403601}{bug #1403601})
2006-01-21 11:51:34 +00:00
\S2{} Translations
\b Mongolian translation improvements
\S2{} Build System
\b Better installation under POSIX with proper $\{NSISDIR\} detection and appropriate directory paths (/usr/bin, /usr/share/doc, etc.)
2005-12-17 14:38:01 +00:00
\H{v2.12} 2.12
Released on December 17th, 2005
\S1{v2.12-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Fixed compile-time assertion failure for big uninstallers (\W{http://sourceforge.net/support/tracker.php?aid=1380447}{bug #1380447})
2005-12-17 14:38:01 +00:00
2009-02-21 19:25:03 +00:00
\b \R{tutorial}{Tutorial} enhancements (including \W{http://sourceforge.net/support/tracker.php?aid=1366431}{bug #1366431})
2005-12-17 14:38:01 +00:00
\S2{} New/Changed Commands
2009-02-21 19:25:03 +00:00
\b Added /NONFATAL switch to \R{include}{!include} (\W{http://sourceforge.net/support/tracker.php?aid=1372048}{patch #1372048})
2005-12-17 14:38:01 +00:00
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Clearer error message for double label definition (\W{http://sourceforge.net/support/tracker.php?aid=1374675}{patch #1374675})
2005-12-17 14:38:01 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed browsed network root directory not being accepted (\W{http://sourceforge.net/support/tracker.php?aid=1331292}{bug #1331292})
2005-12-17 14:38:01 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed incorrect \R{acompletedtext}{CompletedText} parsing (\W{http://sourceforge.net/support/tracker.php?aid=1349810}{bug #1349810})
2005-12-17 14:38:01 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed sdbarker_tiny.exe's compatibility with NSIS_CONFIG_LOG (\W{http://sourceforge.net/support/tracker.php?aid=1365869}{bug #1365869})
2005-12-17 14:38:01 +00:00
2009-02-21 19:25:03 +00:00
\b Implemented nicer registry commands log (\W{http://sourceforge.net/support/tracker.php?aid=1340255}{patch #1340255})
2005-12-17 14:38:01 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1355653}{patch #1355653}, \W{http://sourceforge.net/support/tracker.php?aid=1349810}{bug #1349810})
2005-12-17 14:38:01 +00:00
\b Multi-line comments are no longer ignored inside !ifdef'd block
\S2{} Utilities and Plug-ins
\b Added drag & drop support for zip2exe
\b Better drag & drop error handling in MakeNSISw
2009-02-21 19:25:03 +00:00
\b Fixed Math plug-in array issues (\W{http://sourceforge.net/support/tracker.php?aid=1235875}{bug #1235875})
2005-12-17 14:38:01 +00:00
\S2{} Translations
\b Added browse button Danish translation
\b Breton translation fixes and improvements
\b Fixed finish button Swedish translation
\S2{} Build System
2009-02-21 19:25:03 +00:00
\b Fixed endianess detection problem on POSIX platforms (\W{http://sourceforge.net/support/tracker.php?aid=1370179}{bug #1370179})
2005-12-17 14:38:01 +00:00
\b Generated installers use nsis-VERSION-setup.exe template
2005-11-11 21:47:11 +00:00
\H{v2.11} 2.11
Released on November 12th, 2005
\S1{v2.11-rl} Release Notes
2005-11-12 12:42:10 +00:00
\b Rebuilding existing installers that use \c{\R{asetoverwrite}{SetOverwrite} ifdiff}, might falsely overwrite files once
2005-11-11 21:47:11 +00:00
\S1{v2.11-cl} Changelog
\S2{} Major Changes
2009-02-21 19:25:03 +00:00
\b Added a workaround for a bug that prevented detection of some special folders (e.g. \R{varother}{$DESKTOP} for all users) on Windows 9x (\W{http://sourceforge.net/support/tracker.php?aid=1008632}{bug #1008632})
2005-11-11 21:47:11 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed a crash caused by copying very long details to clipboard in the installation log page (\W{http://sourceforge.net/support/tracker.php?aid=1314004}{bug #1314004})
2005-11-11 21:47:11 +00:00
\S2{} New/Changed Commands
\b Added \R{tempfile}{!tempfile}, \R{delfile}{!delfile} and \R{appendfile}{!appendfile} for cross-platform handling of text files during compilation
2009-02-21 19:25:03 +00:00
\b Fixed \R{achangeui}{ChangeUI} input handling (\W{http://sourceforge.net/support/tracker.php?aid=1348473}{patch #1348473})
2005-11-11 21:47:11 +00:00
\b \R{ssectionin}{SectionIn} RO is no longer case sensitive
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added support URL to the NSIS package entry in the Add/Remove control panel (\W{http://sourceforge.net/support/tracker.php?aid=1349867}{RFE #1349867})
2005-11-11 21:47:11 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed comment handling (\W{http://sourceforge.net/support/tracker.php?aid=1324898}{patch #1324898})
2005-11-11 21:47:11 +00:00
\b Fixed duplicate RegTool test in \R{library}{Library}
2009-02-21 19:25:03 +00:00
\b Fixed invalid language selection according to \R{varother}{$LANGUAGE} in \R{oninit}{.onInit} when only primary language match is found (\W{http://sourceforge.net/support/tracker.php?aid=1328629}{bug #1328629})
2005-11-11 21:47:11 +00:00
\b Fixed missing RegTool error after install-reboot-install-reboot sequence with \R{library}{Library}
2009-02-21 19:25:03 +00:00
\b Fixed portability issues with \L{../Examples/LogicLib.nsi}{LogicLib} (\W{http://sourceforge.net/support/tracker.php?aid=1320297}{bug #1320297}, \W{http://sourceforge.net/support/tracker.php?aid=1248336}{patch #1248336})
2005-11-11 21:47:11 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \c{\R{asetoverwrite}{SetOverwrite} ifdiff} always overwriting on FAT file system (\W{http://sourceforge.net/support/tracker.php?aid=1338423}{bug #1338423})
2005-11-11 21:47:11 +00:00
\b Fixed wrong size of red.bmp check box image
2009-02-21 19:25:03 +00:00
\b Larger browse button for localized texts (\W{http://sourceforge.net/support/tracker.php?aid=1314682}{bug #1314682})
2005-11-11 21:47:11 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation improvements and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1349810}{bug #1349810})
2005-11-11 21:47:11 +00:00
\b Sort language names in language selection dialog
\b Use the temporary directory for \R{library}{Library} temporary files, instead of the possibly write-protected installation directory
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b Added /OEM switch for OEM to ANSI conversion in \L{../Docs/nsExec/nsExec.txt}{nsExec} (\W{http://sourceforge.net/support/tracker.php?aid=1346737}{patch #1346737})
2005-11-11 21:47:11 +00:00
2009-02-21 19:25:03 +00:00
\b Added /PROXY switch for manual proxy configuration in \L{../Docs/NSISdl/ReadMe.txt}{NSISdl} (\W{http://sourceforge.net/support/tracker.php?aid=1334166}{patch #1334166})
2005-11-11 21:47:11 +00:00
2009-02-21 19:25:03 +00:00
\b Added solid compression check box to zip2exe (\W{http://sourceforge.net/support/tracker.php?aid=1334155}{patch #1334155})
2005-11-11 21:47:11 +00:00
\b Added stdin in MakeNSISw to allow xcopy to run
2009-02-21 19:25:03 +00:00
\b Added timestamp handling to zip2exe (\W{http://sourceforge.net/support/tracker.php?aid=1349853}{bug #1349853})
2005-11-11 21:47:11 +00:00
\b Fixed input validation of \L{../Docs/nsExec/nsExec.txt}{nsExec}
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.44}: Added HWND and HWND2 entries to the INI file to avoid messy calculations of the correct control id
\S2{} Translations
\b Slovenian translation fixes and improvements
\S2{} Build System
\b Added a workaround for linking errors caused by a bad library included in recent Platform SDK versions
\b Check for and use -pthread linker flag
\b Improved FreeBSD portability
\b Nicer error message for SCons version older than 0.96.90
2005-10-04 12:05:52 +00:00
\H{v2.10} 2.10
Released on October 4th, 2005
\S1{v2.10-cl} Changelog
\S2{} Major Changes
\b Added auto completion to the directory page
\b Fixed a bug, introduced in 2.09, that caused \R{aallowrootdirinstall}{AllowRootDirInstall} to fail
\b Fixed a thread leak in the POSIX implementation of LZMA
2009-02-21 19:25:03 +00:00
\b \L{../Docs/VPatch/Readme.html}{VPatch 3.1}: MD5 checksums, better performance, and some bug fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1219806}{bug #1219806})
2005-10-04 12:05:52 +00:00
\S2{} Minor Changes
\b Added rounding of required and available size on the directory page (1.59 => 1.6 instead of 1.5)
2009-02-21 19:25:03 +00:00
\b Added WS_EX_LEFTSCROLLBAR style in RTL mode (\W{http://sourceforge.net/support/tracker.php?aid=1283528}{bug #1283528})
2005-10-04 12:05:52 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed alteration of the working directory by FileRequest in InstallOptions (\W{http://sourceforge.net/support/tracker.php?aid=1287731}{bug #1287731})
2005-10-04 12:05:52 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed bad mnemonic key in MakeNSISw menu (\W{http://sourceforge.net/support/tracker.php?aid=1288159}{bug #1288159})
2005-10-04 12:05:52 +00:00
2005-12-17 14:43:26 +00:00
\b Fixed negative size values showing up after the decimal point in the directory page for very big sizes
2005-10-04 12:05:52 +00:00
\b Minor documentation improvements and fixes
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.74}: Fixed compile error when checkboxes are used on multiple finish pages
\S2{} Translations
\b Fixed a bug in Slovenian translation that caused lots of missing language string warnings
\b Fixed typos in Serbian translation
\b Fixed typos in Thai translation
\b Updated Simple Chinese translation
\S2{} Build System
\b Automatic fix for \W{http://forums.winamp.com/showthread.php?s=&threadid=179848}{VC6 SP6 compile error}
\b Moved most of the configuration from config.h to the build system
\b Removed all optimizations and symbol stripping in debug mode
\b SCons requirement updated to 0.96.91
\b VPatch can be built on POSIX as well
2005-08-26 16:45:35 +00:00
\H{v2.09} 2.09
Released on August 26th, 2005
\S1{v2.09-cl} Changelog
\S2{} Major Changes
\b Fixed a bug introduced in 2.08, that prevented uninstallers from deleting $INSTDIR
\b Fixed a bug that caused "C:\\ " to be considered a valid installation directory, even without \R{aallowrootdirinstall}{AllowRootDirInstall}
\S2{} New/Changed Commands
\b \R{var}{Var} can now be used in sections and functions, but only with the /GLOBAL flag
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Applied \W{http://sourceforge.net/support/tracker.php?aid=1248335}{patch #1248335} for greater portability of examples
2005-08-26 16:45:35 +00:00
\b \R{filefunc}{FileFunc}: workaround for GetLongPathName which is not available on Windows 95 (Instructor)
\b Fixed an unused label warning in \R{library}{Library}
2009-02-21 19:25:03 +00:00
\b Fixed duplicate label errors in \L{../Examples/LogicLib.nsi}{LogicLib} and \R{library}{Library} when used in different files (\W{http://sourceforge.net/support/tracker.php?aid=1243865}{bug #1243865})
2005-08-26 16:45:35 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.73}: fixed checkboxes on uninstaller finish page or multiple finish pages
\b \R{wordfunc}{WordFunc}: fixed incorrect replacement of first word in WordReplace, under some conditions (Instructor)
\S2{} Translations
\b Renamed Malaysian to Malay
\b Update Thai translation to the latest version
\b Updated Kurdish MUI translation to the latest version
\S2{} Build System
\b Fixed a number of build problems on POSIX platforms which caused plug-ins to malfunction and installers to crash
2005-07-23 12:31:53 +00:00
\H{v2.08} 2.08
Released on July 23rd, 2005
\S1{v2.08-rn} Release Notes
\b The Archive has been replaced with a \W{http://nsis.sourceforge.net/wiki/}{Wiki}. The new Wiki allows everyone to edit all pages so there's no longer need to hunt for the original author. It also allows everyone to upload plug-ins and not just administrators. And as if that's not enough, it looks better and provides easier and more feature-rich syntax.
\S1{v2.08-cl} Changelog
\S2{} Major Changes
\b Added Instructor's \R{headers}{header files of useful functions}
\b \R{library}{Library} improvements: ordered registration after reboot, smaller RegTool and separate process for each registration to avoid conflicts (thanks stb)
\S2{} Minor Changes
\b Added Bosnian and Kurdish translations
2009-02-21 19:25:03 +00:00
\b Added per-user nsisconf.nsh file in %APPDATA% or $HOME, depending on the platform (\W{http://sourceforge.net/support/tracker.php?aid=1223041}{patch #1223041})
2005-07-23 12:31:53 +00:00
2009-02-21 19:25:03 +00:00
\b Documentation improvements and fixes (including \W{http://sourceforge.net/support/tracker.php?aid=1202495}{bug #1202495}, \W{http://sourceforge.net/support/tracker.php?aid=1227610}{bug #1227610},
2009-06-06 19:40:03 +00:00
\W{http://sourceforge.net/support/tracker.php?aid=1238686}{bug #1238686}, \W{http://sourceforge.net/support/tracker.php?aid=1225167}{patch #1225167}, \W{http://sourceforge.net/support/tracker.php?aid=1240601}{RFE #1240601})
2005-07-23 12:31:53 +00:00
\b Fixed _?= being ignored, if the uninstaller path is not quoted and is separated with only space from _?=
2009-02-21 19:25:03 +00:00
\b Fixed \R{library}{Library} failing on paths with spaces (\W{http://sourceforge.net/support/tracker.php?aid=1234283}{bug #1234283})
2005-07-23 12:31:53 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed UpgradeDLL compilation error (\W{http://sourceforge.net/support/tracker.php?aid=1230336}{bug #1230336})
2005-07-23 12:31:53 +00:00
\b Improved French, Ukrainian and Luxembourgish translation
2009-02-21 19:25:03 +00:00
\b Made \R{rmdir}{RMDir} set the error flag, if passed an invalid directory path (\W{http://sourceforge.net/support/tracker.php?aid=1227553}{bug #1227553})
2005-07-23 12:31:53 +00:00
2009-02-21 19:25:03 +00:00
\b Made uninstallers copy themselves into a subdirectory of the temporary directory to avoid DLLs left in the temporary directory from being loaded by the uninstaller (\W{http://sourceforge.net/support/tracker.php?aid=1214319}{patch #1214319})
2005-07-23 12:31:53 +00:00
\b Missing \R{langstring}{LangString} warning now uses the language name, if possible
2009-02-21 19:25:03 +00:00
\b zip2exe: fixed restriction of extraction path length and updated to \W{http://www.zlib.net/}{zlib} 1.2.3 (\W{http://sourceforge.net/support/tracker.php?aid=1226381}{bug #1226381})
2005-07-23 12:31:53 +00:00
\S2{} Build System
\b Added linker script to assure correct order of sections when building using GNU tools
\b Added \c{test} target
\b UIs are now built from source
2005-06-20 19:48:38 +00:00
\H{v2.07} 2.07
Released on June 20th, 2005
\S1{v2.07-rn} Release Notes
\b NSIS Update was removed and the update check was moved back to MakeNSISw (Help -> NSIS Update). Use the \R{build_nightly}{nightly builds} to get the latest compiled binaries from CVS.
\b Solid compression is no longer the default for bzip2 and lzma, use \c{SetCompressor /SOLID bzip2} or \c{SetCompressor /SOLID lzma} for solid compression.
\b Source code is no longer supplied with the installer package. Source code can be downloaded from CVS or from the \W{http://nsis.sourceforge.net/download/}{download page}.
\b The directory structure of the installation has been changed. All documentation is now in the Docs folder and all examples are in the Examples folder.
\S1{v2.07-cl} Changelog
\S2{} Major Changes
\b Added /SOLID switch for \R{asetcompressor}{SetCompressor}
\b New build system (see \k{build})
\b Stubs (exeheads) are no longer compiled into makensis.exe, but kept in the Stubs folder
\S2{} New/Changed Commands
2009-02-21 19:25:03 +00:00
\b \R{enumregvalue}{EnumRegValue} sets the error flag, if the enumeration index is out of range (\W{http://sourceforge.net/support/tracker.php?aid=1178756}{bug #1178756})
2005-06-20 19:48:38 +00:00
\b \R{expandenvstrings}{ExpandEnvStrings} now sets the error flag as the documentation states
\b Made \R{file}{File} /oname throw an error if the first character is a quote
\S2{} Minor Changes
2009-02-21 19:25:03 +00:00
\b Added \R{varconstant}{$LOCALAPPDATA} (\W{http://sourceforge.net/support/tracker.php?aid=1172123}{RFE #1172123})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Changed MUI dialogs charset from ANSI_CHARSET to DEFAULT_CHARSET (\W{http://sourceforge.net/support/tracker.php?aid=1193736}{bug #1193736}, \W{http://sourceforge.net/support/tracker.php?aid=1201712}{bug #1201712})
2005-06-20 19:48:38 +00:00
\b Fixed \R{varother}{$INSTDIR} changing, even if user clicked Cancel in browse dialog
2009-02-21 19:25:03 +00:00
\b Fixed a crash in makensis when using \R{awindowicon}{WindowIcon} off (\W{http://sourceforge.net/support/tracker.php?aid=1123353}{bug #1123353})
2005-06-20 19:48:38 +00:00
\b Fixed \R{call}{Call} :label in uninstall code
\b Fixed compilation error without NSIS_CONFIG_COMPONENTPAGE
2009-02-21 19:25:03 +00:00
\b Fixed compilation errors on various platforms (including \W{http://sourceforge.net/support/tracker.php?aid=1179116}{patch #1179116}, \W{http://sourceforge.net/support/tracker.php?aid=1193692}{patch #1193692})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \R{createdirectory}{CreateDirectory} setting the error flag for directories with two consecutive backslashes (\W{http://sourceforge.net/support/tracker.php?aid=1119442}{bug #1119442})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \R{library}{InstallLib} setting the error flag for new shared libraries (\W{http://sourceforge.net/support/tracker.php?aid=1181951}{bug #1181951})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed letters case in examples (\W{http://sourceforge.net/support/tracker.php?aid=1184571}{patch #1184571})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed logging state being reset after the directory page (\W{http://sourceforge.net/support/tracker.php?aid=1168711}{bug #1168711})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed overlapping icon in welcome page (\W{http://sourceforge.net/support/tracker.php?aid=1221772}{bug #1221772})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed \R{rmdir}{RMDir} /REBOOTOK setting the reboot flag when trying to delete non-existent directory (\W{http://sourceforge.net/support/tracker.php?aid=1073792}{bug #1073792})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Minor documentation fixes and improvements (including \W{http://sourceforge.net/support/tracker.php?aid=1220940}{bug #1220940})
2005-06-20 19:48:38 +00:00
\b Removed NSIS Update, MakeNSISw checks for new versions again
\S2{} Include Files
\b More messages in \L{../Include/WinMessages.nsh}{WinMessages.nsh} (Shengalts Aleksander)
\b Some more useful macros in \L{../Include/Colors.nsh}{Colors.nsh} (Joel)
\S2{} Utilities and Plug-ins
2009-02-21 19:25:03 +00:00
\b Fixed halibut segfaults on PowerPC (\W{http://sourceforge.net/support/tracker.php?aid=1180886}{patch #1180886})
2005-06-20 19:48:38 +00:00
\b \L{../Docs/Math/Math.txt}{Math}: Fixed memory leak (brainsucker)
\b zip2exe: upgraded to zlib 1.2.2
\S2{} Translations
\b Added Malaysian translation (Azwa)
\b Added Welsh translation (Rhoslyn Prys)
\b Fixed Breton NLF file (credits weren't commented)
2009-02-21 19:25:03 +00:00
\b Fixed duplicate accelerator in French translation (\W{http://sourceforge.net/support/tracker.php?aid=1168652}{bug #1168652})
2005-06-20 19:48:38 +00:00
2009-02-21 19:25:03 +00:00
\b Improved French translation (\W{http://sourceforge.net/support/tracker.php?aid=1220277}{bug #1220277})
2005-06-20 19:48:38 +00:00
\b Updated Russian translation (Dmitry)
2009-02-21 19:25:03 +00:00
\b Updated translation credits (\W{http://sourceforge.net/support/tracker.php?aid=1223362}{patch #1223362})
2005-06-20 19:48:38 +00:00
2005-03-19 13:44:41 +00:00
\H{v2.06} 2.06
Released on March 19th, 2005
\S1{v2.06-cl} Changelog
\S2{} Major Changes
\b Fixed a bug, introduced in 2.05, that made components selection not function properly if the first section in the script was a section group
2009-02-21 19:25:03 +00:00
\b Fixed a bug, introduced in 2.05, that corrupted the state of section groups inside section groups (\W{http://sourceforge.net/support/tracker.php?aid=1155836}{bug #1155836})
2005-03-19 13:44:41 +00:00
\S2{} New/Changed Commands
2009-02-21 19:25:03 +00:00
\b Added MB_RTLREADING style to \R{messagebox}{MessageBox} (\W{http://sourceforge.net/support/tracker.php?aid=1159701}{RFE #1159701})
2005-03-19 13:44:41 +00:00
2009-02-21 19:25:03 +00:00
\b All registry instructions now accept SHCTX which is replaced with HKLM or HKCU on runtime according to \R{setshellvarcontext}{SetShellVarContext} (\W{http://sourceforge.net/support/tracker.php?aid=1124901}{RFE #1124901})
2005-03-19 13:44:41 +00:00
\S2{} Minor Changes
\b Added Belarusian and Icelandic language files
2009-02-21 19:25:03 +00:00
\b Added components.c to the Makefile (\W{http://sourceforge.net/support/tracker.php?aid=1123154}{patch #1123154})
2005-03-19 13:44:41 +00:00
2009-02-21 19:25:03 +00:00
\b Added missing \R{clearerrors}{ClearErrors} in GetWindowsVersion (\W{http://sourceforge.net/support/tracker.php?aid=1155588}{bug #1155588})
2005-03-19 13:44:41 +00:00
\b Fixed a bug in install.sh that made it try to install a non existing directory
\b Fixed a bug in the Russian language file distributed with 2.05
2011-05-28 18:45:57 +00:00
\b Fixed a bug that caused \R{asetfont}{SetFont} to not function properly with RTL languages on Windows 9x (\W{http://sourceforge.net/support/tracker.php?aid=1159700}{bug #1159700})
2005-03-19 13:44:41 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed a bug, introduced in 2.05, that caused problems with \R{ainsttype}{InstType} /COMPONENTSONLYONCUSTOM (\W{http://sourceforge.net/support/tracker.php?aid=1155060}{bug #1155060})
2005-03-19 13:44:41 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed a crash caused by compiling large uninstallers (\W{http://sourceforge.net/support/tracker.php?aid=1144763}{bug #1144763})
2005-03-19 13:44:41 +00:00
\b Fixed compile error without NSIS_CONFIG_CRC_SUPPORT
2009-02-21 19:25:03 +00:00
\b Fixed compile errors of MinGW on POSIX for source code under Contrib (\W{http://sourceforge.net/support/tracker.php?aid=1164307}{patch #1164307})
2005-03-19 13:44:41 +00:00
\b Fixed plug-ins directory initialization for extremely restricted guest users with no directory listing access to the temporary directory
2009-02-21 19:25:03 +00:00
\b Made install.sh not use $(tempfile) and install files under /usr/share instead of /lib (\W{http://sourceforge.net/support/tracker.php?aid=1120399}{patch #1120399})
2005-03-19 13:44:41 +00:00
\b Minor documentation updates and fixes
\b Updated Slovenian, Serbian and Serbian Latin language files
\S2{} Utilities and Plug-ins
2005-06-20 16:03:57 +00:00
\b \L{../Docs/AdvSplash/advsplash.txt}{AdvSplash}: Fixed a small memory leak (Thanks Takhir)
2005-03-19 13:44:41 +00:00
2009-02-21 19:25:03 +00:00
\b \L{../Docs/StartMenu/Readme.txt}{StartMenu}: Added support for \R{setctlcolors}{SetCtlColors} (\W{http://sourceforge.net/support/tracker.php?aid=711900}{RFE #711900})
2005-03-19 13:44:41 +00:00
2005-02-04 13:46:02 +00:00
\H{v2.05} 2.05
Released on February 4th, 2005
\S1{v2.05-rn} Release Notes
\b A lot of changes were made to the behavior of sections/components and related instructions. The changes were thoroughly tested, but may still cause minor incompatibilities with old scripts. Please let us know if your script no longer functions as expected with these changes.
\S1{v2.05-cl} Changelog
\S2{} New/Changed Commands
\b Renamed SubSection and SubSectionEnd to \R{ssectiongroup}{SectionGroup} and \R{ssectiongroupend}{SectionGroupEnd}
\b \R{sectionsetflags}{SectionSetFlags}, when used on a section group, toggles its children too
2005-02-04 16:31:05 +00:00
\b \R{sectionsettext}{SectionSetText} works better with variables (parses immediately and treats an empty variable as an empty string)
2005-02-04 13:46:02 +00:00
\b \R{ssetcurinsttype}{SetCurInstType} works without the components page
\S2{} Minor Changes
\b Added Breton translation
2005-06-20 16:03:57 +00:00
\b \L{../Docs/AdvSplash/advsplash.txt}{AdvSplash}: Fixed double delay time in some cases
2005-02-04 13:46:02 +00:00
2009-02-21 19:25:03 +00:00
\b Documentation fixes and enhancements (including \W{http://sourceforge.net/support/tracker.php?aid=1098454}{patch #1098454})
2005-02-04 13:46:02 +00:00
2005-02-04 16:31:05 +00:00
\b Fixed case sensitive name comparison with \R{file}{File} /x, when not using wildcards
2005-02-04 13:46:02 +00:00
\b Fixed extraction status ending prior to 100%
2009-02-21 19:25:03 +00:00
\b Fixed negative values of available space in the directory page (\W{http://sourceforge.net/support/tracker.php?aid=1114876}{bug #1114876})
2005-02-04 13:46:02 +00:00
2009-02-21 19:25:03 +00:00
\b Fixed system.nsi example crash (\W{http://sourceforge.net/support/tracker.php?aid=1102255}{bug #1102255})
2005-02-04 13:46:02 +00:00
\b Fixed unused label warnings with \R{library}{Library macros}
\b Improved some error messages
2009-02-21 19:25:03 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.42}: Added an image displaying example, added TRANSPARENT flag for BITMAP fields (\W{http://sourceforge.net/support/tracker.php?aid=1079715}{RFE #1079715} - funded by Chris Morgan)
2005-02-04 13:46:02 +00:00
2009-02-21 19:25:03 +00:00
\b Invisible sections weren't always affected by a change of the installation type (\W{http://sourceforge.net/support/tracker.php?aid=1045722}{bug #1045722})
2005-02-04 13:46:02 +00:00
\b Language file fixes
\b Made pages refresh after an aborted leave function
\b Partially selected section groups can now be toggled
2005-01-05 17:02:07 +00:00
\H{v2.04} 2.04
Released on January 7th, 2005
\S1{v2.04-cl} Changelog
\S2{} Major Changes
\b Fixed $0 changed by \R{file}{File} /r
\b Fixed empty directory not included by \R{file}{File} /r
\b Fixed invalid directory creation by \R{file}{File} /r on POSIX
\b Fixed Unicode conversion problems on POSIX
\S2{} Minor Changes
\b Added new test for dir_reader::matches
\b Fixed LibraryLocal failure with UNC paths
\b Fixed VC 7.1 and GCC 3.4 compile errors
\b Language file fixes
2004-11-26 19:30:01 +00:00
\H{v2.03} 2.03
Released on December 3rd, 2004
\S1{v2.03-rn} Release Notes
2004-12-03 16:37:03 +00:00
\b If you're using \c{File /r folder} in your script, it's recommended you replace it with \c{File /r folder\\*} for faster compilation and so no other folders named \e{folder} will be included
2004-11-26 19:30:01 +00:00
\b Command line switches prefix on POSIX has changed to a dash
\b The plug-in API change is backward compatible
\S1{v2.03-cl} Changelog
\S2{} Major Changes
\b Added another parameter to plug-in functions with a pointer to exec_flags and ExecuteCodeSegment
\b Fixed handling of absolute paths on POSIX
2011-05-28 18:45:57 +00:00
\b Made \R{regdll}{RegDLL} load and unload a DLL exactly once to fix crashes with COM DLLs registration
2004-11-26 19:30:01 +00:00
\S2{} New/Changed Commands
\b Added /date switch to !define for definition of date and time constants
\b Added /x switch for \R{file}{File} and \R{reservefile}{ReserveFile} to exclude files and directories
2004-12-03 16:37:03 +00:00
\b Made \R{file}{File}'s /r switch always search in subdirectories, even if the given path points to an existing directory
2004-11-26 19:30:01 +00:00
\S2{} Minor Changes
\b Added LIBRARY_SHELL_EXTENSION and LIBRARY_COM to \R{library}{Library}
\b Added missing #include
\b Added NSIS_LZMA_COMPRESS_WHOLE to the script define list
\b Documentation fixes and improvements
\b Fixed an access violation in case of a script jump beyond the last entry
\b Fixed keyboard navigation in the instfiles page while installing
\b Fixed unpacking window not showing when \R{abggradient}{BGGradient} is used
\b Fixed unused label warning in \R{library}{Library.nsh}
\b Language file fixes
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.72}: Fixed state of Cancel button on Finish page when used in installer and uninstaller, added a string for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
2004-12-03 16:46:47 +00:00
2004-12-03 16:42:20 +00:00
\b nsisconf.nsh was not always parsed when compiling using MakeNSISw
2004-10-21 21:31:15 +00:00
\H{v2.02} 2.02
2004-10-23 09:21:51 +00:00
Released on October 23rd, 2004
2004-10-21 21:31:15 +00:00
\S1{v2.02-cl} Changelog
\S2{} Major Changes
\b Added lots of small usage examples to the documentation
\b Made \R{jumps}{relative jumps} work with instructions that add multiple entries
\b Made the datablock optimizer much faster
\b Made the installer deny reboots while running (\W{http://msdn.microsoft.com/library/en-us/sysinfo/base/wm_queryendsession.asp}{WM_QUERYENDSESSION})
\b Made the \R{reboot}{Reboot} command first quit and then reboot so everything is always cleaned-up
\S2{} New/Changed Commands
\b Added << and >> to \R{intop}{IntOp}
\b Added \R{geterrorlevel}{GetErrorLevel} and \R{seterrorlevel}{SetErrorLevel}
\b Fixed \R{copyfiles}{CopyFiles} usage checking problem
\b Made \R{reboot}{Reboot} call \R{onrebootfailed}{.onRebootFailed} and quit on failure instead of setting the error flag
\S2{} Minor Changes
\b Added Albanian language files
2011-05-28 18:45:57 +00:00
\b Added NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE configuration option which makes components only be toggled when the user clicks on the checkbox and makes \R{onmouseoversection}{.onMouseOverSection} only be called when the user selects a component
2004-10-21 21:31:15 +00:00
\b Added some CppUnit tests
\b Both _=? and /D= now require a space before them so they can safely remove the space from $CMDLINE
\b Fixed a bug that caused the uninstaller CRC-check to fail if \R{packhdr}{!packhdr} created a non-512-bytes-aligned exehead
\b Fixed a compiler crash caused by using \R{getcurrentaddress}{GetCurrentAddress}
\b Fixed errors when using '\R{file}{File} /r .' on Windows
\b Fixed gcc 3.4 compile errors
\b Fixed inconsistencies between error levels and the \R{errorlevels}{documentation}
\b Fixed some minor memory leaks
\b Language file fixes
\b Makefile improvements
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.71}: Made the selected language only be saved if the installation was successful
2004-10-21 21:31:15 +00:00
\b Some code refactoring
2005-06-20 16:03:57 +00:00
\b \L{../Docs/StrFunc/StrFunc.txt}{StrFunc}: Rewrote StrSort and fixed StrStrAdv. See the \L{../Docs/StrFunc/StrFunc.txt}{readme} for a complete changelog
2004-10-21 21:31:15 +00:00
\S2{} Utilities and Plug-ins
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Banner/Readme.txt}{Banner}: Fixed some cases where the banner would not show on the foreground
2004-10-21 21:31:15 +00:00
2004-06-11 16:13:51 +00:00
\H{v2.01} 2.01
2004-09-24 14:05:12 +00:00
Released on September 24th, 2004
2004-06-25 11:19:17 +00:00
\S1{v2.01-rn} Release Notes
2004-06-11 16:13:51 +00:00
2005-05-28 17:56:25 +00:00
\b See \R{build_posix}{Compiling NSIS Sources} for information about compiling makensis on POSIX platforms
2004-06-25 11:19:17 +00:00
2004-08-07 11:54:07 +00:00
\b NSIS doesn't create installers for Linux/Mac OS X etc., but you can compile Windows installers on these platforms
2004-08-06 22:06:27 +00:00
\b UpgradeDLL is still provided in UpgradeDLL.nsh for backwards compatibility
2004-06-25 11:19:17 +00:00
\S1{v2.01-cl} Changelog
2004-08-06 22:06:27 +00:00
\S2{} Major Changes
2004-06-11 16:13:51 +00:00
2004-08-06 22:06:27 +00:00
\b Compiler (makensis) supports POSIX platforms (Linux, *BSD, Mac OS X, etc.)
\b \R{library}{New system} for DLL/TLB library setup
\S2{} New/Changed Commands
2004-06-11 16:13:51 +00:00
2004-08-06 22:06:27 +00:00
\b Added \R{abgfont}{BGFont} that allows setting the background text font
\b Added SW_HIDE to \R{execshell}{ExecShell}'s accepted show modes
2004-08-07 11:25:19 +00:00
\b \R{rmdir}{RMDir} can now be used with both /r and /REBOOTOK at the same time
\b Extended maximum binary data for \R{writeregbin}{WriteRegBin} to 3 * NSIS_MAX_STRLEN
\b Added \R{execute}{!execute}
2004-08-06 22:06:27 +00:00
\S2{} Minor Changes
\b LZMA exehead is now 34KB and should also decompress faster
2004-06-11 16:13:51 +00:00
\b Windows 95 (OSR2)/98/ME no longer see drive free space capped to 2GB
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern User Interface}: New orange theme by MoNKi
2004-08-06 22:06:27 +00:00
2004-09-24 14:05:12 +00:00
\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.
2005-06-20 16:03:57 +00:00
\b \L{../Docs/StrFunc/StrFunc.txt}{StrFunc}: Added support for uninstaller, some fixes and improvements. See the \L{../Docs/StrFunc/StrFunc.txt}{readme} for a complete changelog
2004-08-06 22:06:27 +00:00
\b The plug-ins folder is properly removed when the system is rebooted
\b \R{setoutpath}{SetOutPath} "-" works again
2004-06-11 16:13:51 +00:00
\b Fixed a bug which made plug-ins that didn't have lower case extension not be found
\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
2004-06-25 11:19:17 +00:00
\b Fixed a crash in makensis caused by defining a macro in a file included by another macro
2004-06-11 16:13:51 +00:00
\b makensis shows meaningful errors for compression errors instead of just magic numbers
\b Fixed a bug with \R{aallowrootdirinstall}{AllowRootDirInstall} used along with \R{ainstalldirregkey}{InstallDirRegKey} that caused the directory in the registry to be ignored
2004-08-07 11:25:19 +00:00
\b Fixed \R{FileRead}{FileRead} setting the error flag when a null character is the first character it reads
2004-08-21 11:04:02 +00:00
\b Fixed a bug which caused the background gradient to paint slowly
2004-08-06 22:06:27 +00:00
\b \R{file}{File} paths relative to the root folder work again
2004-06-11 16:13:51 +00:00
2004-08-07 11:25:19 +00:00
\b Added \L{../Include/Colors.nsh}{Colors.nsh}
2004-08-06 22:06:27 +00:00
\b Made Times New Roman default font for the background text because it should always have support for the locale's language
2004-06-11 16:13:51 +00:00
2004-09-24 14:05:12 +00:00
\b Fixed compilation of NSISdl under VS.NET
2011-05-28 18:45:57 +00:00
\b \R{setctlcolors}{SetCtlColors} /BRANDING wasn't working right, if just one of the background or text color were specified
2004-09-24 14:05:12 +00:00
2004-08-06 22:06:27 +00:00
\b Language file fixes and improvements
2004-06-11 16:13:51 +00:00
2004-08-06 22:06:27 +00:00
\S2{} Utilities and Plug-ins
2004-06-11 16:13:51 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/System/System.html}{System}: New, hopefully more informative, documentation; fixed some bugs
2004-06-11 16:13:51 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Banner/Readme.txt}{Banner}: Added getWindow to allow greater control over the banner window
2004-06-11 16:13:51 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.41}: Bitmaps are now automatically centered, fixed a bug which prevented enabling the next button from the leave function of InstallOptions pages, fixed a rare freeze
2004-06-11 16:13:51 +00:00
2004-06-25 11:19:17 +00:00
\b Zip2Exe 0.32: Fixed codepage problems
2005-06-20 16:03:57 +00:00
\b \L{../Docs/nsExec/nsExec.txt}{nsExec}: Always create a valid input handle, fixed a problem when called from a path with spaces
2004-06-25 11:19:17 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/VPatch/Readme.html}{VPatch}: Close all open file handles when one of them fail to open
2004-09-24 14:05:12 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/NSISdl/ReadMe.txt}{NSISdl}: Added /NOIEPROXY (based on memph's code)
2004-09-24 14:05:12 +00:00
2004-02-04 21:13:50 +00:00
\H{v2.0} 2.0
2004-02-06 23:55:43 +00:00
Released on February 7th, 2004
\S1{v2.0-rn} Release Notes
\b Finnish, Bulgarian and Thai language files are outdated and do not contain all needed translations
\S1{v2.0-cl} Changelog
\S2{} Changes from 1.98
2004-02-04 21:13:50 +00:00
\b \R{langs}{Multiple languages in one installer support} (with RTL support)
\b \R{plugindlls}{Easier plug-in system}
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern User Interface} (optional)
2004-02-04 21:13:50 +00:00
\b \W{http://www.7-zip.org/}{LZMA} compression which provides installers 20% smaller than bzip2
\b \R{pages}{Easier paging system} (no more .onNextPage, .onPrevPage)
\b Components are presented as a tree which allows sub components
\b \R{varuser}{User variables} ($VARNAME)
\b \R{aicon}{Icon} and \R{auninstallicon}{UninstallIcon} support any color depth and sizes, not just 32x32x16
\b \R{acheckbitmap}{CheckBitmap} supports any color depth
\b Improved large files handling
2004-02-06 23:55:43 +00:00
\b \R{alicensedata}{License data} can be RTF
2004-02-04 21:13:50 +00:00
\b CHM documentation for easy browsing
\b \R{silent}{Better silent support}
2005-06-20 16:03:57 +00:00
\b New include files for easier scripting: \L{../Examples/LogicLib.nsi}{LogicLib}, \L{../Docs/StrFunc/StrFunc.txt}{StrFunc} and \L{../Include/Sections.nsh}{Sections}
2004-02-06 23:55:43 +00:00
2005-06-20 16:03:57 +00:00
\b Improved plug-ins: \L{../Docs/InstallOptions/Readme.html}{InstallOptions}, \L{../Docs/NSISdl/ReadMe.txt}{NSISdl} and \L{../Docs/Splash/splash.txt}{Splash}
2004-02-04 21:13:50 +00:00
2005-06-20 16:03:57 +00:00
\b New plug-ins: \L{../Docs/AdvSplash/advsplash.txt}{AdvSplash}, \L{../Docs/Banner/Readme.txt}{Banner}, \L{../Docs/BgImage/BgImage.txt}{BgImage}, \L{../Docs/Dialer/Dialer.txt}{Dialer}, \L{../Examples/languages.nsi}{LangDLL}, \L{../Docs/Math/Math.txt}{Math}, \L{../Docs/nsExec/nsExec.txt}{nsExec}, \L{../Docs/StartMenu/Readme.txt}{StartMenu}, \L{../Docs/System/System.html}{System}, \L{../Examples/UserInfo/UserInfo.nsi}{UserInfo} and \L{../Docs/VPatch/Readme.html}{VPatch}
2004-02-04 21:13:50 +00:00
2005-06-20 16:03:57 +00:00
\b New and improved utilities: \L{../Docs/makensisw/Readme.txt}{MakeNSISw}, NSIS Menu (NSIS.exe), NSIS Update (Bin\\NSIS Update.exe) and zip2exe (Bin\\zip2exe.exe)
2004-02-04 21:13:50 +00:00
2011-05-28 18:45:57 +00:00
\b New commands: \R{addplugindir}{!addplugindir}, \R{echo}{!echo}, \R{ifmacrodef}{!ifmacrodef}, \R{ifmacrondef}{!ifmacrondef}, \R{verbose}{!verbose}, \R{aaddbrandingimage}{AddBrandingImage}, \R{asetallowskipfiles}{AllowSkipFiles}, \R{achangeui}{ChangeUI}, \R{acheckbitmap}{CheckBitmap}, \R{createfont}{CreateFont}, \R{adirvar}{DirVar}, \R{adirverify}{DirVerify}, \R{enablewindow}{EnableWindow}, \R{afilebufsize}{FileBufSize}, \R{flushini}{FlushINI}, \R{sgetcurinsttype}{GetCurInstType}, \R{getdlgitem}{GetDlgItem}, \R{getinstdirerror}{GetInstDirError}, \R{ifabort}{IfAbort}, \R{ifsilent}{IfSilent}, \R{initpluginsdir}{InitPluginsDir}, \R{sinsttypegettext}{InstTypeGetText}, \R{sinsttypesettext}{InstTypeSetText}, \R{langstring}{LangString}, \R{alicensebkcolor}{LicenseBkColor}, \R{alicenseforceselection}{LicenseForceSelection}, \R{licenselangstring}{LicenseLangString}, \R{loadlanguagefile}{LoadLanguageFile}, \R{lockwindow}{LockWindow}, \R{page}{Page}, \R{pageex}{PageEx}, \R{reservefile}{ReserveFile}, \R{sectiongetinsttypes}{SectionGetInstTypes}, \R{ssectiongetsize}{SectionGetSize}, \R{sectionsetinsttypes}{SectionSetInstTypes}, \R{ssectionsetsize}{SectionSetSize}, \R{setbrandingimage}{SetBrandingImage}, SetCompressionLevel, \R{asetcompressor}{SetCompressor}, \R{asetcompressordictsize}{SetCompressorDictSize}, \R{setctlcolors}{SetCtlColors}, \R{ssetcurinsttype}{SetCurInstType}, SetPluginUnload, \R{setsilent}{SetSilent}, \R{showwindow}{ShowWindow}, SubSection (replaced by \R{ssectiongroup}{SectionGroup}), SubSectionEnd (replaced by \R{ssectiongroupend}{SectionGroupEnd}), \R{var}{Var}, \R{viaddversionkey}{VIAddVersionKey}, \R{viproductversion}{VIProductVersion} and \R{axpstyle}{XPStyle}
2004-02-04 21:13:50 +00:00
2004-08-06 22:06:27 +00:00
\b Removed commands: DirShow, DisabledBitmap, EnabledBitmap and SectionDivider
2004-02-04 21:13:50 +00:00
\b All this and a smaller overhead! =)
\b A lot more... See below for more information
2004-02-06 23:55:43 +00:00
\S2{} Changes from RC4
2004-02-04 21:13:50 +00:00
\b Command line parser ignored any switches after tokens that are not switches
2004-02-06 23:55:43 +00:00
\b Last part of the path specified in \R{ainstalldir}{InstallDir} was appended even if selected folder name was the same
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.70}: Improved documentation, new Init custom function for Welcome and Finish page
2004-02-06 23:55:43 +00:00
2005-06-20 16:03:57 +00:00
\b Added \L{../Docs/StrFunc/StrFunc.txt}{StrFunc} by deguix
2004-02-06 23:55:43 +00:00
2004-02-04 21:13:50 +00:00
\b Updated and fixed language files
\b Updated, fixed and improved documentation
2004-02-02 15:09:40 +00:00
\H{v2.0rc4} 2.0 Release Candidate 4
Released on February 2nd, 2004
\S1{v2.0rc4-cl} Changelog
\S2{} Major Changes
\b Fixed MBCS mishandling in exehead, InstallOptions and nsExec
\S2{} Minor Changes
\b Language files updates and fixes
\b Fixed logging (NSIS_CONFIG_LOG)
\b Fixed compile errors caused by removing some config.h options
\b NSIS compiles without PSDK again
\b Documentation fixes
\S2{} Utilities and Plug-ins
2005-06-20 16:03:57 +00:00
\b \L{../Docs/NSISdl/ReadMe.txt}{NSISdl}: All potential and rare crashes should be completely fixed now
2004-02-02 15:09:40 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions}: Fixed a rare crash related to ListItems and a small memory leak when using ValidateText
2004-02-02 15:09:40 +00:00
2004-01-24 16:35:57 +00:00
\H{v2.0rc3} 2.0 Release Candidate 3
2004-01-26 03:38:17 +00:00
Released on January 26th, 2004
2004-01-24 16:35:57 +00:00
\S1{v2.0rc3-cl} Changelog
\S2{} Minor Changes
\b Fixed some bugs with LZMA/bzip2 and non-solid compression
\b Fixed a bug that caused escaping not to be ignored on extended !define lines
\b Language files updates and fixes
\b Fixed installer crash when certain language strings were not referenced in all languages
\b Some new and improved graphics
\b Made CreateShortcut case insensitive when parsing hot key
\b Some documentation improvements and fix-ups
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.69}: Made all uninstaller pages work without installer pages and fixed top text on uninstaller license page
2004-01-24 16:35:57 +00:00
\S2{} Utilities and Plug-ins
2005-06-20 16:03:57 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: Fixed resize bug, fixed some UI issues in the settings dialog
2004-01-24 16:35:57 +00:00
\b NSIS Update: Improved UI
2005-06-20 16:03:57 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions}: Fixed minor problems with the new NOTIFY flag
2004-01-24 16:35:57 +00:00
2004-01-04 21:05:02 +00:00
\H{v2.0rc2} 2.0 Release Candidate 2
Released on January 5th, 2004
\S1{v2.0rc2-cl} Changelog
\S2{} Minor Changes
\b Set focus to the main control in each page to ease keyboard control (plug-ins too)
\b LangStrings and user variables limit is now 16383 and is enforced
2011-05-28 18:45:57 +00:00
\b Fixed control colors set using \R{setctlcolors}{SetCtlColors} not changing when the system colors were changed
2004-01-04 21:05:02 +00:00
\b Log window now responds to the context menu key
\b Fixed a bug which caused beeping when the space key is hit on the components tree
\b Added code to prevent weird usage of WM_COMMAND which can cause weird behavior
\b Fixed compile errors when NSIS_CONFIG_COMPONENTPAGE, NSIS_CONFIG_PLUGIN_SUPPORT or NSIS_SUPPORT_HWNDS are not defined
\b More language files updated to the latest version
\b Fixed CHM's script errors
\b Documentation improvements
\S2{} Utilities and Plug-ins
2005-06-20 16:03:57 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.4}: NOTIFY for link, drop list and list box; UI fixes and improvements. See IO's \L{../Docs/InstallOptions/Changelog.txt}{change log} for a complete list
2004-01-04 21:05:02 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: Improved user interface, added support for named symbol sets and fixed best compressor selector
2004-01-04 21:05:02 +00:00
2003-12-27 18:43:15 +00:00
\H{v2.0rc1} 2.0 Release Candidate 1
Released on Decemeber 27th, 2003
2003-12-14 17:59:00 +00:00
2004-01-04 21:05:02 +00:00
\S1{v2.0rc1-rn} Release Notes
2003-12-14 17:59:00 +00:00
\b Trying the LZMA compression method for your installer is recommended. It often gives a 20% better compression ratio.
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.68}: The setting to change the title size on the Welcome page and Finish page has been changed
2003-12-14 17:59:00 +00:00
2003-12-27 18:43:15 +00:00
\S1{v2.0rc1-cl} Changelog
2003-12-14 17:59:00 +00:00
\S2{} Major Changes
\b LZMA compression support. Added \R{asetcompressordictsize}{SetCompresssorDictSize}.
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.68}: New settings for extra space for title and text on Welcome page and Finish page, improved handling of verbose settings, language file string for uninstaller reboot information, more
2003-12-14 17:59:00 +00:00
2003-12-26 19:54:01 +00:00
\b Shell folders are now detected using shell API functions and not the registry. This is the recommended method by Microsoft. New constants have been added in the process ($FONTS, $SENDTO and more...). See \k{varconstant} for more details.
\b Added \L{../Examples/LogicLib.nsi}{LogicLib} to distribution (easier conditional execution etc.)
2003-12-14 17:59:00 +00:00
2003-12-26 19:54:01 +00:00
\b Added \R{adirverify}{DirVerify} and \R{getinstdirerror}{GetInstDirError} to allow custom error checking when the installation directory is invalid or the drive does not have enough space
2003-12-14 17:59:00 +00:00
\b Support for reading environmental variables on compile time: \R{compenvvar}{$%envVarName%}
\b Added /SD parameter for \R{messagebox}{MessageBox}. Allows to set default for silent installers.
\b New conditional compilation options: \R{ifmacrodef}{!ifmacrodef} and \R{ifmacrondef}{!ifmacrondef}.
\b New sections macros for mutually exclusive section selection
2003-12-28 12:46:35 +00:00
\b Improved RTL support by adding WS_EX_RTLREADING wherever possible
2003-12-14 17:59:00 +00:00
\S2{} Utilities and Plug-ins
2005-06-20 16:03:57 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.3}: Added new control type "Button", added new flag "NOTIFY", added new flag "NOWORDWRAP" for multi-line text boxes, reduced size down to 12K
2003-12-14 17:59:00 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: More options to set the compression method
2003-12-14 17:59:00 +00:00
\b Zip2Exe 0.31: Fixed compression setting, LZMA compression support
2005-06-20 16:03:57 +00:00
\b \L{../Docs/VPatch/Readme.html}{VPatch 2.1}: Better error handling and exit code for GenPat
2003-12-27 18:43:15 +00:00
2003-11-15 17:48:36 +00:00
\H{v2.0b4} 2.0 Beta 4
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on November 19th, 2003
2003-12-23 17:42:42 +00:00
2003-11-15 17:48:36 +00:00
\S1{v2.0b4-rn} Release Notes
2003-11-15 17:26:00 +00:00
\b The /LANG parameter is no longer available for any text setting instructions. You must use a \R{langstring}{LangString} if you want to make a certain text multilingual. This means you can also set one text for all languages. To make the license data multilingual you should use \R{licenselangstring}{LicenseLangString}.
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.67}: Because of the new syntax for pages, renaming of settings and variable names etc., you have to make some changes to your scripts, see the \L{../Docs/Modern UI/Readme.html}{Modern UI Readme} for details.
2003-11-15 17:26:00 +00:00
\b \R{page}{Custom Pages} now have a leave function. As this parameter is placed before the caption you have to add another "" empty string for the title to work.
\b \R{onselchange}{.onSelChange} is no longer called when the components page is created.
\b The icons folder has been renamed to Graphics and was reorganized. If you were using any files from Contrib\\Icons in your script, you should update it to point to the new image or icon path.
2004-08-06 22:06:27 +00:00
\b UpgradeDLL has been changed, it's \e{highly recommend} that you include the new version in your script using \c{!include "UpgradeDLL.nsh"} instead of the old one.
2003-11-15 17:26:00 +00:00
2003-11-15 17:48:36 +00:00
\S1{v2.0b4-cl} Changelog
\S2{} Major Changes
2003-11-15 17:26:00 +00:00
\b CHM documentation - searchable and comes with an index
2003-07-18 19:46:37 +00:00
\b User variables ($VARNAME) that can be declared with the \R{var}{Var} command
2003-11-15 17:26:00 +00:00
\b Support for all pages in both installer and uninstaller. Components, directory and license pages can be used for the uninstaller
2003-09-21 11:00:47 +00:00
2003-11-15 17:26:00 +00:00
\b Improved large files handling (way lower requirements to compile a 2GB installer now)
2003-09-04 18:25:57 +00:00
2003-09-21 11:00:47 +00:00
\b Full support for RTL languages, including support for LTR and RTL languages in one installer
2005-06-20 16:03:57 +00:00
\b \L{../Docs/Modern UI/Readme.html}{Modern UI 1.67}: New system & syntax for pages, settings (support for multiple pages of the same type, page specific settings, more customization options etc.), Welcome/Finish pages for uninstaller, \R{alicenseforceselection}{LicenseForceSelection} support, new options for Finish page / language selection dialog, fixes, more
2003-11-15 17:48:36 +00:00
2003-09-04 18:25:57 +00:00
\b Extraction progress
2003-11-15 17:26:00 +00:00
\b No more unprocessed strings, variables can be used everywhere
2003-05-30 11:42:06 +00:00
2003-11-15 17:26:00 +00:00
\b Leave function for custom \R{pages}{pages}: Input on InstallOptions pages can be validated using script code
2003-05-30 11:42:06 +00:00
2004-08-06 22:06:27 +00:00
\b Interface improvements: Better ClearType support, no more flickering
2003-04-19 16:29:15 +00:00
2003-11-15 17:26:00 +00:00
\b \R{onmouseoversection}{OnMouseOver text} is only displayed when mouse over section
2003-04-19 16:29:15 +00:00
2003-11-15 17:26:00 +00:00
\b NLF language files (v6): language specific fonts, RTL and more strings
2003-09-04 18:25:57 +00:00
\b Inner LangStrings can be used in the script
\b No more /LANG, only LangStrings - easier to set one string to all languages
\b LangStrings are no longer installer/uninstaller specific (no un.)
2003-11-15 17:48:36 +00:00
\S2{} New/Changed Commands
2003-11-15 17:26:00 +00:00
\b Added \R{pageex}{PageEx}, \R{pagecallbacks}{PageCallbacks} and \R{adirvar}{DirVar} - it's now a lot easier to add the same page type twice
2003-09-04 18:25:57 +00:00
2003-11-15 17:26:00 +00:00
\b Added \R{afilebufsize}{FileBufSize}
2003-07-18 19:46:37 +00:00
2003-11-15 17:26:00 +00:00
\b Added \R{viaddversionkey}{VIAddVersionKey}: add version information resource to the installer
\b Added \R{asetallowskipfiles}{AllowSkipFiles}: set whether the user should be able to skip a file when overwriting failed
\b Added \R{alicenseforceselection}{LicenseForceSelection}: checkbox or radio buttons on license page to let user agree with license or not
2003-04-19 16:29:15 +00:00
2003-11-15 17:26:00 +00:00
\b Added \R{ssectionsetsize}{SectionSetSize}, \R{ssectiongetsize}{SectionGetSize}, \R{ssetcurinsttype}{SetCurInstType} and \R{sgetcurinsttype}{GetCurInstType}
2003-06-22 11:22:55 +00:00
2003-11-15 17:26:00 +00:00
\b Replaced SetBkColor with \R{setctlcolors}{SetCtlColors} which can set text color too
2004-08-06 22:06:27 +00:00
\b Added \R{ifsilent}{IfSilent} and \R{setsilent}{SetSilent} to allow better /S interaction
2003-11-15 17:26:00 +00:00
\b Added support for standard predefines: $\{__DATE__\}, $\{__TIME__\}, $\{__TIMESTAMP__\}, $\{__FILE__\}, $\{__LINE__\}
\b Added ifdiff and lastusd for \R{asetoverwrite}{SetOverwrite}
\b /o Switch for \R{ssection}{Section} provides ability to unselect the section by default
2003-04-19 16:29:15 +00:00
2003-09-04 18:25:57 +00:00
\b New parameter for DirText to set the browse dialog text
2003-11-15 17:26:00 +00:00
\b Added \R{rmdir}{RMDir /REBOOTOK}: remove folders on reboot
2003-09-04 18:25:57 +00:00
2003-11-15 17:26:00 +00:00
\b \R{ainsttype}{InstType} /NOCUSTOM and /COMPONENTSONLYONCUSTOM work together
2003-04-05 14:50:12 +00:00
2003-11-15 17:26:00 +00:00
\b Added base_dir for \R{gettempfilename}{GetTempFileName}
2003-04-05 14:50:12 +00:00
2004-08-06 22:06:27 +00:00
\S2{} Minor Changes
\b RO sections can now be in \R{ainsttype}{InstTypes} too (defaults to old behavior)
\b Increased limit of InstTypes to 32
\b Improved macros & functions: UpgradeDLL, GetParent, GetParameters. Using the new versions is recommended.
\b Fixed SetOutPath not setting current directory if the directory didn't exist before
\b Components tree: fixed problems with sub-sections with RO sections as children, SF_EXPAND now refreshes the components tree and added SF_PSELECTED for partially selected sub-sections
\b Improved \R{aaddbrandingimage}{AddBrandingImage}: doesn't depend on the UI, can set image on the bottom and on the right, support for custom padding value
\b Better installation directory verification
\b Fixed all known problems with temporary files and directories
\b Documentation fixes
\b Minor bug fixes
\b Code clean-ups and some more comments
\b More...
2003-11-15 17:48:36 +00:00
\S2{} Utilities and Plug-ins
2003-03-30 12:21:00 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW 2.0}: UI to define symbols, easy access to recent scripts, toolbar and more
2003-03-30 12:21:00 +00:00
2003-11-15 17:26:00 +00:00
\b Zip2Exe 0.3: based on header files, improved interface, Modern UI support, new script code, improved folder detection
2003-03-30 12:21:00 +00:00
2005-06-20 16:03:57 +00:00
\b \L{../Docs/InstallOptions/Readme.html}{InstallOptions 2.2}: added LINK control, added EXTENDEDSELECT flag for list boxes which replaces MULTISELECT that now acts exactly as the real style flag ([double] click turns on or off selection), fixes
2003-03-28 20:45:40 +00:00
2003-11-15 17:26:00 +00:00
\b BgImage plug-in stability fixes
2003-06-22 11:22:55 +00:00
2003-11-15 17:26:00 +00:00
\b Added vPatch: patch generator and plug-in that applies the patches
2003-06-22 11:22:55 +00:00
2003-11-15 17:26:00 +00:00
\b Banner plug-in improvements: responds to messages and some new /set tricks by brainsucker
2003-09-21 11:00:47 +00:00
2003-11-15 17:26:00 +00:00
\b AdvSpalsh plug-in improvements: smaller, better transparency support and a possible bug fix
2003-06-22 11:22:55 +00:00
2003-11-15 17:26:00 +00:00
\b System plug-in improvements: Unicode, GUID and COM support
2003-09-21 12:09:38 +00:00
2003-11-15 17:26:00 +00:00
\b nsExec plug-in improvments: ability to run 16 bit code and tabs to spaces conversion
2003-06-22 11:22:55 +00:00
2003-11-15 17:26:00 +00:00
\b Math plug-in
\b Delphi unit for NSIS plug-ins
2003-04-19 16:29:15 +00:00
2003-11-15 17:48:36 +00:00
\H{v2.0b3} 2.0 Beta 3
2003-03-03 18:14:49 +00:00
2003-12-24 16:03:22 +00:00
Released on March 16th, 2003
2003-12-23 17:42:42 +00:00
2003-03-11 19:26:41 +00:00
\b Modern UI 1.63: Header bitmap support, new defines to change the description area, single macro for language selection dialog, more!
\b New tutorial in the documentation
2011-05-28 18:45:57 +00:00
\b define_if_last in \R{page}{Page} command also works when a define has not been specified for all \R{page}{Page} commands.\\<br\\>This fixes the problem with the Modern UI "Click Next" / "Click Install" texts.
2003-03-03 18:14:49 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{sectionsetinsttypes}{SectionSetInstTypes} and \R{sectiongetinsttypes}{SectionGetInstTypes}
2003-03-11 19:26:41 +00:00
2011-05-28 18:45:57 +00:00
\b \R{reboot}{Reboot} command does not force a reboot anymore (allows the user to save work)
2003-03-11 19:26:41 +00:00
\b !if[n]def/!else fixes
2011-05-28 18:45:57 +00:00
\b \R{logset}{LogSet} on now really starts logging
2003-03-03 18:14:49 +00:00
2011-05-28 18:45:57 +00:00
\b Cancel button available on all pages after the instfiles page but the last page unless /ENABLECANCEL was used in its \R{page}{Page} command
2003-03-11 19:26:41 +00:00
\b License page: No more limit on RTF size
\b LangDLL: Option to auto-count number of languages, shell font support
2011-05-28 18:45:57 +00:00
\b \R{page}{Page} and \R{uninstpage}{UninstPage} can not be used inside sections/functions
2003-03-11 19:26:41 +00:00
2011-05-28 18:45:57 +00:00
\b \R{createdirectory}{CreateDirectory} now uses the error flag
2003-03-11 19:26:41 +00:00
2011-05-28 18:45:57 +00:00
\b \R{enumregkey}{EnumRegKey}/Value output_var check fixed
2003-03-11 19:26:41 +00:00
\b Updated translations
2003-03-03 18:14:49 +00:00
2003-03-15 14:27:32 +00:00
\b Dreaded BSOD after plug-ins enumeration finally banished
2011-05-28 18:45:57 +00:00
\b Minimize button and \R{abggradient}{BGGradient} and BGImage compatibility fixes
2003-03-15 14:27:32 +00:00
2011-05-28 18:45:57 +00:00
\b \R{writeinistr}{WriteINIStr} with empty value works again
2003-03-15 14:27:32 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{flushini}{FlushINI}
2003-03-17 13:23:01 +00:00
2003-11-15 17:48:36 +00:00
\H{v2.0b2} 2.0 Beta 2
2003-02-21 15:57:36 +00:00
2003-12-24 16:03:22 +00:00
Released on February 26th, 2003
2003-12-23 17:42:42 +00:00
2003-03-20 19:37:31 +00:00
\b NSIS Menu: links to all NSIS utilities, documentation and websites
2003-02-21 15:57:36 +00:00
\b NSIS Update: check for new releases, download latest development files
\b Dialer plugin to connect to the internet
\b Improved filename validation
\b VC7 compiler compatibility issues fixed
2011-05-28 18:45:57 +00:00
\b \R{createdirectory}{CreateDirectory} sets error flag
2003-02-21 15:57:36 +00:00
\b InstallOptions: INI File State value fixed
\b Updated translations
\b Minor fixes
2003-11-15 17:48:36 +00:00
\H{v2.0b1} 2.0 Beta 1
2002-12-11 20:03:10 +00:00
2003-12-24 16:03:22 +00:00
Released on February 9th, 2003
2003-12-23 17:42:42 +00:00
2011-05-28 18:45:57 +00:00
\b User interface improvements: better order/grouping of controls, button selection problems fixed, added minimize box, transparent \R{abrandingtext}{BrandingText}
2003-01-04 15:44:52 +00:00
2011-05-28 18:45:57 +00:00
\b \R{langstring}{LangString} improvements: can be used before they have been defined, warning if not present in all language tables
2002-12-24 20:57:40 +00:00
2003-01-04 15:44:52 +00:00
\b New version of the Modern User Interface with UI improvements, bugfixes and some small new features
2002-12-24 20:57:40 +00:00
2003-01-28 21:44:01 +00:00
\b InstallOptions 2.0 with support for custom font and DPI settings, groupboxes, grouped controls, lots of bugfixes etc.
2002-12-14 00:20:48 +00:00
2003-02-08 22:42:09 +00:00
\b No more random compression ratios
2002-12-14 00:20:48 +00:00
2011-05-28 18:45:57 +00:00
\b \R{setoutpath}{SetOutPath} now sets the working directory
2003-02-08 22:42:09 +00:00
\b File names are validated, directory given by the user will now always work
2011-05-28 18:45:57 +00:00
\b $QUICKLAUNCH now works with \R{setshellvarcontext}{SetShellVarContext} all
2003-02-08 22:42:09 +00:00
\b Automatically appended directory name in the directory selection dialog will no longer contain squares if not all characters are ASCII.
\b Fixed a bug with remote drives and available space (\\\\remote\\drive)
\b Plug-in function's names are now case insensitive
2011-05-28 18:45:57 +00:00
\b Fixed a bug with specifying \R{aicon}{Icon} twice
2003-02-08 22:42:09 +00:00
\b Include dirs (!addincludedir)
\b On leave function for pages
\b Installers can now really contain more than one branding image
\b All !if/!else/!endif problems should be solved now
2002-12-14 00:20:48 +00:00
2003-03-16 11:20:22 +00:00
\b SetFont "MS Shell Dlg" adds the DS_SHELLFONT style
2002-12-14 00:20:48 +00:00
2002-12-11 20:03:10 +00:00
\b Win9x rename on reboot now also works when the destination file does not exist
2011-05-28 18:45:57 +00:00
\b \R{deleteregkey}{DeleteRegKey} works on default value
2003-01-28 21:44:01 +00:00
\b nsExec can be called from an installer executed by CreateProcess
2011-05-28 18:45:57 +00:00
\b \R{writeuninstaller}{WriteUninstaller} sets error code
2003-01-28 21:44:01 +00:00
\b Banner.dll compatible with Modern UI
2003-02-08 22:42:09 +00:00
\b Fixed focus problems in MakeNSISw
2002-12-11 20:03:10 +00:00
\b Updated and new translations
2003-02-08 22:42:09 +00:00
\b Some new bitmaps for the MUI by Virtlink
\b Faster and better MakeNSISw integration
2003-03-16 20:37:35 +00:00
\b \R{detect.netframework}{New .NET Framework detection function}
2003-02-08 22:42:09 +00:00
2002-12-11 20:03:10 +00:00
\b Minor bugfixes
2003-02-08 22:42:09 +00:00
\b Code clean-ups (compiles on VC7)
2003-11-15 17:48:36 +00:00
\H{v2.0b0} 2.0 Beta 0
2002-09-10 12:05:31 +00:00
2003-12-24 16:03:22 +00:00
Released on December 6th, 2002
2003-12-23 17:42:42 +00:00
2002-11-01 20:34:55 +00:00
\b New paging system
2011-05-28 18:45:57 +00:00
\b Added \R{page}{Page} and \R{uninstpage}{UninstPage}
2002-11-01 20:34:55 +00:00
\b Removed .onNextPage, .onPrevPage, .onInitDialog
2002-11-15 21:24:09 +00:00
\b New easier version of the Modern User Interface with better multilanguage support, InstallOptions integration, welcome and finish page etc.
2002-10-15 18:43:17 +00:00
2002-11-30 13:15:49 +00:00
\b Custom pages no longer flicker when created
2002-11-01 16:55:00 +00:00
\b Added accelerator keys
2002-10-12 18:53:47 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{langstring}{LangString} and LangStringUP for user defined multilingual strings
2002-10-02 00:23:05 +00:00
2002-10-31 17:21:43 +00:00
\b Added support for transparent check marks
2002-10-02 00:23:05 +00:00
2002-11-20 18:27:39 +00:00
\b Added InitPluginsDir
2002-10-02 00:23:05 +00:00
\b Renamed nsisconf.nsi to nsisconf.nsh
2002-09-30 17:08:06 +00:00
\b Added CreateShortcut comment/description parameter
\b Splash.exe is now a plugin (splash.dll)
2002-11-30 13:15:49 +00:00
\b Added new plugins: System, AdvSplash, nsExec, UserInfo, BgImage, Banner and StartMenu
2002-09-30 17:08:06 +00:00
2002-10-31 17:21:43 +00:00
\b !ifdef and friends can now be used in macros
2002-09-30 17:08:06 +00:00
2011-05-28 18:45:57 +00:00
\b \R{sendmessage}{SendMessage} can send strings (put STR: before a param) and supports timeouts
2002-09-18 16:34:39 +00:00
2002-10-15 18:43:17 +00:00
\b Right mouse button "Copy to clipboard" context menu for the Details window
2002-09-10 12:05:31 +00:00
2002-10-15 18:43:17 +00:00
\b Plugin syntax now requires dll name, e.g. dll::func not just func
2002-09-10 12:05:31 +00:00
2002-10-31 17:21:43 +00:00
\b Licence text receives initial focus (page up & down work immediately, return key still works)
2002-09-10 12:05:31 +00:00
2002-09-18 16:34:39 +00:00
\b Made win9x move/delete on reboot support proper and function like on win2k
2002-09-10 12:05:31 +00:00
2002-10-26 19:23:10 +00:00
\b Now always loads RichEdit v2 if present (links work on Win9x)
2002-09-10 12:05:31 +00:00
2011-05-28 18:45:57 +00:00
\b \R{deleteregkey}{DeleteRegKey} now complains if given a third parameter (other than /ifempty)
2002-09-10 12:05:31 +00:00
2011-05-28 18:45:57 +00:00
\b \R{regdll}{RegDLL} now works with DLLs dependent on DLLs from the same directory
2002-12-04 20:01:39 +00:00
2002-11-01 13:10:12 +00:00
\b $\{LANG_langName\} defined as the language id when loading a NLF
2002-10-31 17:21:43 +00:00
\b Fixed a few bugs that caused the installer to load slower than before
\b Uninstall can now get command line parameters too
\b Added ReserveFile
\b Added ExDLL.h
2002-09-30 17:08:06 +00:00
\b Included makensisw 1.9 (lots of changes)
2002-09-10 12:05:31 +00:00
2002-10-31 17:21:43 +00:00
\b Updated InstallOptions
2002-10-15 18:43:17 +00:00
2002-10-31 17:21:43 +00:00
\b Updated ZIP2EXE
2002-09-10 12:05:31 +00:00
2002-11-01 16:55:00 +00:00
\b Updated HTTP download plugin, NSIS-dl (timeout added, better proxy detection)
2002-09-10 12:05:31 +00:00
2002-10-15 18:43:17 +00:00
\b A lot of new language files
2002-09-10 12:05:31 +00:00
2002-10-31 17:21:43 +00:00
\b A lot of new icons and check marks
\b Changed section flags values
2011-05-28 18:45:57 +00:00
\b \R{sectionsetflags}{SectionSetFlags} can now set bold too
2002-10-31 17:21:43 +00:00
2011-05-28 18:45:57 +00:00
\b \R{sectionsetflags}{SectionSetFlags} now works in silent installers too
2002-11-30 13:35:42 +00:00
\b SectionSetName for sub sections doesn't need '-' in front of the name
2002-10-31 17:21:43 +00:00
\b Added SetPluginUnload
2011-05-28 18:45:57 +00:00
\b Hidden section can now use \R{ssectionin}{SectionIn} too
2002-10-31 17:21:43 +00:00
2011-05-28 18:45:57 +00:00
\b \R{file}{File} /nonfatal switch added
2002-10-31 17:21:43 +00:00
\b Plugins no longer add size to their containing section
2002-09-10 12:05:31 +00:00
2002-12-04 20:01:39 +00:00
\b Defines can now be used inside define names ($\{bla$\{blo\}\})
2002-10-15 18:43:17 +00:00
\b New docs format (WOOHA!)
2002-09-02 18:05:40 +00:00
2002-10-31 17:21:43 +00:00
\b EXE header size a lot smaller, 33.5KB for bzip2 and 34KB for zlib
\b Lots of other bugs fixed...
2003-11-15 17:48:36 +00:00
\H{v2.0a7} 2.0 Alpha 7
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on August 29th, 2002
2003-12-23 17:42:42 +00:00
2002-09-02 18:05:40 +00:00
\b Can now select the language from .onInit ($LANGUAGE is a variable)
\b Added CreateFont
2011-05-28 18:45:57 +00:00
\b Added \R{onmouseoversection}{.onMouseOverSection}
2002-09-02 18:05:40 +00:00
\b Added .onInitDialog and un.onInitDialog
\b Added SetStaticBkColor
\b Disabled UseOuterUIItem
\b SendMessage WM_SETTEXT treats lParam as a string and not a number
2011-05-28 18:45:57 +00:00
\b \R{copyfiles}{CopyFiles} script message no longer always prints (silent)
2002-09-02 18:05:40 +00:00
\b Custom install type text can now be changed
2011-05-28 18:45:57 +00:00
\b \R{achangeui}{ChangeUI} can now change IDD_VERIFY
2002-09-02 18:05:40 +00:00
\b Default license color now fits the user system
\b Summary reports the right number of required sections
\b Checkbox is only required in IDD_DIR if logging is enabled
\b Not using /LANG now really causes the script compiler to use the last used language
\b Fixed a bug with MBCS and the uninstaller text
\b MBCS to Unicode and Unicode to MBCS conversion bugs fixed
\b Fixed a bug that caused RTF not to show on Windows 9x
2003-10-05 11:00:47 +00:00
\b Added a dialog that shows up if compress whole is used and initial decompressing lasts longer than a second
2002-09-02 18:05:40 +00:00
\b Updated to InstallOptions 1.3
\b MakeNSISw 1.7 included
\b Added modern UI by Joost Verburg (Examples\\Modern UI)
\b Added new full color icons by adni18
2002-11-10 21:41:10 +00:00
\b Added Dutch, Korean, Russian, Swedish and Traditional Chinese language files
2002-09-02 18:05:40 +00:00
\b Updated Spanish language file version (thanks to LsMoNKi)
\b Added /TRIM(LEFT|RIGHT|CENTER) for BrandingText
\b EXE header size down to 36.5KB
\b Added yi-pixel.ico and yi-pixel-uninstall.ico by Jan T. Sott
\b Fixed a bug with macros at the end of the file
\b Sub-sections can now have defined names too
\b Added LangDLL.dll plugin
2011-05-28 18:45:57 +00:00
\b \R{callinstdll}{CallInstDLL} /NOUNLOAD added (works on plugin calls too)
2002-09-02 18:05:40 +00:00
2003-11-15 17:48:36 +00:00
\H{v2.0a6} 2.0 Alpha 6
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on August 10th, 2002
2003-12-23 17:42:42 +00:00
2002-09-02 18:05:40 +00:00
\b Fixed two bugs with the plug-in mechanism
\b Fixed infinite loop bug
2003-11-15 17:48:36 +00:00
\H{v2.0a5} 2.0 Alpha 5
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on August 9th, 2002
2003-12-23 17:42:42 +00:00
2002-09-02 18:05:40 +00:00
\b Added UseOuterUIItem
2011-05-28 18:45:57 +00:00
\b Enhanced \R{achangeui}{ChangeUI}
2002-09-02 18:05:40 +00:00
\b Enhanced SetDlgItemText
\b Added one-section.nsi example file
\b Optimized Ximon's code for plug-in DLLs (back to 37KB)
\b If default user language doesn't fit exactly, will try to find primary language match
\b Fixed some strings that got replaced (space available and required etc.)
\b Compiles without MS Platform SDK
\b Included Spanish.nlf
\b Included MagicLime.exe by snowchyld
2003-11-15 17:48:36 +00:00
\H{v2.0a4} 2.0 Alpha 4
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on August 5th, 2002
2003-12-23 17:42:42 +00:00
2002-09-02 18:05:40 +00:00
\b Added automatic detection, packing, unpacking and deletion of plugin dlls
\b Added simplified calling syntax for plugin dlls
\b Added PluginDir
2003-11-15 17:48:36 +00:00
\H{v2.0a3} 2.0 Alpha 3
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on August 4th, 2002
2003-12-23 17:42:42 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{loadlanguagefile}{LoadLanguageFile}
2002-09-02 18:05:40 +00:00
\b Added $LANGUAGE
2011-05-28 18:45:57 +00:00
\b Added /LANG option to string setters (\R{aname}{Name}, \R{acaption}{Caption}, etc.)
2002-09-02 18:05:40 +00:00
\b 'LogSet on' now builds a log file if not already created
2003-11-15 17:48:36 +00:00
\H{v2.0a2} 2.0 Alpha 2
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on July 31st, 2002
2003-12-23 17:42:42 +00:00
2002-11-02 18:57:31 +00:00
\b Added $\{NSISDIR\}
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{axpstyle}{XPStyle}
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{asetfont}{SetFont}
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{achangeui}{ChangeUI}
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added AddBrandingImage, and \R{setbrandingimage}{SetBrandingImage}
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{asetcompressor}{SetCompressor} (no more makensis-bz2.exe)
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{alicensebkcolor}{LicenseBkColor}
2002-09-02 18:05:40 +00:00
\b 'SpaceTexts none' now causes no space texts to appear
2011-05-28 18:45:57 +00:00
\b \R{aicon}{Icon} and \R{auninstallicon}{UninstallIcon} now support icons of any type
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b \R{acheckbitmap}{CheckBitmap} now support bitmaps with any color table/depth
2002-09-02 18:05:40 +00:00
2002-11-10 21:41:10 +00:00
\b Unused resources are removed before writing out the installer
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Documented \R{error}{!error} and \R{warning}{!warning}
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added \R{echo}{!echo} and \R{verbose}{!verbose}
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added force option for \R{acrccheck}{CRCCheck}
2002-09-02 18:05:40 +00:00
\b Updated to Makensisw 1.6
\b Updated to InstallOptions 1.2
\b Installer can now be compressed using UPX
\b A hint is shown if a line is longer than the detail window
\b Modern style folder select dialog
\b License data can now be RTF
2011-05-28 18:45:57 +00:00
\b \R{awindowicon}{WindowIcon} is now handled in the compiler
2002-09-02 18:05:40 +00:00
\b Removed debug version (it never worked anyway)
\b Faster compile time (WIN32_LEAN_AND_MEAN)
2003-11-15 17:48:36 +00:00
\H{v2.0a1} 2.0 Alpha 1
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on July 9th, 2002
2003-12-23 17:42:42 +00:00
2011-05-28 18:45:57 +00:00
\b Added expand node option to \R{ssection}{Section} and SubSection
2002-09-02 18:05:40 +00:00
2011-05-28 18:45:57 +00:00
\b Added preserve file attribute option to \R{file}{File} command
2002-09-02 18:05:40 +00:00
\b Copy-All bug fix in Makensisw
\b Added NSISDIR to the define list
\b Reorganized NSIS directory structure
2003-11-15 17:48:36 +00:00
\H{v2.0a0} 2.0 Alpha 0
2002-09-02 18:05:40 +00:00
2003-12-24 16:03:22 +00:00
Released on May 22nd, 2002
2003-12-23 17:42:42 +00:00
2002-09-02 18:05:40 +00:00
\b TreeView component list (care of Jeff Doozan)
\b No more SectionDivider, but SubSection and SubSectionEnd.
2011-05-28 18:45:57 +00:00
\b No more EnabledBitmap/DisabledBitmap, just \R{acheckbitmap}{CheckBitmap}. (with tons of button states)
2002-09-02 18:05:40 +00:00
\b Bugfixes of brokenness.
2011-05-28 18:45:57 +00:00
\b Added ! for \R{ssection}{Section}/SubSection to make bold.
2002-09-02 18:05:40 +00:00
\b Made config.h have hacks for easier building for me. :)
2003-11-15 17:48:36 +00:00
\H{cl-older} Older Versions
2004-08-06 22:06:27 +00:00
\W{http://nsis.sourceforge.net/download/nsis1/}{NSIS 1.x version history}