diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt index c48e1db6479028998f64b83b8626de08b15ce9d8..930116120eaf03250759c176bf34f3520b7c42a7 100644 --- a/doc/RELEASE_NOTES.txt +++ b/doc/RELEASE_NOTES.txt @@ -1,6 +1,13 @@ Release 1.1 () ============================= +- Introduced integration with Beamline Scheduling System: + - New commands: + - list-runs + - list-proposals + - get-proposal + - Modified add-experiment command to automatically add users associated + with a given beamline proposal - Added the following functionality for managing DAQs: - Max. run time specification causes DAQ to be stopped automatically - Target directory specification causes files to be uploaded into diff --git a/etc/dm.deploy.conf b/etc/dm.deploy.conf index 8059ab1a3a744a1083b44883da5225c010de0824..718b1ac4e59c6c2166bb828de24d2ce74d1caf3d 100644 --- a/etc/dm.deploy.conf +++ b/etc/dm.deploy.conf @@ -17,5 +17,5 @@ DM_CAT_WEB_SERVICE_HOST=DM_HOSTNAME DM_CAT_WEB_SERVICE_PORT=44436 DM_PROC_WEB_SERVICE_HOST=DM_HOSTNAME DM_PROC_WEB_SERVICE_PORT=55536 -DM_SOFTWARE_VERSION="1.0 (DM_DATE)" +DM_SOFTWARE_VERSION="1.1 (DM_DATE)"