From 90a0a73bbe73efe2e88dd2eb22ab2d80de616d5f Mon Sep 17 00:00:00 2001 From: Julien Leduc <julien.leduc@cern.ch> Date: Tue, 27 Jul 2021 10:08:45 +0200 Subject: [PATCH] Updating notes for 4.0-5 release. --- ReleaseNotes.md | 8 ++++++++ cta.spec.in | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 1d7a3d8773..2249afc82c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,14 @@ ## Summary +### Features + +### Bug fixes + +# v4.0-5 + +## Summary + ### Features - [frontend] Add options to "tapepool ls" to filter tapepools on their name, vo and encryption - cta/CTA#898 cta-send-event now gets the requester id and eos instance as command line arguments diff --git a/cta.spec.in b/cta.spec.in index 22efbbc00c..b963bf21f8 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -492,6 +492,16 @@ Currently contains a helper for the client-ar script, which should be installed %attr(0755,root,root) /usr/bin/cta-client-ar-abortPrepare %changelog +* Tue Jul 27 2021 julien.leduc (at) cern.ch - 4.0-5 +- [frontend] Add options to "tapepool ls" to filter tapepools on their name, vo and encryption +- cta/CTA#898 cta-send-event now gets the requester id and eos instance as command line arguments +- cta/CTA#1005 "tape ls" now can filter tapes on wether they were imported from CASTOR +- cta/CTA#1006 "repack ls" now shows the tapepool of the tape being repacked +- [frontend] Adds missing break after "schedulinginfo ls" command +- cta/CTA#999 Adds a default mount rule +- cta/CTA#1003 The expansion of a repack request now fails if the archive route for archiving the repacked files is missing +* Fri Jul 09 2021 julien.leduc (at) cern.ch - 4.0-4 +- cta/CTA#1002 Do not requeue report jobs when reportType is NoReportRequired * Mon Jul 05 2021 julien.leduc (at) cern.ch - 4.0-3 - Upgraded ceph to version 14.2.20 - Adds cta-verify-file to cta-cli RPM -- GitLab