diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 252628f58..f52dbd282 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -11,7 +11,7 @@

EPICS Release base 3.14.2

-

April 12 2003

+

May 21 2003

@@ -81,9 +81,13 @@ of a database record. If the index is not associated with a periodic scan rate, the value 0.0 is returned.

New epicsString.h function

-A new function epicsStrCaseCmp has been added. It is like strcmp +

A new function epicsStrCaseCmp has been added. It is like strcmp except that it ignores case.

+

macLib

+

macParseDefns did not check for handle==NULL. +The documentation for macParseDefns was not correct.

+

Changes since beta2