Added errlog to the stringout stdio device support.

Release notes updated.
This commit is contained in:
Andrew Johnson
2008-09-26 15:23:13 +00:00
parent 6d99d6dd05
commit bc80fd0e35
2 changed files with 47 additions and 9 deletions
+8
View File
@@ -12,6 +12,14 @@
<h2 align="center">Changes between 3.14.9 and 3.14.10</h2>
<!-- Insert new items below here ... -->
<h4>New "stdio" stringout device support</h4>
<p>A new device support has been added that allows a stringout record to output
one-line messages to stdout, stderr or the errlog subsystem. Use DTYP="stdio"
and set the OUT field to one of "@stdout", "@stderr" or "@errlog" to control the
message destination. A newline is appended to the contents of the record's VAL
field before printing.</p>
<h4>General Time subsystem</h4>
<p>The way in which EPICS gets the time has been significantly revised since