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 @@
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.
+Previously if a dbGetLink failed on one of the input links, dbGetLink +was not called for the remaining links. Now it is.
-put notify did not act properly if a record had disp=TRUE, i.e. +if puts are disabled. It now returns S_db_putDisabled.
+ +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.
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). -