From 4d3fcd56bf737b4c9550fa3a31bfe33821bea770 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 17 Feb 2004 14:43:04 +0000 Subject: [PATCH] epicsExport now generates p_var_typ_obj --- documentation/RELEASE_NOTES.html | 4 ++++ 1 file changed, 4 insertions(+) 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