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 @@
-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.
+ +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.
+ +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.
+