diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index cc0502e09..bc8a5a4fd 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -3,16 +3,37 @@ - EPICS Base R3.14.12.3-pre1 Release Notes + EPICS Base R3.14.12.3-rc1 Release Notes -

EPICS Base Release 3.14.12.3-pre1

+

EPICS Base Release 3.14.12.3-rc1

Changes between 3.14.12.2 and 3.14.12.3

+

Hex literals in CALC expressions

+ +

In previous releases, CALC expressions could contain hexadecimal literal +integers on a target if the OS implementation of strtod() allows them (the +vxWorks implementation does not). Now hex literal integers can be used in CALC +expressions on all architectures. Hexadecimal floating point literals may have +worked on some architectures in the past, but will no longer be accepted.

+ +

CAS: Added propertyEventMask support

+ +

Server tools should now be able to detect subscriptions to and send updates +for DBE_PROPERTY events, using a casEventMask value returned by the new +caServer::propertyEventMask() method.

+ +

caRepeater now built by default

+ +

Previously caRepeater was only built for host architectures, so builds for +cross-compiled but workstation-type targets like linux-arm did not build it. +Explicit exceptions prevent it being built on architectures like vxWorks, RTEMS +and iOS which do not support normal executable programs.

+

Array Subroutine (aSub) record type fixes