diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index d8dd5d501..d19664ea1 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -16,6 +16,14 @@ +
Changing from numeric to named soft events introduced an incompatibility +when a numeric event 1-255 is converted from a DOUBLE, e.g. from a calc record. +The post_event() API is not marked deprecated any more. + +
Also scanpel has been modified to accept a glob pattern for
+event name filtering and to show events with no connected records as well.
Added a new OS-independent typedef for multicast socket options, and a test @@ -29,28 +37,11 @@ be put in a locally created base/configure/CONFIG_SITE.local file instead of having go modify or replace the original. A new .gitignore pattern tells git to ignore all configure/*.local files.
-Changing from numeric to named soft events introduced an incompatibility -when a numeric event is converted from a DOUBLE, e.g. from a calc record. -To make named events backward compatible to numeric events, the logic has -changed as follows:
-Also scanpel has been modified to accept a glob pattern for
-filtering and to show events with no connected records as well.
The Posix implementation of epicsEventWaitWithTimeout() was limiting the