From 71cb580fba1c85c2602581f691239a0a35b4c648 Mon Sep 17 00:00:00 2001 From: Cedric Caffy <cedric.caffy@cern.ch> Date: Wed, 21 Oct 2020 13:37:36 +0200 Subject: [PATCH] Updated ReleaseNotes and cta.spec.in for 3.1-8 release --- ReleaseNotes.md | 8 +++++++- cta.spec.in | 7 +++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5a36f75183..d68b917936 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -7,14 +7,20 @@ This release contains the CTA software Recommended Access Order (RAO) implemente ### Features - CTA software Recommended Access Order (RAO) implemented for LTO drives -- Upgraded EOS to 4.8.22-1 +- Upgraded EOS to 4.8.24-1 - cta-admin repack ls tabular output improvements +- Repack management execution can be disabled via the cta-taped configuration file + +# Modifications + +- Catalogue refactoring ### Bug fixes - cta/CTA#901 cta-admin tapefile ls too slow - cta/CTA#895 [catalogue] RdbmsCatalogue::deleteLogicalLibrary does not delete empty logical library - utils::trimString() now returns an empty string if the string passed in parameter contains only white-space characters +- Repack request and sub-requests are now unowned from their Agent when completed # v3.1-7 diff --git a/cta.spec.in b/cta.spec.in index 21fbd2f394..ad30b9646b 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -490,12 +490,15 @@ Currently contains a helper for the client-ar script, which should be installed %attr(0755,root,root) /usr/bin/cta-client-ar-abortPrepare %changelog -* Fri Sep 25 2020 julien.leduc (at) cern.ch - 3.1-8 +* Fri Oct 21 2020 julien.leduc (at) cern.ch - 3.1-8 - CTA software Recommended Access Order (RAO) implemented for LTO drives - cta-admin repack ls tabular output improvements -- Upstream EOS 4.8.20-1 +- Upstream EOS 4.8.24-1 +- Repack management execution can be disabled via the cta-taped configuration file +- Catalogue refactoring - utils::trimString() now returns an empty string if the string passed in parameter contains only white-space characters - cta/CTA#895 [catalogue] RdbmsCatalogue::deleteLogicalLibrary does not delete empty logical library +- Repack request and sub-requests are now unowned from their Agent when completed * Wed Sep 23 2020 julien.leduc (at) cern.ch - 3.1-7 - cta/CTA#893 Corrected slowliness of RdbmsCatalogue::getArchiveFileToRetrieveByArchiveFileId() * Mon Sep 21 2020 julien.leduc (at) cern.ch - 3.1-6 -- GitLab