From 2fa183f20c5d0711837ad8e661fef065c4b5e46e Mon Sep 17 00:00:00 2001 From: anders_k Date: Wed, 25 May 2016 18:08:03 +0000 Subject: [PATCH] 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 --- Docs/src/history.but | 4 ++++ Source/exehead/api.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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