diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 76d35ffc34010f5e5853be6b7b6210c76ae3319d..6da647e369da61a48289e94899f209c1983ea2f9 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 4bd787b0356da56702d28cec578aaf582442eb8f..5682e6eb602eb4bdbafb89b682fb75cbd458c88f 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