diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index f0d548b45..816cea71f 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -4,17 +4,17 @@
-Any patch files linked below should be applied at the root of the -base-3.15.0.2 tree. Download them, then use the GNU Patch program as +base-3.15.1 tree. Download them, then use the GNU Patch program as follows:
-% cd /path/to/base-3.15.0.2 +% cd /path/to/base-3.15.1 % patch -p0 < /path/to/file.patchThe following significant problems have been reported with this @@ -24,10 +24,6 @@ version of EPICS Base:
64-bit Windows builds may not work with some tool-sets, the code in src/legacy/gdd is not comptible with the LLP64 model that Windows uses for its 64-bit ABI. -The -x option to the softIoc program loads a standard database - that is supposed to be able to exit the running IOC. In this release that - causes an assertion failure which prints a stack trace and suspends the - program wihout exiting.