From d55d54d235d01021a824c6155bbcb3e34db4c5f8 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 6 Aug 2003 18:13:54 +0000 Subject: [PATCH] more bug changes --- RELEASE_NOTES.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index a73f9afd4..edce85ab7 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -10,8 +10,22 @@

EPICS Release 3.13.9

Changes since 3.13.8

+

errlog and logMsg

+

If logMsg was called by netTask it could cause the +ioc to hang. +To fix this problem the method of trapping logMsg calls has been changed. +The fix also means that any code that calls errlogAddListener, e.g. +CMLOG, will now receive the logMsg messages.

+

calcRecord and calcoutRecord

+

Previously if a dbGetLink failed on one of the input links, dbGetLink +was not called for the remaining links. Now it is.

-

Close-On-Exec flag set for all sockets created in EPICS base

+ +

put notify

+

put notify did not act properly if a record had disp=TRUE, i.e. +if puts are disabled. It now returns S_db_putDisabled.

+ +

Close-On-Exec flag set for all sockets created in EPICS base

On POSIX systsems if a Channel Access application spawns off 3rd party software with an exec() call then all open file desriptors are inherited @@ -23,6 +37,7 @@ This step was no longer required and therefore was removed from the code.

Assert fail in CA libraries when system runs low on mbufs

+

Scope

The bug exists in probably in all previous versions of EPICS.

@@ -62,11 +77,9 @@ that device driver. The desirable functional change being errlogPrintf's capability to discard messages when it gets behind (because of a transient mbuf starvation situation).

-

EPICS Release 3.13.8

-

Changes since 3.13.7

-

dbEvent Bug Fix Changes

+

dbEvent Bug Fix Changes

Scope