diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d446e974a7466d9707b27e0ad27a4e1ea1534c1e..fc5b0fb3fe2e18dcf1c6f4ffc1c8d95510230434 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,14 @@ -- cta/CTA#964 Adds failure log messages to processCLOSEW in CTA Frontend +# v4.0-1 + +## Summary + +This version contains the last and clean version of the CTA catalogue schema. This CTA version can not run anymore with the +CTA v3.1-14. + +### Features + +- When the operator submits a tape to repack, a check is done about the tape state before queueing the repack request to ensure it can be repacked +- Oracle catalogue migration scripts 3.1to3.2.sql: replaced DELETE FROM table_name by TRUNCATE TABLE table_name # v3.2-1 diff --git a/cta.spec.in b/cta.spec.in index 5682e6eb602eb4bdbafb89b682fb75cbd458c88f..a7c43b9f79e0a155cc0df93c2fc6d06cce8c0c51 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -491,6 +491,10 @@ 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 Feb 05 2021 julien.leduc (at) cern.ch - 4.0-1 +- cta/CTA#964 Adds failure log messages to processCLOSEW in CTA Frontend +- When the operator submits a tape to repack, a check is done about the tape state before queueing the repack request to ensure it can be repacked +- Oracle catalogue migration scripts 3.1to3.2.sql: replaced DELETE FROM table_name by TRUNCATE TABLE table_name * 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