diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 15e96e520..2047236d4 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -12,7 +12,7 @@ EPICS Release 3.13.3

-July 5, 2000

+July 10, 2000

Changes since 3.13.2

@@ -24,18 +24,17 @@ Base no longer requires the INC step. Formerly this was the first step of build. It installed header files.  By default this step is no longer executed. If your applications need this step then in base/config/CONFIG_SITE (for all applications) or <apptop>/config/CONFIG (for individual applications)/CONFIG_SITE  -provide the following definition
-
-MAKE_INC_TARGET_FIRST=YES
-
-NOTE: If your applications relies on header files being installed as -the first step of building, you should reorganize the order of building.  -The 3.14 releases of base will no longer support the INC step. - +provide the following definition + +


MAKE_INC_TARGET_FIRST=YES +

NOTE: If your applications relies on header files being installed +as the first step of building, you should reorganize the order of building.  +The 3.14 releases of base will no longer support the INC step.


Channel Access Changes @@ -107,10 +106,19 @@ as the powerPC.

In alarm the definitions of hihi, high, low, lolo; are changed from float to double.

aoRecord.c -

The convert routine no longer sets udf false. Fetch_value does set udf +
  +

+ +


dfanoutRecord.c

A dbPutLink is attempted for all links even if a put for a previous link fails. If a dbPutLink fails  recGblSetSevr(pdfanout,LINK_ALARM,MAJOR_ALARM) is called.