From fbc524d30828e89ef2b636c59a82723f814a75b8 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 6 Aug 2003 18:18:40 +0000 Subject: [PATCH] more bug changes --- documentation/RELEASE_NOTES.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index eac09579f..07ce0de36 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -17,6 +17,12 @@

Changes since 3.14.2

+

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.