diff --git a/README b/README index ce971d630..dcf34b258 100644 --- a/README +++ b/README @@ -2,14 +2,14 @@ EPICS Base - the central core of a control system toolkit --------------------------------------------------------- -Copyright (c) 1991-2003 The University of Chicago, as Operator -of Argonne National Laboratory. +Copyright UChicago Argonne LLC, as Operator of Argonne +National Laboratory. Copyright (c) 1991-2003 The Regents of the University of California, as Operator of Los Alamos National Laboratory. -EPICS Base Versions 3.13.7 and higher are distributed -subject to a Software License Agreement found in the -file LICENSE that is included with this distribution. +EPICS Base is distributed subject to a Software License +Agreement found in the file LICENSE that is included with +this distribution. --------------------------------------------------------- diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index ede1424cb..2f8a61883 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -4,29 +4,37 @@ - Known Problems in R3.16.0 + Known Problems in R3.16.0.1 -

EPICS Base R3.16.0: Known Problems

+

EPICS Base R3.16.0.1: Known Problems

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

-
% cd /path/to/base-3.16.0
+
% cd /path/to/base-3.16.0.1
 % patch -p0 < /path/to/file.patch
-

The following significant problems have been reported with this -version of EPICS Base:

+

The following problems were known by the developers at the time of this +release:

diff --git a/documentation/ReleaseChecklist.html b/documentation/ReleaseChecklist.html index dca8aa25a..62b1b9d0e 100644 --- a/documentation/ReleaseChecklist.html +++ b/documentation/ReleaseChecklist.html @@ -39,7 +39,7 @@

This document describes the procedures and provides a checklist of tasks -that should be performed when creating new releases of EPICS Base.

+that should be performed when creating production releases of EPICS Base.

The Release Process

@@ -141,17 +141,17 @@ relevent roles unless the Release Manager designates otherwise:

Tag the module in Bazaar, using these tag conventions:
cd ~/base/mirror-3.16
- bzr tag R3.16.0-rcn + bzr tag R3.16.1-rcn
@@ -163,9 +163,9 @@ relevent roles unless the Release Manager designates otherwise:

cd ~/base
bzr export --keywords=publish - --root=base-3.16.0-rcn - -r tag:R3.16.0-rcn - base-3.16.0-rcn.tar.gz + --root=base-3.16.1-rcn + -r tag:R3.16.1-rcn + base-3.16.1-rcn.tar.gz mirror-3.16
This requires that the Bazaar keywords plugin is installed and @@ -280,7 +280,7 @@ relevent roles unless the Release Manager designates otherwise:

Tag the module in Bazaar:
cd ~/base/mirror-3.16
- bzr tag R3.16.0 + bzr tag R3.16.1
@@ -292,9 +292,9 @@ relevent roles unless the Release Manager designates otherwise:

cd ~/base
bzr export --keywords=publish - --root=base-3.16.0 - -r tag:R3.16.0 - base-3.16.0.tar.gz + --root=base-3.16.1 + -r tag:R3.16.1 + base-3.16.1.tar.gz mirror-3.16
This requires that the Bazaar keywords plugin is installed and