From 6cf1afa79acefa9b89a7524c1e6ecc486339555b Mon Sep 17 00:00:00 2001 From: Cedric Caffy <cedric.caffy@cern.ch> Date: Wed, 3 Feb 2021 11:00:06 +0100 Subject: [PATCH] Upgraded release notes and cta.spec.in for the deployment of CTA v3.2-1 --- ReleaseNotes.md | 18 ++++++++++++++++++ cta.spec.in | 8 ++++++++ 2 files changed, 26 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 76d35ffc34..6da647e369 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,21 @@ +# v3.2-1 + +## Summary + +This version is a transition version between CTA v3.1-14 and CTA v4.0. The functionalities of the v4.0 are implemented, +but at the database level, the columns to be deleted have been put as NULLABLE and the NOT NULL columns to be added as NULLABLE. +The xrootd-ssi-protobuf-interface is not up-to-date with the CTA v4.0: deprecated fields have not been removed. + +### Features + +- Upgraded EOS to 4.8.37-1 +- cta/CTA#922 The superseded concept has been removed and replaced by a new recycle bin +- cta/CTA#943 A new tape lifecycle logic has been implemented +- cta/CTA#948 The max drives allowed for reading and writing are now set per virtual organization and not per mount policy anymore +- cta/CTA#952 Reclaiming a tape resets the IS_FROM_CASTOR flag to 0 +- cta/CTA#951 The query used by RdbmsCatalogueTapeContentsItor has been put back to the state it was in v3.1-13 +- cta/CTA#883 Tape verification tool + # v3.1-14 ## Summary diff --git a/cta.spec.in b/cta.spec.in index 4bd787b035..5682e6eb60 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -491,6 +491,14 @@ Currently contains a helper for the client-ar script, which should be installed %attr(0755,root,root) /usr/bin/cta-client-ar-abortPrepare %changelog +* Wed Feb 03 2021 julien.leduc (at) cern.ch - 3.2-1 +- Upgraded EOS to 4.8.37-1 +- cta/CTA#922 The superseded concept has been removed and replaced by a new recycle bin +- cta/CTA#943 A new tape lifecycle logic has been implemented +- cta/CTA#948 The max drives allowed for reading and writing are now set per virtual organization and not per mount policy anymore +- cta/CTA#952 Reclaiming a tape resets the IS_FROM_CASTOR flag to 0 +- cta/CTA#951 The query used by RdbmsCatalogueTapeContentsItor has been put back to the state it was in v3.1-13 +- cta/CTA#883 Tape verification tool * Thu Jan 07 2021 julien.leduc (at) cern.ch - 3.1-14 - Upgraded EOS to 4.8.35-1 - cta/CTA#954 The drive is put down if the CleanerSession fails to eject the tape from it after a shutdown -- GitLab