Updated changelog and fixed a typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6753 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6bd89cc4c7
commit
2fa183f20c
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@ Released on ???? ?nd, 2016
|
|||
|
||||
\S1{v3.0rc2-cl} Changelog
|
||||
|
||||
\S2{} Major Changes
|
||||
|
||||
\b Fixed LogicLib nested ${Select} bug
|
||||
|
||||
\S2{} Minor Changes
|
||||
|
||||
\b Zip2Exe aborts if the zip file is encrypted (\W{http://sf.net/p/nsis/bugs/1141}{bug #1141})
|
||||
|
|
|
@ -46,7 +46,7 @@ typedef struct
|
|||
int abort;
|
||||
int exec_reboot; // NSIS_SUPPORT_REBOOT
|
||||
int reboot_called; // NSIS_SUPPORT_REBOOT
|
||||
int XXX_cur_insttype; // depreacted
|
||||
int XXX_cur_insttype; // Deprecated
|
||||
int plugin_api_version; // see NSISPIAPIVER_CURR
|
||||
// used to be XXX_insttype_changed
|
||||
int silent; // NSIS_CONFIG_SILENT_SUPPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue