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 @@
-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.patchThe 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 @@- IOCs running on some versions of Cygwin may display warnings at iocInit + about duplicate EPICS CA Address list entries. These warnings might be due + to a bug in Cygwin; they are benign and can be ignored.
+ +- 64-bit Windows builds of the CAS library may not work with some compilers. + The code in src/legacy/gdd is incompatible with the LLP64 model + that Windows uses for its 64-bit ABI.
+
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.cd ~/base/mirror-3.16
- bzr tag R3.16.0-rcn + bzr tag R3.16.1-rcn
cd ~/baseThis requires that the Bazaar keywords plugin is installed and @@ -280,7 +280,7 @@ relevent roles unless the Release Manager designates otherwise:
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
cd ~/base/mirror-3.16
- bzr tag R3.16.0 + bzr tag R3.16.1
cd ~/baseThis requires that the Bazaar keywords plugin is installed and
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