diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 77f4b045f..f32bb6f1d 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -33,12 +33,87 @@ Changes between beta11 and beta12

IOC Applications: Building

-The config.CONFIG_APP file in existing applications must be edited. Remove -the following lines: +Before switching applications to beta12 it is STRONGLY recommended +that you execute: +
+
cd <top>
+gnumake clean uninstall
+
+  +

+Changes to <top>/config:

+  +
+CONFIG_APP
+ +
+Remove the following lines:
+ +
+
ifndef T_A
 T_A = $(HOST_ARCH)
 endif #ifndef T_A
+
+
+
+RELEASE
+ +
+If desired add a definition for TEMPLATE_TOP
+ +
+RULES_TOP RULES.Db RULES.ioc RULES.iocBoot
+ +
+These no longer exists in base.  Replace you version with the version +from:
+ +
+
+
<base>/templates/makeBaseApp/top/config
+
+
+ +
+RULES_TOP
+ +
+Remove the rules for creating soft  links.
+ +
+makeIocCdCommands.pl
+ +
+Copy the version from  <base>/templates/makeBaseApp/top/config
+ +
+makeSoftLinks
+ +
+Remove this file
+ +
  +

+Changes to iocBoot and iocBoot/iocxxx

+iocBoot no longer needs a generated nfs.cmd file + +

iocBoot/iocxxx no longer contains soft links. Instead the following +is done: +

+See "EPICS +IOC Applications: Building and Source/Release Control"  for details.

aoRecord

This did not work properly if DOL  is a channel access link that fails.