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.
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.
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)