From cd252cf8a25db73f1aef5a0f75e19def4c49b00a Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 6 May 2002 18:54:30 +0000 Subject: [PATCH] latest additions --- RELEASE_NOTES.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 9ed4f2221..1e28b18ec 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -16,6 +16,44 @@

Changes since beta1

+

CA puts to disabled record

+ +

If a CA client issues a put to a disabled record then, when the record is ena +bled, database puts to the record will not make the record process until a CA pu +t is again issued. This is fixed.

+ +

TPRO - trace processing

+ +

If dbProcess is called recursively by different tasks, it did not properly +handle TPRO. Consider the following database:

+
record(ao,"mrkao") {
+    field(OUT,"mrkai CA")
+    field(TPRO,"1")
+}
+record(ai,"mrkai") {
+    field(TPRO,"1")
+}
+ +

If a channel access put is sent to mrkao, no message is issued when mrkai +is processed.

+ +

This is now fixed.

+ +

TSconfigure

+ +

If in your st.cmd file you issue the command.

+ +

TSconfigure(0,0,0,0,0,0,1)

+ +

And set the TSE field of any record to a non zero value, then a crash will +occur when recGblGetTimeStamp is called.

+ +

This is now fixed.

+ +

calcoutRecord

+ +

nsev not sevr must be checked to decide if dbPutLink should be called.

+

dbCa

Whenever a connection is made, a request to retrieve the control, display,