diff --git a/src/cas/RELEASE_NOTES b/src/cas/RELEASE_NOTES index 3aae1bdb0..da22905a8 100644 --- a/src/cas/RELEASE_NOTES +++ b/src/cas/RELEASE_NOTES @@ -224,3 +224,21 @@ changed so that the purpose of this class is more clear to server tool designers. To remain backwards compatible the class casAsyncPVCreateIO derives from public base class casAsyncPVAttachIO. In a future release the class casAsyncPVCreateIO will be eliminated. + +o The hash table template class resTable now requires a PV count estimate +argument to its the constructor, and its init(PV count estimate) member function +has been eliminated (server tools frequently implement a string hash table +based on class resTable). + +o The delay argument passed to fileDescriptorManager.process(delay) has been changed +from type osiTime to the C++ primitive type double. + +o The arithmetic operators in class osiTime now return type double, and not type +osiTime. + +o In class osiTimer the use of type osiBool was eliminated in favor of the now universally +implemented ANSI STD C++ "bool" type. + +o In class osiTimer type double, and not type osiTime, is returned from virtual member +function delay(). +