From df9ec50b59c254e99585d0ec52871f76c4e9f9f3 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 28 May 2010 03:12:19 -0700 Subject: [PATCH] release notes updated --- documentation/RELEASE_NOTES.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 9b3ce378e..fae4d5e75 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,14 @@

Changes between 3.14.11 and 3.14.12

+

Attributes of Non-VAL Fields

+ +

Non-VAL fields now report meaningful information for precision, units, +graphic limits, control limits, and alarm limits instead of simply using +PREC, EGU, HOPR, LOPR, DRVL, DRVH, HIHI, HIGH, LOW, and LOLO. All delay +fields have precision 2 and units "s". Input fields like A-L of the calc record +read these information from the corresponding INPn link if possible. +

Rewrite epicsThreadOnce()

Michael Davidsaver suggested a better implementation of epicsThreadOnce()