diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index cddc2bfd5..15966b814 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -15,6 +15,14 @@ EPICS Base 3.15.0.x releases are not intended for use in production systems.

Changes between 3.15.0.1 and 3.15.0.2

+

Added newEpicsMutex macro

+ +

Internal C++ uses of new epicsMutex() have been replaced with a new +macro which calls a new constructor, passing it the file name and line number of +the mutex creation code. C code that creates mutexes has been using a similar +macro for a long time, but there was no equivalent constructor for the C++ +wrapper class, so identifying a specific mutex was much harder to do.

+

Post DBE_PROPERTY events automatically

A new record field attribute "prop(YES)" has been added to identify fields