Update example template, release notes

Changed device support to use the long string input rectype.
Moved the device registration into its own file.
Used _APPNAME_ more, trying to prevent future name clashes.
This commit is contained in:
Andrew Johnson
2015-07-10 12:28:49 -05:00
parent 837111296e
commit ed4bcd831f
13 changed files with 65 additions and 81 deletions
+6 -6
View File
@@ -17,13 +17,13 @@ EPICS Base 3.15.0.x releases are not intended for use in production systems.</p>
<h3>Generate Version Header</h3>
<p>A Perl script and Makefile rules are added to allow modules
to generate a C header file with a macro defined with an automatically updated identifier.
This is a VCS revision ID (Darcs, Git, and Mercurial supported) or
the time of the build if not VCS system is in use.</p>
<p>A Perl script and Makefile rules have been added to allow modules to generate
a C header file with a macro defined with an automatically updated identifier.
This is a VCS revision ID (Darcs, Git, Mercurial Subversion and Bazaar are all
supported) or the date/time of the build if no VCS system is in use.</p>
<p>The example template is updated with a demonstration which makes this
identifier visible with a stringin record.</p>
<p>The makeBaseApp example template has been updated with a new device support
which makes this identifier visible via a lsi (long string input) record.</p>
<h3>Implement EPICS_CAS_INTF_ADDR_LIST in rsrv</h3>