diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index fcffc202a..0ffa9e629 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -12,11 +12,33 @@ EPICS Release 3.13.3
Channel Access Changes
Fixed the RISC architecture specific problem in iocCore which results in an intermittent and infrequent assert failure with this message: "assert (ev_que->evUser->nDuplicates>=1u)". This was actually fixed in release @@ -24,12 +46,14 @@ in an intermittent and infrequent assert failure with this message: "assert
All structure members with names "m_type" were changed to "m_dataType" to avoid a macro name compile time conflict present in the SENS IP kernel supplied with Tornado II and optionally in Tornado I. -
The network interface query code used by Channel Access for auto-configure
-was modified to be compatible with changed API's present in the SENS IP
-kernel supplied with Tornado II and optionally in Tornado I.
-
-
task_params.h -
Change task names so that they do not contain blanks. +
The network interface query code used by Channel Access to auto-configure +its address list was modified to be compatible with changed API's present +in the SENS IP kernel supplied with Tornado II and optionally inTornado +I. +
DBR_PUT_ACKT and DBR_PUT_ACKS +
This now works for ca_put_callback as well as ca_put. +
Spaces in task names +
Task names no longer have any blanks
tsLib.h
Made tsStampFromLocal and tsStampToLocal public rather than private.
dbAccess