From 9ada9d9630c6383f827d0d76c95cc5b2cafb534d Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 8 Apr 2002 15:07:20 +0000 Subject: [PATCH] Several change for R3.13.7 --- RELEASE_NOTES.html | 50 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index d12ef4f77..4b6ecb084 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -3,13 +3,57 @@ - EPICS Release baseR3.13.3 + EPICS Release baseR3.13.7 -

EPICS Release 3.13.6

+

EPICS Release 3.13.7

+ +

XXXX 2002

+ +

Changes since 3.13.6

+ +

dbb - database breakpoints

+ +

The database breakpoint facility was not working. This has probably been +true for several releases. It is now 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.

+

This is now fixed

+ +

calcPerform

+

This now returns a non zero value if the result is nan (not a number).

:wq -

March 2002

Changes since 3.13.5