From 29a8efa781565b473f8b03e05526393f540237e1 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 29 Aug 2012 16:46:40 -0500 Subject: [PATCH] Document addition of MSI to Base. --- documentation/RELEASE_NOTES.html | 9 +++++++++ src/ioc/dbtemplate/test/template | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 src/ioc/dbtemplate/test/template diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 1fa36641b..f9abf8f9b 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -23,6 +23,15 @@ for a while in case anyone still needs them.

Changes between 3.14.x and 3.15.0.1

+

MSI included with Base

+ +

An enhanced version of the Macro Substitution and Include program msi +has been included with Base. Both this new version of msi and the IOC's +dbLoadTemplates command now support setting global macros in +substitution files, and dbLoadTemplates can now take a list of global +macro settings as the second argument on its command line. The substitution file +syntax is documented in the Application Developers Guide.

+

Cross-builds targeting win32-x86-mingw

Some Linux distributions now package the MinGW cross-compiler which makes it diff --git a/src/ioc/dbtemplate/test/template b/src/ioc/dbtemplate/test/template deleted file mode 100644 index 561b52a0a..000000000 --- a/src/ioc/dbtemplate/test/template +++ /dev/null @@ -1,5 +0,0 @@ -# comment line -a = $(a) -b = $(b) -c = $(c) -d = $(d)