From f3dfc7f4e99e1e2c0f4047991dade34d9f51cc87 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 5 Apr 2004 12:48:30 +0000 Subject: [PATCH] conversion of double to float --- RELEASE_NOTES.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 56a2223b0..70cb606ce 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -9,6 +9,9 @@

EPICS Release 3.13.10

Changes since 3.13.9

+

db_access - conversion of double to float

+

When a CA user asked for display or control limits as a float a 0 value +was returned as -1.17549435E-38. This is now fixed.

seq_ca

The sequencer did not properly keep track of number of channels connected. It now checks if it is actually connected/disconnect before it increments/decrements the counts.