From e923790c41e208304ea9fba92e5e068c69ce0e4b Mon Sep 17 00:00:00 2001
From: Andrew Johnson 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: 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:EPICS Base R3.15.8: Known Problems
+EPICS Base R3.15.9: Known Problems
% cd /path/to/base-3.15.8
+
% cd /path/to/base-3.15.9
% patch -p1 < /path/to/file.patch
Tag the module in Git, using these tag conventions:
@@ -158,11 +158,11 @@ relevent roles unless the Release Manager designates otherwise:
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
cd base-3.15Create a GPG signature file of the tarfile as follows:
- 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
- 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:
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
cd base-3.15Create a GPG signature file of the tarfile as follows:
- 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
- gpg --armor --sign --detach-sig base-3.15.8.tar.gz + gpg --armor --sign --detach-sig base-3.15.9.tar.gz