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.
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.
+A new routine has been added to the errlog facility which allows the console