From b0a330f22af03fb02cb0693281437259afe98210 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 30 Jul 2014 18:03:34 -0500 Subject: [PATCH] Document changes. --- documentation/RELEASE_NOTES.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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