From 0f2fb17864ef9ed2ca2bdbbc3c007e8f177b4663 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 18 Jun 1998 00:20:44 +0000 Subject: [PATCH] updated release notes for R3.13B12 --- src/cas/RELEASE_NOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cas/RELEASE_NOTES b/src/cas/RELEASE_NOTES index 8662ff906..29d5ecb52 100644 --- a/src/cas/RELEASE_NOTES +++ b/src/cas/RELEASE_NOTES @@ -193,3 +193,9 @@ o It is now the responsibility of the server tool to limit the number of simultaneous asynchronous IO operations allowed (by returning S_casApp_postponeAsyncIO). +Changes between epics 3.13 Beta 11 and 3.13 Beta 12 + +**** API Change **** +o The constructor for class casPV no longer requires a reference to the +server. For backwards compatibility a reference to the server may still be +supplied, but it will not be used.