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 @@
-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 -