From 2b4a9632b7e21a60b80e1454e44db41d8128ad06 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 7 Mar 2018 14:51:38 +0100 Subject: [PATCH] update RELEASE_NOTES for named event fix --- documentation/RELEASE_NOTES.html | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) 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 @@ +

Fix problem with numeric soft events

+

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.

+

Add osiSockOptMcastLoop_t and osiSockTest

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.

-

Fix problem with numeric soft events

-

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.

Changes from the 3.14 branch since 3.15.5

+

Extend maximum Posix epicsEventWaitWithTimeout() delay

The Posix implementation of epicsEventWaitWithTimeout() was limiting the