From ed37ace27ed9f3d427af757fa082e107791c159d Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Mon, 1 Dec 2014 15:07:38 -0600
Subject: [PATCH] R3.15.1
---
configure/CONFIG_BASE_VERSION | 4 ++--
documentation/KnownProblems.html | 7 ++++---
documentation/RELEASE_NOTES.html | 5 +----
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION
index c991b7089..f15f47449 100644
--- a/configure/CONFIG_BASE_VERSION
+++ b/configure/CONFIG_BASE_VERSION
@@ -42,10 +42,10 @@ EPICS_PATCH_LEVEL = 0
#EPICS_DEV_SNAPSHOT=-pre2
#EPICS_DEV_SNAPSHOT=-pre2-DEV
#EPICS_DEV_SNAPSHOT=-rc1
-EPICS_DEV_SNAPSHOT=-rc1-DEV
+#EPICS_DEV_SNAPSHOT=-rc1-DEV
#EPICS_DEV_SNAPSHOT=-rc2
#EPICS_DEV_SNAPSHOT=-rc2-DEV
-#EPICS_DEV_SNAPSHOT=
+EPICS_DEV_SNAPSHOT=
# No changes should be needed below here
diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html
index 816cea71f..9f925c02f 100644
--- a/documentation/KnownProblems.html
+++ b/documentation/KnownProblems.html
@@ -21,9 +21,10 @@ follows:
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.
+
+ - 64-bit Windows builds of the CAS library may not work with some compilers.
+ The code in src/legacy/gdd is currently incompatible with the LLP64
+ model that Windows uses for its 64-bit ABI.
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 5fab30c35..269b6210c 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -7,12 +7,9 @@
-EPICS Base Release 3.15.1-rc1
-
-This version of EPICS Base has not been released yet.
+EPICS Base Release 3.15.1
Changes between 3.15.0.2 and 3.15.1
-
epicsStrnEscapedFromRaw() and epicsStrnRawFromEscaped()