From 3a2e71e46e01af1204a11fabbc2fa58299a392e1 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 29 Sep 2003 23:15:01 +0000 Subject: [PATCH] fixed channel not destroyed if client disconnects during asynchronous enum string table fetch --- documentation/RELEASE_NOTES.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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.