From 0b374ef8a6424cd8832f7579ae2d77402c937d5b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 13 Feb 2014 09:59:10 -0600 Subject: [PATCH] doc: Add newEpicsMutex to Release Notes. --- documentation/RELEASE_NOTES.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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