diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 7749cfeb0..8e393dccf 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -126,8 +126,9 @@ channels)
circuit, is immediately disconnected. This change was determined to be necessary to improve overall system robustness in the face of IOC or network overload. Unfortunately, an error was made when installing - these changes. I am sorry about any inconvience that this has caused. - Thanks to Ken Evans at the APS for discovering this problem. + these changes. I am sorry about any inconvenience that this has + caused. Thanks to Ken Evans at the APS for discovering this + problem. @@ -140,10 +141,10 @@ channels)Passing a nill function pointer to ca_replace_access_rights_event() should install a noop handler, but - this currently causes a failure.
+ this currently causes a failure.Regression tests have been installed to detect this mistake.
+Regression tests have been installed to detect this mistake.
Probably introduced in a previous R3.14 release.
+An intermittent C++ exceptions during regression testing.
+In EPICS release R3.14 the CA client library is implemented using - auxillary threads. If the application does not call + axillary threads. If the application does not call ca_context_destroy() these threads will still be running, and - dependening on operating system conventions the process may - not exit if the main thread exits, but auxillary threads are + depending on operating system conventions the process may + not exit if the main thread exits, but axillary threads are still running. Note that ca_context_destroy() is functionally - equivalent to the depricated call ca_task_exit().
+ equivalent to the deprecated call ca_task_exit().Failure, when writing large string through the portable CA server. - There appears to be a posssibility of the wrong string being written - when a smaller string is used. You may see the following message.
+ There appears to be a possibility of the wrong string being written + when a smaller string is used. You may see the following message.A call to "assert (! this->pValue->unreference ())" failed in ..\..\..\..\include\smartGDDPointer.h line 88.