From 2f6be8be164f4ca30128674dc03a270628d4afd2 Mon Sep 17 00:00:00 2001
From: Volodymyr Yurchenko <volodymyr.yurchenko@cern.ch>
Date: Wed, 18 Aug 2021 11:45:03 +0200
Subject: [PATCH] Update release notes for cta v4.1-1

---
 ReleaseNotes.md | 13 +++++++++++--
 cta.spec.in     |  6 ++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 8460b50aee..7552230343 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -3,8 +3,17 @@
 ## Summary
 
 ### Features
- - cta/CTA#1016 New options for filtering deleted files using `cta-admin rtf ls` command.
- - cta/CTA#983 Add cta-release package for public binary rpm distribution.
+
+### Bug fixes
+
+# v4.1-1
+
+## Summary
+
+### Features
+- cta/CTA#1016 New options for filtering deleted files using `cta-admin rtf ls` command.
+- cta/CTA#983 Add cta-release package for public binary rpm distribution.
+- cta/CTA#980 Add external encryption script option
 
 - [frontend] New command "tapefile rm" allows deleting a copy of a file from tape
 
diff --git a/cta.spec.in b/cta.spec.in
index fd91fa999a..6199934aa8 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -513,6 +513,12 @@ Remember to add its content to "%{_sysconfdir}/yum/pluginconf.d/versionlock.list
 EOF
 
 %changelog
+* Wed Aug 18 2021 volodymyr.yurchenko (at) cern.ch - 4.1-1
+- cta/CTA#1016 New options for filtering deleted files using `cta-admin rtf ls` command.
+- cta/CTA#983 Add cta-release package for public binary rpm distribution.
+- cta/CTA#980 Add external encryption script option
+- [frontend] New command "tapefile rm" allows deleting a copy of a file from tape
+- cta/CTA#1014 Fix last column alignment when more than 1000 items are listed.
 * Tue Jul 27 2021 julien.leduc (at) cern.ch - 4.0-5
 - [frontend] Add options to "tapepool ls" to filter tapepools on their name, vo and encryption
 - cta/CTA#898 cta-send-event now gets the requester id and eos instance as command line arguments
-- 
GitLab