From 967ce8eb8427899451f78679d56bba3ae5b2ec8e Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Mon, 14 Nov 2011 14:03:22 -0600
Subject: [PATCH] Creating 3.14.12.2-pre1
Set version number, update release notes.
---
configure/CONFIG_BASE_VERSION | 14 +++----
documentation/RELEASE_NOTES.html | 69 ++++++++++++++++++++++++++++++--
2 files changed, 73 insertions(+), 10 deletions(-)
diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION
index 8a5ae824a..cf6b727d8 100644
--- a/configure/CONFIG_BASE_VERSION
+++ b/configure/CONFIG_BASE_VERSION
@@ -1,5 +1,5 @@
#*************************************************************************
-# Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne
+# Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
@@ -19,22 +19,22 @@
BASE_3_14=YES
-# EPICS_VERSION must be a number >0 and <256
+# EPICS_VERSION must be a number >0 and <256
EPICS_VERSION = 3
-# EPICS_REVISION must be a number >=0 and <256
+# EPICS_REVISION must be a number >=0 and <256
EPICS_REVISION = 14
-# EPICS_MODIFICATION must be a number >=0 and <256
+# EPICS_MODIFICATION must be a number >=0 and <256
EPICS_MODIFICATION = 12
# EPICS_PATCH_LEVEL must be a number (win32 resource file requirement)
# Not included if zero
-EPICS_PATCH_LEVEL = 1
+EPICS_PATCH_LEVEL = 2
# This will end in -DEV between official releases
-EPICS_DEV_SNAPSHOT=-DEV
-#EPICS_DEV_SNAPSHOT=-pre1
+#EPICS_DEV_SNAPSHOT=-DEV
+EPICS_DEV_SNAPSHOT=-pre1
#EPICS_DEV_SNAPSHOT=-pre1-DEV
#EPICS_DEV_SNAPSHOT=-pre2
#EPICS_DEV_SNAPSHOT=-pre2-DEV
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 23523aaab..d05102908 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -3,16 +3,79 @@
- EPICS Base R3.14.12.2 Release Notes
+ EPICS Base R3.14.12.2-pre1 Release Notes
-EPICS Base Release 3.14.12.2
+EPICS Base Release 3.14.12.2-pre1
-Changes between 3.14.12.1 and 3.14.12.2
+Changes between 3.14.12.1 and 3.14.12.2-pre1
+Launchpad Bugs Resolved
+
+The following are links to bugs in the Launchpad bug tracker that have been
+fixed in this release:
+
+
+
+Added database sanity checks to iocInit
+
+Two menus may legitimately be modified by users; some checks have been added
+that run at iocInit and make sure the choices haven't been changed too much for
+the IOC to function properly:
+
+
+- menuConvert is checked to flag problems with IOCs converted from
+ 3.13.x, where the SLOPE choice didn't exist.
+menuScan is checked to ensure the three initial choices are still
+ present and that there is at least one periodic scan rate.
+
+
Fix various catools issues
Array handling in the caget and camonitor programs has been debugged, fixing