From 5f2e18a0093023f2be8d09a006a942f791edb34d Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 10 Feb 2004 15:04:12 +0000 Subject: [PATCH] access security changes --- RELEASE_NOTES.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 6c1c9cac9..0ed390d8a 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -8,8 +8,20 @@

EPICS Release 3.13.10

-

Changes since 3.13.9

+

Access Security

+

The access security configuration rules now accept quoted strings +where just names were allowed previously.

+

A new shell command "ascar(int level)" is now available. +It produces a report of the INP channel access connections. +Level (0,1,2) produces (a summary report, summary plus unconnected channels, +summary plus report of all channels)

+ +

mbboRecord

+

The fields ZRST,...,FFST are now special(SPC_MOD). +init_record now checks to see if state strings or values are defined +during pass 0. Previously if another record had a DBR_STRING link to +an mbboRecord it thought the field was a USHORT instead of an ENUM.

Channel Access

-

EPICS Release 3.13.9

-

Changes since 3.13.8

Fixed dbExpand problem