From 71bda8fb49ece231f300dd662b8b44e78cb27e1e Mon Sep 17 00:00:00 2001 From: Joao Afonso <joao.afonso@cern.ch> Date: Tue, 20 Dec 2022 17:27:44 +0100 Subject: [PATCH] Merge v4.8.2-1 changes into main --- ReleaseNotes.md | 7 ++++++- cta.spec.in | 4 ++++ 2 files changed, 10 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 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