From fc4f010972526047c273619b11185f0976f630e7 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Thu, 3 Mar 2016 17:19:50 -0600
Subject: [PATCH] Documentation updates for release
---
README | 10 +++++-----
documentation/KnownProblems.html | 22 +++++++++++++++-------
documentation/ReleaseChecklist.html | 22 +++++++++++-----------
3 files changed, 31 insertions(+), 23 deletions(-)
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:
-
+ - 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.
+
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:
-
- R3.16.0-pren
+ R3.16.1-pren
— pre-release tag
-
- R3.16.0-rcn
+ R3.16.1-rcn
— release candidate tag, note the rc is now
lower-case
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