From 20594a10cb9f891e3b5ec8a63a5ba398761947e2 Mon Sep 17 00:00:00 2001 From: Cedric CAFFY <cedric.caffy@cern.ch> Date: Tue, 11 Feb 2020 10:58:26 +0100 Subject: [PATCH] Added changelog section in the cta.spec.in --- cta.spec.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cta.spec.in b/cta.spec.in index 4a1127051f..3e0b2667a2 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -456,3 +456,13 @@ Collection of utilities deployed in system test client containers. Currently contains a helper for the client-ar script, which should be installed alongside it. %files -n cta-systemtest-helpers %attr(0755,root,root) /usr/bin/cta-client-ar-abortPrepare + +%changelog +* Tue Feb 11 2020 julien.leduc (at) cern.ch - 1.0-4 +- Upgrade the catalogue schema from version 1.0 to 1.1 before updating CTA components. +- Added cta-admin tapefile ls command +- Scheduler does not schedule a mount if a tape is disabled (unless for a Repack with the --disabledtape flag set) +- Added a new schema verification tool (cta-catalogue-schema-verify) +- Added a new tape statistic updater tool (cta-statistics-update) +- Added backward-compatible Catalogue schema changes +- CASTOR-To-CTA migration improvements \ No newline at end of file -- GitLab