From d73f466dbc02bc436d178650304de93024ddf1a2 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 28 Feb 2011 17:26:24 -0600 Subject: [PATCH] documentation: KnownProblems template Modified the empty template file to include GNU Patch usage instructions. --- documentation/KnownProblems.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index 9a15e68c8..9a133dc11 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -4,11 +4,21 @@ - Known Problems in R3.14.12 + Known Problems in R3.14.13 -

EPICS Base R3.14.12: Known Problems

+

EPICS Base R3.14.13: Known Problems

+ +

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

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

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