diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 4e7be234a..c1d0b926b 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -11,6 +11,18 @@
This release adds a fourth level of version number, which we haven't used +since R3.13.1.1. The intention is to imply that R3.14.8.1 includes some small +but important changes since R3.14.8 but no signficant new behaviours or API +modifications. This fourth level has required us to modify the version number +system and the macros in the epicsVersion.h file slightly though. We have taken +the opportunity to introduce a new variable EPICS_SITE_VERSION to the +file configure/CONFIG_SITE that adds an optional site-specific version number; +sites that were achieving this by editing the configure/CONFIG_BASE_VERSION file +should switch to setting EPICS_SITE_VERSION instead.
+Mantis entries fixed: