From 27f82a6284a67e6ac245e0a5bba6d0c29869b57b Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 11 Mar 2002 13:23:47 +0000 Subject: [PATCH] add notes for R3.13.6 --- RELEASE_NOTES.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index e23ffb745..53182cc31 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -13,11 +13,21 @@

Changes since 3.13.5

-

iocInit

+

dbConvert and dbFastLinkConv

+ +

When a double precision 0 is converted to a float, instead of 0 the float +value becomes -FLT_MIN, which is a very small ,value, e.g. -1.175494e-38.

+ +

iocInit and initHooks

initialProcess is now called before interruptAccept. This means that initial processing will be done before periodically scanned and I/O Inter -scanned record s start processing.

+scanned record s start processing. This also changed the order of two of the +steps in initHooks.h

+ +

drvBitBus

+ +

A check is made that Irqvector is a multiple of 4.

dbCa.c

@@ -39,6 +49,11 @@ set FALSE when the raw value is successfully read.

In do_sel udf is not set false at the beginning. If selm has an invalid value recGblSetSevr(psel,SOFT_ALARM,MAJOR_ALARM) is called.

+

devMz8310

+ +

Changes were made so that this works on the powerPC. Improved IACK +code.

+

CA Client Library

Scope: