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

EPICS Base Release 3.14.4

????4 September 2003

+ +

Changes since 3.14.4

+

Channel Access Portable Server

+ +

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.

+

Changes since 3.14.3

-

Format string checking +

Format string checking

+

'printf-style' functions like errlogPrintf have their arguments verified against their format string when compiled with gcc.