diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index 4c33c04c1..ab10855cc 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -4,17 +4,17 @@ - Known Problems in R3.15.3 + Known Problems in R3.15.5 -

EPICS Base R3.15.3: Known Problems

+

EPICS Base R3.15.5: Known Problems

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

-
% cd /path/to/base-3.15.3
+
% cd /path/to/base-3.15.5
 % patch -p0 < /path/to/file.patch

The following significant problems have been reported with this @@ -22,22 +22,11 @@ version of EPICS Base:

diff --git a/documentation/README.1st b/documentation/README.1st index e82263d67..8349d445c 100644 --- a/documentation/README.1st +++ b/documentation/README.1st @@ -1,6 +1,6 @@ Installation Instructions - EPICS Base Release 3.15.3 + EPICS Base Release 3.15.5 -------------------------------------------------------------------------- diff --git a/documentation/README.html b/documentation/README.html index 56aa27528..eef83ed58 100644 --- a/documentation/README.html +++ b/documentation/README.html @@ -9,7 +9,7 @@

Installation Instructions

-

EPICS Base Release 3.15.3


+

EPICS Base Release 3.15.5



Table of Contents

diff --git a/documentation/ReleaseChecklist.html b/documentation/ReleaseChecklist.html index 085b22047..49d936ca2 100644 --- a/documentation/ReleaseChecklist.html +++ b/documentation/ReleaseChecklist.html @@ -135,17 +135,17 @@ relevent roles unless the Release Manager designates otherwise:

Tag the module in Bazaar, using these tag conventions:
cd ~/base/mirror-3.15
- bzr tag R3.15.3-rcn + bzr tag R3.15.5-rcn
@@ -156,10 +156,10 @@ relevent roles unless the Release Manager designates otherwise:

generates a gzipped tarfile directly from the repository:
cd ~/base
- bzr export --keywords=publish - --root=base-3.15.3-rcn - -r tag:R3.15.3-rcn - base-3.15.3-rcn.tar.gz + bzr export + --root=base-3.15.5-rcn + -r tag:R3.15.5-rcn + base-3.15.5-rcn.tar.gz mirror-3.15
This requires that the Bazaar keywords plugin is installed and @@ -274,7 +274,7 @@ relevent roles unless the Release Manager designates otherwise:

Tag the module in Bazaar:
cd ~/base/mirror-3.15
- bzr tag R3.15.3 + bzr tag R3.15.5
@@ -285,10 +285,10 @@ relevent roles unless the Release Manager designates otherwise:

generates a gzipped tarfile directly from the repository:
cd ~/base
- bzr export --keywords=publish - --root=base-3.15.3 - -r tag:R3.15.3 - base-3.15.3.tar.gz + bzr export + --root=base-3.15.5 + -r tag:R3.15.5 + base-3.15.5.tar.gz mirror-3.15
This requires that the Bazaar keywords plugin is installed and