From 79b499d4c52d2472a170664e2ae09a92a5d3acfb Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 10 Dec 2012 09:36:55 -0600 Subject: [PATCH] Releas notes for UDFS. --- documentation/RELEASE_NOTES.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index b9ba24961..e8260d0a7 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -15,6 +15,15 @@ EPICS Base 3.15.0.x releases are not intended for use in production systems.

Changes between 3.15.0.1 and 3.15.0.2

+

New Undefined Severity field UDFS

+ +

A new field has been added to dbCommon which configures the alarm severity +associated with the record being undefined (UDF=TRUE). The default value is +INVALID so old databases will not be affected, but now individual records can be +configured to have a lower severity or even no alarm when undefined. Be careful +when changing this on applications where the IVOA field of output records is +used, IVOA still requires an INVALID severity to trigger value replacement.

+

Redirection of the errlog console stream

A new routine has been added to the errlog facility which allows the console