From 9988be090674ea5be9f7511b6609a0b8c3868f03 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 24 Jul 2019 16:44:25 -0700 Subject: [PATCH] update release notes --- documentation/RELEASE_NOTES.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index df783606d..b9f206b85 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -30,6 +30,20 @@ release.

--> +

epicsTimeGetCurrent() optimization

+ +

Add a fast path to epicsTimeGetCurrent() and related calls +in the common case where only the default OS current time provider is +registered. This path does not take the global mutex guarding +the time providers list, potentially reducing lock contention.

+ +

dbEvent tweak Queue size

+ +

The size of the queue used by dbEvent to push monitor updates +has been slightly increased based on DBR_TIME_DOUBLE to better fill +an ethernet frame. This may result in slightly fewer, but larger +frames being sent.

+

EPICS Release 7.0.2.2

Build System changes