diff --git a/Docs/src/history.but b/Docs/src/history.but index f1e412a7..67f519aa 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -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}) diff --git a/Source/exehead/api.h b/Source/exehead/api.h index cb243603..474bce54 100644 --- a/Source/exehead/api.h +++ b/Source/exehead/api.h @@ -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