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 R3.15.1 Release Notes + EPICS Base R3.15.0.x Release Notes -

EPICS Base Release 3.15.1

+

EPICS Base Release 3.15.0.x

+

+EPICS Base 3.15.0.x releases are not intended for use in production systems.

-

Changes between 3.14.x and 3.15.1

+

Changes between 3.14.x and 3.15.0.x

+

+Enabled histogram record type

+ +

+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.

Moved src/RTEMS/base directory

@@ -24,8 +32,8 @@ These files are now found under src/RTEMS.

Removed 3.13 compatibility

-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")