- Use a Sphinx/Myst {include} directive to pull the text from all previous
RELEASE files into the output, which makes the website sidebar index work
properly.
- Exclude the RELEASE files from the files given to RTD to publish, they
aren't needed now and generate warnings if included.
- Updated the intro paragraph in all RELEASE files.
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
# Release Notes
|
|
|
|
This document describes the changes that were included in the release of EPICS
|
|
noted below. Release entries are now provided in a separate document for each
|
|
version in the EPICS 7 series, but all are combined into a single page for
|
|
publishing on the EPICS website. Separate release documents are also included
|
|
from the older Base 3.15 and 3.16 series.
|
|
|
|
## EPICS Release 7.0.2
|
|
|
|
### Launchpad Bugs
|
|
|
|
The list of tracked bugs fixed in this release can be found on the
|
|
[Launchpad Milestone page for EPICS Base 7.0.2](https://launchpad.net/epics-base/+milestone/7.0.2).
|
|
|
|
### Git Branches Recombined
|
|
|
|
The four separate Git branches `core/master`, `libcom/master`, `ca/master` and
|
|
`database/master` have been recombined into one branch called `7.0`. Keeping
|
|
these as 4 separate branches in the same repository made it impossible to
|
|
create merge requests that contained changes in more than one of these
|
|
modules. The layout of the source files has not changed at all however, so the
|
|
source code for libcom, ca and the database are still found separately under
|
|
the module subdirectory.
|