From 5721a364cde635079ef1ad746da8f88ef05c2329 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Wed, 10 Sep 2008 18:41:59 +0000 Subject: [PATCH] 5-3 --- documentation/xxxReleaseNotes.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/documentation/xxxReleaseNotes.html b/documentation/xxxReleaseNotes.html index e147009..2ae604a 100644 --- a/documentation/xxxReleaseNotes.html +++ b/documentation/xxxReleaseNotes.html @@ -10,6 +10,26 @@ content="text/html; charset=iso-8859-1"> <h1 align="center">xxx Release Notes</h1> +<h2 align="center">Release 5-3</h2> +<ul> +<li>xxx/release.pl: Bug fix; "($macro) =" line was wrong. Support "include" +entries without a macro. +<li>xxx/iocBoot/ioc*/*.substitutions: 3.14.9 will require macros in substitution +files to be enclosed in quotes. Start now, since it's already legal. +<li>xxx/iocBoot/iocCygwin/saveData.req: added basename section +<li>xxx/iocBoot/ioc*: Some databases and autosave-request files in synApps +have been renamed so that the autosave-request file name can be autogenerated +easily from the database name, e.g.: <name>.db <--> <name>_settings.req. +This will permit utils/makeAutosaveFiles.py to work more comprehensively. +<li>xxx/iocBoot/ioc*/save_restore.cmd: Added modbus, pilatus, and vac to +requestfile path; Added call to save_restoreSet_UseStatusPVs() +<li>xxx/iocBoot/ioc*/st.cmd: scans.db was split into standardScans.db and +saveData.db, so it's easier to load multiple scan databases. +<li>xxx/iocBoot/ioc*/interp_settings.req: moved to calc module (and modified +there to agree with current interp database). +<li>unlisted changes in the build files to agree with changes in synApps. +</ul> + <h2 align="center">Release 5-2</h2> <ul> <li><p>iocBoot/iocCygwin/* -- Added examples for loading databases, -- GitLab