diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 08266cc58..5e46fc357 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -3,16 +3,24 @@
-+EPICS Base 3.15.0.x releases are not intended for use in production systems.
-+The histogram record was not included in the base.dbd file in any 3.14 release, +but has now been added along with its associated soft device support.
-Removed the 3.13 <top>/config directory and build compatibility rules and variables, and -various conversion documents.
+Removed the 3.13 <top>/config directory and build compatibility rules and +variables, and various conversion documents. diff --git a/src/dev/softDev/devSoft.dbd b/src/dev/softDev/devSoft.dbd index 763ac47d5..5f90aba86 100644 --- a/src/dev/softDev/devSoft.dbd +++ b/src/dev/softDev/devSoft.dbd @@ -6,6 +6,7 @@ device(bi,CONSTANT,devBiSoft,"Soft Channel") device(bo,CONSTANT,devBoSoft,"Soft Channel") device(calcout,CONSTANT,devCalcoutSoft,"Soft Channel") device(event,CONSTANT,devEventSoft,"Soft Channel") +device(histogram,CONSTANT,devHistogramSoft,"Soft Channel") device(longin,CONSTANT,devLiSoft,"Soft Channel") device(longout,CONSTANT,devLoSoft,"Soft Channel") device(mbbi,CONSTANT,devMbbiSoft,"Soft Channel")