From 36f11fba954a11221a802299f7a3ef244fd8aee6 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 24 Jan 2022 12:43:36 -0600 Subject: [PATCH] Release Notes update for epicsEvent --- documentation/RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 0005240ed..f526aa132 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -16,6 +16,17 @@ should also be read to understand what has changed since earlier releases. +### Fix embedded implementations of `epicsEvent` + +[GH:202](https://github.com/epics-base/epics-base/issues/202) and +[GH:206](https://github.com/epics-base/epics-base/pull/206) + +Heinz Junkes provided a new implementation of the `epicsEvent` API suitable for +RTEMS Posix targets (RTEMS 5.1 and later). In review a few issues related to +overflow of timeout values surfaced in this and other embedded implementations, +and these were also been fixed in this Pull Request. The API documentation for +this and some other routines has also been updated. + ## EPICS Release 7.0.6.1