git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5588 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-03-29 21:47:15 +00:00
parent c41952ad3a
commit 9898fea42a

View file

@ -1,5 +1,87 @@
\A{history} Changelog and Release Notes
\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
\b \L{../Docs/nsExec/nsExec.txt}{nsExec}: Support for x64 disabled redirection (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373088&aid=1778973}{RFE #1778973}, \W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1889317}{bug #1889317})
\S2{} Modern UI
\b Added missing MUI_UNFUNCTION_DESCRIPTION_BEGIN and MUI_UNFUNCTION_DESCRIPTION_END
\b Fixed start enu page setting the error flag (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1891106}{bug #1891106})
\S2{} nsDialogs
\b NSD_AddStyle and NSD_AddExStyle for easy customization (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373087&aid=1900588}{patch #1900588})
\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
\b NSD_SetState, NSD_GetState, NSD_Check and NSD_Uncheck for handling of check boxes and radio buttons (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373087&aid=1900588}{patch #1900588})
\b NSD_SetText for easily setting control's text
\b OnClick support for labels (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1908732}{bug #1908732})
\b Support for edit box change in combo box
\S2{} Minor Changes
\b Fixed exception handling of UPX compressed icons (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1896500}{bug #1896500})
\b Fixed InstallDirRegKey example in bigtest.nsi
\b Fixed Memento's documentation to include $\{MementoSectionDone\}
\b Fixed rare decompression error with 0x4001 bytes of compressed data (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1874297}{bug #1874297})
\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.
\b Minor documentation improvements (including \W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1891266}{bug #1891266}, \W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1894033}{bug #1894033}, \W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1896803}{bug #1896803})
\b \L{../Docs/MultiUser/Readme.html}{MultiUser}: Fixed error when a custom installation mode initialization function is used only for the installer
\b \L{../Docs/MultiUser/Readme.html}{MultiUser}: Fixed default installation mode based on registry key (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1913029}{bug #1913029})
\b \L{../Docs/MultiUser/Readme.html}{MultiUser}: Fixed no uninstaller handling (MULTIUSER_NOUNINSTALL)
\S2{} Utilities and Plug-ins
\b \L{../Docs/makensisw/Readme.txt}{MakeNSISW}: Avoid opening executables with identical folder names when opening script's folder (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1891066}{bug #1891066})
\b \L{../Docs/nsExec/nsExec.txt}{nsExec}: Fixed return code handling so 259 won't cause an infinite loop (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1909458}{bug #1909458})
\b \L{../Docs/VPatch/Readme.html}{VPatch}: Added MD5 functions (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373088&aid=1900226}{RFE #1900226})
\S2{} Translation
\b Albanian updates (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373087&aid=1919360}{patch #1919360})
\b French fixes (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373087&aid=1916564}{patch #1916564})
\b Polish updates (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373087&aid=1894983}{patch #1894983})
\S2{} Build System
\b Fixed build of NSIS Menu with wxGTK (\W{http://sourceforge.net/tracker/index.php?func=detail&group_id=22049&atid=373085&aid=1900233}{bug #1900233})
\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
\H{v2.35} 2.35
Released on February 8th, 2008