diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 4ffe421db..31764012d 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,13 +12,25 @@
Fixed failure occurring if client disconnected while asynchronous PV +attach was outstanding, or, for enumerated native type process variables, +while enumerated string table cache asynchronous IO was outstanding. This +problem does not occur in IOCs because they are not yet based on the portable +server library. This bug was first detected by Ken Evans in the production CA +gateway at the APS.
+'printf-style' functions like errlogPrintf have their arguments verified against their format string when compiled with gcc.