diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 89bb63823..045204d83 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -8,7 +8,7 @@
dbNotifyCancel now waits if the userCallback is active when dbNotifyCancel is called. Previously it just returned. NOTE CAREFULLY. This means that the userCallback must not free the putNotify structure.
-mean that -caget and camonitor now have an additional "-s" option to explicitly +request server-side string conversion, which - in case of the regular CA +server - leads to "precision" info (e.g. the PREC field of an EPICS +record) being honoured.
+ +Signals are blocked in all but the main thread. Applications/drivers which require signal delivery to a subthread will need to be modified.