From 806be5e259a6d9d92e28d370ec606607ddcf8815 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 9 Jul 1999 14:08:00 +0000 Subject: [PATCH] changhes since 3.13.1 --- RELEASE_NOTES.html | 169 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 163 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index aece4d571..44e9f6a4f 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -2,14 +2,169 @@ - + EPICS Release baseR3.13.0.beta12

-EPICS Release baseR3.13.1

+EPICS Release baseNEXT + +

+July 7, 1999

+ +

+Changes since 3.13.1

+config +
  + + +


dbCommon.dbd +
  +

+ +


dbStaticLib +

+breakpoint tables +

Tables names were previously forced to be alphanumeric. This restriction +is removed. +

drvTS.c +

removed potential infinite recursion from tsForceSoftSync() +

drvSup.h +

removed definition for  reboot. +

dbNotify +

If  dbPutNotify called dbProcess and dbProcess returned an error +the notify completion callback was called twice. This bug is fixed. +

drvBB232 +

This support was defining storage twice. A bug in the current gcc compiler +supplied with tornado does not properl;y compile such code. The extra definitions +are removed. +

aiRecord and aoRecord +

eoff was not being reinitialized when conversion related fields were +dynamically modified. +

compressRecord +

compressALG_N_to_1_Median (compress keeping median value) added. +

mbbiDirectRecord +

When just the record's severity changed, only monitors on the VAL fields +were posted, no monitors on the single bit fields. +

devApsEr.c +

ErGetTicks now locks while updating ticks +

devCommonGpib +

sscanf response now checked to be equal to 1 rather than just not zero. +

bitbus support +

This support is now unbundled. DO NOT use the version in base. This +includes the following +

+NOTE: drvBitBusInterface.h and drvBitBusErr.h appear in both base and unbundled +because drvGib uses it.  Must be fixed when gpib is unbundled. +

devOpt support +

The following gpib support modules have been changed to fix compiler +bug fot vxWorks 5.3: +

+mkdir.pl and rm.pl +

 getopt() changed to  getopt ""; +

rc2.logServer +

Moved  export statements to the right place. +

access security +

Issue better error message if access security initialization fails. +

makeBaseApp +

Changes between beta12 and 3.13.1

@@ -259,8 +414,9 @@ in 2036. However it was modified so that no overflows should occur while converting between NTP, UNIX, and EPICS epochs. In addition the conversion of fractions of a second to nanaoseconds was changed and formatting was changed so that interesting code does not run off right side of page. Hopefully -EPICS base is now fine for Y2K. In fact it should be fine (as far as time -is converned) until the Unix epoch overflows a 32 unsigned integer in the +EPICS +base is now fine for Y2K. In fact it should be fine (as far as time is +converned) until the Unix epoch overflows a 32 unsigned integer in the year 2106.
 

@@ -1271,8 +1427,9 @@ devLoSoft, devLoSymb, devMbboDirectSoft, devMbboSoft, devPtSoft, devSoSymb
  • devHistogramSoft, devHistogramTestAsyn - In init_record the udf field is -set to false only if svl is a constant link and recGblInitConstantLink -returns success.
  • +set +to false only if svl is a constant link and recGblInitConstantLink returns +success.