diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 291ace297..08357f26d 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -2,144 +2,81 @@ - + EPICS Release baseR3.14

-EPICS Release base 3.14.0alpha2

- -

-Build changes

-Build changes were made to base/configure files and base/src Makefiles -to make all os independant build created files created in an O.Common subdirectory -and then installed instead of created directly in an install directory.Build -definition names (e.g. RECTYPES, MENUS, DBDNAME, and BPTS) have been changed -to specify names of the files to be created and installed instead of the -source file names. All db and dbd related definitions and rules have been -moved into base/configure/RULES.Db file and the rules now allow multiple -dbd files and registerRecordDeviceDriver files to be created in a single -application Makefile. Also "gnumake depends" no longer depends on a complete -buildInstall. -

-Converting alpha1 applications to alpha2

-Build modifications in alpha2 require the following changes to existing -R3.14 applications. +EPICS Release base 3.14.0alpha1 +This is the first release of 3.14. This is the first release that supports +iocCore on platforms besides vxWorks. +

iocCore is now supported on the following platforms:

- +A new version of the Application Developers Guide is available. The following +gives links to the new Application Developer's Guide and to RTEMS information. +

http://www.aps.anl.gov/epics/modules/base/R3-14.php +

Most of the Application Developer's Guide has only minor changes. The +following are new.

+


It must be emphasized that this is an alpha release.

- - +Building Applications + -

-EPICS_HOST_ARCH changes

-GNU compiler builds are now determined by the value of EPICS_HOST_ARCH -and are no longer specified in CONFIG_SITE.  All references to the -ANSI (ACC/GCC) and CPLUSPLUS (CCC/G++) macros have been removed. -
  -
  -
  -