From 6c697d8af7da9aa29b387ad86eff08b9f3b3f0cf Mon Sep 17 00:00:00 2001
From: Joao Afonso <joao.afonso@cern.ch>
Date: Mon, 12 Dec 2022 14:54:33 +0100
Subject: [PATCH 1/2] Updated ReleaseNotes.md and cta.spec.in

---
 ReleaseNotes.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index a4b94e8b22..84fe992d76 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -3,7 +3,6 @@
 ## Summary
 ### Features
 - cta/CTA#222 - Review what gets logged in CTA
-- cta/CTA#155 - Tape server querying DB at very high rate
 - cta/CTA#213 - Add tool for injecting file into eos
 - cta/CTA#224 - Improve error message for cta-verify-file whn VID does not exist
 - cta/CTA#230 - Modify CTA code to enforce VID uppercase
@@ -18,6 +17,12 @@
 - cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.5
 - cta/CTA#253 - Allow Failure for cta_valgrind tests
 
+# v4.8.2-1
+
+## Summary
+### Features
+- cta/CTA#155 - Tape server querying DB at very high rate 
+
 # v4.8.1-1
 
 ## Summary
-- 
GitLab


From 7539c78c6ec87373ddf6c542a0bed4313b981389 Mon Sep 17 00:00:00 2001
From: Joao Afonso <joao.afonso@cern.ch>
Date: Wed, 14 Dec 2022 13:56:06 +0100
Subject: [PATCH 2/2] Updating cta.spec.in for release 4.8.2-1

---
 cta.spec.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cta.spec.in b/cta.spec.in
index bbbd3f268b..6b43356db1 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -588,6 +588,10 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi
 
 
 %changelog
+* Wed Dec 14 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.2-1
+- Improvements on catalogue DB query performance
+- See ReleaseNotes.md for more details
+
 * Mon Dec 12 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.1-1
 - Fixes bug with protobuf definition
 - See ReleaseNotes.md for more details
-- 
GitLab