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