From 432d454e28e5d78d5af031da6077173fdc43c343 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 4 Feb 2003 17:04:21 +0000 Subject: [PATCH] changes for 3.13.8 --- RELEASE_NOTES.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index fcef3c4ce..7a8f2962a 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -7,7 +7,22 @@ -

EPICS Release 3.13.7

+

EPICS Release 3.13.8

+ +

Changes since 3.13.7

+ +

dbEvent bug

+

The bug reported for the previous release has been fixed.

+

config changes

+

Changes since 3.13.6

@@ -31,10 +46,6 @@

Field VAL now has a cvt_dbaddr method. If any state strings are defined the field type and dbr_field_type are declared ENUM. If no state strings are defined then the type is USHORT. Previously the types were always ENUM.

-

mbboRecord

- -

mbboRecord now implements method cvt_dbaddr for the VAL field. If no state vales or state strings are defined then it sets field_type and dbr_field_type to DBF_USHORT.

-

camacDev

ai and ao now support special_linconv. NOTE: NOT TESTED.