diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index bf045b0f3..54ee86c52 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

+

alarmString.h deprecated again

+ +

The string arrays that provide string versions of the alarm status and +severity values have been moved into libCom and the header file that used to +instanciate them is no longer required, although a copy is still provided for +backwards compatibility reasons. Only the alarm.h header needs to be included +now to declare the epicsAlarmSeverityStrings and epicsAlarmConditionStrings +arrays.

+

errlogRemoveListener() routine changed

Code that calls errlogRemoveListener(myfunc) must be modified to use