From 74c7a933d5949e6af22225d4220e5e9eb6065b97 Mon Sep 17 00:00:00 2001
From: Cedric Caffy <cedric.caffy@cern.ch>
Date: Fri, 5 Feb 2021 17:52:34 +0100
Subject: [PATCH] Updated ReleaseNotes.md and cta.spec.in for CTA v4.0

---
 ReleaseNotes.md | 12 +++++++++++-
 cta.spec.in     |  4 ++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index d446e974a7..fc5b0fb3fe 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 5682e6eb60..a7c43b9f79 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
-- 
GitLab