From 0c9254f76812491671cd0e485210829f6f3a006b Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Fri, 2 Jun 2017 14:53:11 -0500
Subject: [PATCH] Final documentation updates
---
documentation/KnownProblems.html | 7 ++++---
documentation/README.1st | 26 +++++++++++++-------------
documentation/RELEASE_NOTES.html | 6 ++----
3 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html
index fe9045d03..f3e6a2d6d 100644
--- a/documentation/KnownProblems.html
+++ b/documentation/KnownProblems.html
@@ -4,7 +4,7 @@
- Known Problems in R3.16.1
+ Known Problems in Base-3.16.1
@@ -15,7 +15,7 @@ base-3.16.1 tree. Download them, then use the GNU Patch program as
follows:
% cd /path/to/base-3.16.1
-% patch -p0 < /path/to/file.patch
+% patch -p1 < /path/to/file.patch
The following problems were known by the developers at the time of this
release:
@@ -23,7 +23,8 @@ release:
diff --git a/documentation/README.1st b/documentation/README.1st
index ee56e542f..4886bea7c 100644
--- a/documentation/README.1st
+++ b/documentation/README.1st
@@ -6,19 +6,19 @@
Table of Contents
- *�What is EPICS base?
- *�What is new in this release?
- *�Copyright
- *�Supported platforms
- *�Supported compilers
- *�Software requirements
- *�Host system storage requirements
- *�Documentation
- *�Directory Structure
- *�Build related components
- *�Building EPICS base (Unix and Win32)
- *�Example application and extension
- *�Multiple host platforms
+ * What is EPICS base?
+ * What is new in this release?
+ * Copyright
+ * Supported platforms
+ * Supported compilers
+ * Software requirements
+ * Host system storage requirements
+ * Documentation
+ * Directory Structure
+ * Build related components
+ * Building EPICS base (Unix and Win32)
+ * Example application and extension
+ * Multiple host platforms
--------------------------------------------------------------------------
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 4c0ce4701..7c5ade339 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -9,10 +9,6 @@
EPICS Base Release 3.16.1
-This version of EPICS Base has not been released yet.
-
-
-Changes made on the 3.16 branch since 3.16.0.1
+Changes made between 3.16.0.1 and 3.16.1
+
IOC Database Support for 64-bit integers
The IOC now supports the 64-bit integer field types DBF_INT64 and