From 951c43a602d869303c7260cdc6cc0f7e032673f3 Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Fri, 3 Mar 2017 23:48:09 +0000
Subject: [PATCH] prepare for release

---
 RELEASE_NOTES.txt | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 93011612..478823a7 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,4 +1,4 @@
-Release 1.1 ()
+Release 1.1 (03/10/2017)
 =============================
 
 - Introduced integration with Beamline Scheduling System:
@@ -10,14 +10,19 @@ Release 1.1 ()
     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
+  - Destination directory specification causes files to be uploaded into
     a specific directory relative to experiment root path
   - Upload data/target directory on exit specify upload of the given
     directory automatically after DAQ completes
 - Added the following functionality for managing uploads:
-  - Target directory specification causes files to be uploaded into
+  - Destination directory specification causes files to be uploaded into
     a specific directory relative to experiment root path
+- Introduced framework for higher level beamline specific tools 
 - Introduced sphinx as python API documentation framework
+- Resolved possible timeout issue when starting DAQ or directory upload 
+  with a directory containing large number of files
+- Simplified data directory command line option for beamlines that use 
+  gridftp (via DM_DATA_DIRECTORY_MAP environment variable)
 
 Release 1.0 (01/31/2017)
 =============================
-- 
GitLab