From 67135ec16e2de88ceaf2ec803835707f3982d225 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Fri, 20 Mar 2015 21:59:47 +0000 Subject: [PATCH] R5-8-3 --- documentation/xxxReleaseNotes.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/documentation/xxxReleaseNotes.html b/documentation/xxxReleaseNotes.html index 55565b8..2724c74 100644 --- a/documentation/xxxReleaseNotes.html +++ b/documentation/xxxReleaseNotes.html @@ -10,12 +10,31 @@ content="text/html; charset=iso-8859-1"> <h1 align="center">xxx Release Notes</h1> +<h2 align="center">Release 5-8-3</h2> +<ul> + +<li>Changes to support caputRecorder +<li>Added GROUP env var for alive record + +<li>release.pl modified so that module definitions are processed in the order +they occur. This allows, for example, the following: +<pre> +include $(SUPPORT)/configure/RELEASE +CAPUTRECORDER=$(SUPPORT)/caputRecorder-1-4-2 +</pre> + +in which the CAPUTRECORDER definition overrides the definition in +$(SUPPORT)/configure/RELEASE + +</ul> + + <h2 align="center">Release 5-8</h2> <ul> <li>Deleted xxxCommonInclude.dbd since it is no longer used. -<li>Many changes for sreaDetector-2-0 +<li>Many changes for areaDetector-2-0 <li>Use the alive module -- GitLab