From eff44268e9144e204a20fc9d1284703e86c451b9 Mon Sep 17 00:00:00 2001
From: Ralph Lange
Date: Tue, 13 Dec 2016 15:33:01 +0100
Subject: [PATCH] Set version to 3.15.5-DEV, close 3.15.5 chapter in release
notes
---
configure/CONFIG_BASE_VERSION | 4 ++--
documentation/RELEASE_NOTES.html | 20 +++++++++++++-------
2 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION
index 146259312..1e60b2740 100644
--- a/configure/CONFIG_BASE_VERSION
+++ b/configure/CONFIG_BASE_VERSION
@@ -34,7 +34,7 @@ EPICS_MODIFICATION = 5
EPICS_PATCH_LEVEL = 0
# This will end in -DEV between official releases
-#EPICS_DEV_SNAPSHOT=-DEV
+EPICS_DEV_SNAPSHOT=-DEV
#EPICS_DEV_SNAPSHOT=-pre1
#EPICS_DEV_SNAPSHOT=-pre1-DEV
#EPICS_DEV_SNAPSHOT=-pre2
@@ -43,7 +43,7 @@ EPICS_PATCH_LEVEL = 0
#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/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 565447581..117acc456 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -3,15 +3,25 @@
- EPICS Base R3.15.5 Release Notes
+ EPICS Base R3.15.6 Release Notes
-EPICS Base Release 3.15.5
+EPICS Base Release 3.15.6
-Changes made on the 3.15 branch since 3.15.4
+This version of EPICS Base has not been released yet.
+
+
+Changes made on the 3.15 branch since 3.15.5
+
+Changes from the 3.14 branch since 3.15.5
+
+
+
+Changes between 3.15.4 and 3.15.5
+
dbStatic Library Speedup and Cleanup
Loading of database files has been optimized to avoid overproportionally
@@ -25,10 +35,6 @@ old behavior.
to be used by database configuration tools linked against a host side version
of the dbStatic library that is not being built anymore.
-
-Changes from the 3.14 branch since 3.15.4
-
-
Launchpad Bug-fixes
In addition to the more detailed change descriptions below, the following