From fcb5675040ba5be3f9bf86cfa686e12a1f0bcad1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 31 Oct 2018 20:35:52 -0700 Subject: [PATCH] Added release notes re handling of event numbers >= NUM_TIME_EVENTS. --- documentation/RELEASE_NOTES.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 366721455..b8cc55aa6 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -19,6 +19,15 @@ --> +

Support for event codes greater than or equal to NUM_TIME_EVENTS

+

Event numbers greater than or equal to +NUM_TIME_EVENTS are now allowed if supported by a custom time provider +which should provide its own advancing timestamp validation.

+ +

Time Events numbered 0 through (NUM_TIME_EVENTS-1) are still validated by +code in epicsGeneralTime.c that tests for advancing timestamps and +enforces that restriction.

+

Type-safe Device and Driver Support Tables

Type-safe versions of the device and driver support structures dset