From 1fa8271de9673ea7279a29d48897ff5ea8abae77 Mon Sep 17 00:00:00 2001
From: Cedric Caffy <cedric.caffy@cern.ch>
Date: Thu, 16 Jul 2020 09:51:21 +0200
Subject: [PATCH] [SKIP CI] Updated release notes for tag 3.1-1

---
 ReleaseNotes.md | 11 +++++++++++
 cta.spec.in     |  5 +++++
 2 files changed, 16 insertions(+)

diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index fb8d17d609..4450aa72b4 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,3 +1,14 @@
+# v3.1-1
+
+## Summary
+
+### Modification
+
+- Corrected bugs on cta-objectstore-create-missing-repack-index tool
+- Corrected a bug that caused crash of all tapeservers while scheduling
+- Catalogue schema version 3.1 : addition of a new index on the TAPE table
+- Catalogue and Unit tests improvements
+
 # v3.0-3
 
 ## Summary
diff --git a/cta.spec.in b/cta.spec.in
index 366d72164a..23a94e9c99 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -462,6 +462,11 @@ Currently contains a helper for the client-ar script, which should be installed
 %attr(0755,root,root) /usr/bin/cta-client-ar-abortPrepare
 
 %changelog
+* Thu Jul 16 2020 julien.leduc (at) cern.ch - 3.1-1
+- Corrected bugs on cta-objectstore-create-missing-repack-index tool
+- Corrected a bug that caused crash of all tapeservers while scheduling
+- Catalogue schema version 3.1 : addition of a new index on the TAPE table
+- Catalogue and Unit tests improvements
 * Wed Jun 24 2020 julien.leduc (at) cern.ch - 3.0-3
 - The cta-statistics-update tool updates tape statistics one by one
 * Wed Jun 24 2020 julien.leduc (at) cern.ch - 3.0-2
-- 
GitLab