From f0f8936565d0a91f1d367f4c99216d89d5910986 Mon Sep 17 00:00:00 2001
From: Cedric Caffy <cedric.caffy@cern.ch>
Date: Fri, 19 Feb 2021 11:43:04 +0100
Subject: [PATCH] Updated release notes and cta.spec.in for CTA v4.0-2

---
 ReleaseNotes.md | 6 ++++++
 cta.spec.in     | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 3d1c38dca6..e9742811aa 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -4,8 +4,14 @@
 
 ### Features
 
+- Upgraded EOS to 4.8.39
+- Upgraded eos-xrootd to 4.12.7
 - cta/CTA#966 Unable to distinguish empty and wrong tape pool
 
+### Bug fixes
+
+- cta/CTA#930 Batched the queueing and the deleting of the repack subrequests
+
 # v4.0-1
 
 ## Summary
diff --git a/cta.spec.in b/cta.spec.in
index a7c43b9f79..37197dd310 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -491,6 +491,11 @@ Currently contains a helper for the client-ar script, which should be installed
 %attr(0755,root,root) /usr/bin/cta-client-ar-abortPrepare
 
 %changelog
+* Mon Feb 22 2021 julien.leduc (at) cern.ch - 4.0-2
+- Upgraded EOS to 4.8.39
+- Upgraded eos-xrootd to 4.12.7
+- cta/CTA#966 Unable to distinguish empty and wrong tape pool
+- cta/CTA#930 Batched the queueing and the deleting of the repack subrequests
 * Fri Feb 05 2021 julien.leduc (at) cern.ch - 4.0-1
 - cta/CTA#964 Adds failure log messages to processCLOSEW in CTA Frontend
 - When the operator submits a tape to repack, a check is done about the tape state before queueing the repack request to ensure it can be repacked
-- 
GitLab