From 9a3e18ecdb95d0f700614737e67835b8c7680a8f Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Mon, 14 May 2018 18:11:28 +0000
Subject: [PATCH] update release notes

---
 RELEASE_NOTES.txt | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 77bc53e0..d1640312 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,24 @@
+Release 1.11 (05/15/2018)
+=============================
+- Added support for compression and decompressing files
+  - New commands:
+    * compress-files
+    * decompress-files
+- Added support for deleting files
+  - New commands:
+    * delete-file
+    * delete-files
+- Modified stat-file utility, which now requires explicit --md5sum flag to
+  retrieve retrieve checksum
+- Added new --path-pattern option to list-files command
+- DM Station GUI fixes/enhancements:
+  - Added initial GUI test suite
+  - Added right-click copying functionality
+  - Fixed issue trailing comma for upload parameters
+  - Fixed CPU usage bug 
+  - Fixed incorrect handling of user selections
+  - Fixed focus policy for several buttons
+
 Release 1.10 (03/30/2018)
 =============================
 - Added support for command output in html format
-- 
GitLab