more bug changes

This commit is contained in:
Marty Kraimer
2003-08-06 18:13:54 +00:00
parent 2d08f5abac
commit d55d54d235
+17 -4
View File
@@ -10,8 +10,22 @@
<h1>EPICS Release 3.13.9</h1>
<h2>Changes since 3.13.8</h2>
<h3>errlog and logMsg</h3>
<p>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.</p>
<h3>calcRecord and calcoutRecord</h3>
<p>Previously if a dbGetLink failed on one of the input links, dbGetLink
was not called for the remaining links. Now it is.</p>
<h4>Close-On-Exec flag set for all sockets created in EPICS base</h4>
<h3>put notify</h3>
<p>put notify did not act properly if a record had disp=TRUE, i.e.
if puts are disabled. It now returns S_db_putDisabled.</p>
<h3>Close-On-Exec flag set for all sockets created in EPICS base</h3>
<p>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.</p>
<h3>Assert fail in CA libraries when system runs low on mbufs</h3>
<h4>Scope</h4>
<p>The bug exists in probably in all previous versions of EPICS.</p>
@@ -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).</p>
<h1>EPICS Release 3.13.8</h1>
<h2>Changes since 3.13.7</h2>
<h3><strong>dbEvent Bug Fix Changes</strong></h3>
<h3>dbEvent Bug Fix Changes</h3>
<h4>Scope</h4>