diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index ce26ae4ba..21738607b 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,10 @@ dd Month 2004

Changes since 3.14.5

+

epicsExport

+

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.

+

Access Security

The access security configuration rules now accept quoted strings where