From e923790c41e208304ea9fba92e5e068c69ce0e4b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 15 May 2020 12:09:24 -0500 Subject: [PATCH] Update versions after tagging --- configure/CONFIG_BASE_VERSION | 6 +++--- documentation/KnownProblems.html | 8 ++++---- documentation/RELEASE_NOTES.md | 9 ++++++++- documentation/RecordReference.md | 4 ++-- documentation/ReleaseChecklist.html | 16 ++++++++-------- 5 files changed, 25 insertions(+), 18 deletions(-) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index eaeb0f2de..f7141a82e 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -31,15 +31,15 @@ EPICS_MODIFICATION = 8 # EPICS_PATCH_LEVEL must be a number (win32 resource file requirement) # Not included if zero -EPICS_PATCH_LEVEL = 0 +EPICS_PATCH_LEVEL = 1 # This will end in -DEV between official releases -#EPICS_DEV_SNAPSHOT=-DEV +EPICS_DEV_SNAPSHOT=-DEV #EPICS_DEV_SNAPSHOT=-pre1 #EPICS_DEV_SNAPSHOT=-pre1-DEV #EPICS_DEV_SNAPSHOT=-rc1 #EPICS_DEV_SNAPSHOT=-rc1-DEV -EPICS_DEV_SNAPSHOT= +#EPICS_DEV_SNAPSHOT= # No changes should be needed below here diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index 307d98d5a..ac5ba3af5 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -4,17 +4,17 @@ - Known Problems in R3.15.8 + Known Problems in R3.15.9 -

EPICS Base R3.15.8: Known Problems

+

EPICS Base R3.15.9: Known Problems

Any patch files linked below should be applied at the root of the -base-3.15.8 tree. Download them, then use the GNU Patch program as +base-3.15.9 tree. Download them, then use the GNU Patch program as follows:

-
% cd /path/to/base-3.15.8
+
% cd /path/to/base-3.15.9
 % patch -p1 < /path/to/file.patch

The following significant problems have been reported with this diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index fbcf72aaa..0dfb8866c 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -1,4 +1,11 @@ -# EPICS Base Release 3.15.8 +# EPICS Base Release 3.15.9 + +This version of EPICS Base has not been released yet. + +## Changes made on the 3.15 branch since 3.15.8 + + + ## Changes made between 3.15.7 and 3.15.8 diff --git a/documentation/RecordReference.md b/documentation/RecordReference.md index fbd5c1fe3..a13f83dd2 100644 --- a/documentation/RecordReference.md +++ b/documentation/RecordReference.md @@ -5,8 +5,8 @@ converted from the old EPICS Wiki pages and updated. This list only includes the record types supplied with Base. * [Fields Common to All Record Types](dbCommonRecord.html) -* [Fields Common to Input Record Types](dbCommonInputs.html) -* [Fields Common to Output Record Types](dbCommonOutputs.html) +* [Fields Common to Input Record Types](dbCommonInput.html) +* [Fields Common to Output Record Types](dbCommonOutput.html) ## Record Types diff --git a/documentation/ReleaseChecklist.html b/documentation/ReleaseChecklist.html index af0f1dad2..c4bacbfec 100644 --- a/documentation/ReleaseChecklist.html +++ b/documentation/ReleaseChecklist.html @@ -136,17 +136,17 @@ relevent roles unless the Release Manager designates otherwise:

Tag the module in Git, using these tag conventions:
  • - R3.15.8-pre1 + R3.15.9-pre1 — pre-release tag
  • - R3.15.8-rc1 + R3.15.9-rc1 — release candidate tag
cd base-3.15
- git tag -m 'ANJ: Tagged for 3.15.8-rc1' R3.15.8-rc1 + git tag -m 'ANJ: Tagged for 3.15.9-rc1' R3.15.9-rc1
@@ -158,11 +158,11 @@ relevent roles unless the Release Manager designates otherwise:

files and directories that are only used for continuous integration:
cd base-3.15
- git archive --prefix=base-3.15.8-rc1/ --output=base-3.15.8-rc1.tar.gz R3.15.8-rc1 configure documentation LICENSE Makefile README src startup + git archive --prefix=base-3.15.9-rc1/ --output=base-3.15.9-rc1.tar.gz R3.15.9-rc1 configure documentation LICENSE Makefile README src startup
Create a GPG signature file of the tarfile as follows:
- gpg --armor --sign --detach-sig base-3.15.8-rc1.tar.gz + gpg --armor --sign --detach-sig base-3.15.9-rc1.tar.gz
@@ -274,7 +274,7 @@ relevent roles unless the Release Manager designates otherwise:

Tag the module in Git:
cd base-3.15
- git tag -m 'ANJ: Tagged for 3.15.8' R3.15.8 + git tag -m 'ANJ: Tagged for 3.15.9' R3.15.9
@@ -285,11 +285,11 @@ relevent roles unless the Release Manager designates otherwise:

generates a gzipped tarfile directly from the repository:
cd base-3.15
- git archive --prefix=base-3.15.8/ --output=base-3.15.8.tar.gz R3.15.8 configure documentation LICENSE Makefile README src startup + git archive --prefix=base-3.15.9/ --output=base-3.15.9.tar.gz R3.15.9 configure documentation LICENSE Makefile README src startup
Create a GPG signature file of the tarfile as follows:
- gpg --armor --sign --detach-sig base-3.15.8.tar.gz + gpg --armor --sign --detach-sig base-3.15.9.tar.gz