From 466cdaf012441719df3de64264e8bc8dc16ea044 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 5 Jul 2000 15:22:48 +0000 Subject: [PATCH] more notes for 3.13.3 --- RELEASE_NOTES.html | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) 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

-June 29, 2000

+July 5, 2000

Changes since 3.13.2

-Channel Access Changes +Build Changes +
  + + + + +


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