diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 269c989df..dfda10e51 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -49,6 +49,10 @@ O.Common directories are not removed.

epicsExportAddress(typ,obj) now generates an extern named pvar_typ_obj and epicsExportRegistrar(func) an extern named pvar_func_obj. Previously both just named the variable pobj.

+

epicsRegisterFunction(name) in conjunction with the dbd 'function' keyword +can be used to register functions referred to by record subroutine name +fields.

+

Access Security

The access security configuration rules now accept quoted strings where