From d92a2c96b018e7661540d207ba0aab36e8afa782 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti <lopresti@cern.ch> Date: Wed, 21 Jan 2015 15:14:37 +0100 Subject: [PATCH] Preparing hotfix release 2.1.14-15-1 --- ReleaseNotes | 23 +++++++++++++++++++- upgrades/stager_2.1.14-15_to_2.1.14-15-1.sql | 3 --- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/ReleaseNotes b/ReleaseNotes index f7baac6d8a..17036be377 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -97,7 +97,6 @@ CASTOR-3424: RFE: showqueues should report an error when failing to connect to vdqm CASTOR-3411: Remove redundant RMC HOST configuration parameter - Package Changes --------------- This release introduces a number of changes with respect to packaging. In particular: @@ -279,6 +278,28 @@ to interact with a 2.1.14 disk server. +--------------- +- 2.1.14-15-1 - +--------------- + + Summary + ------- + + This is an hot-fix release that fixes the following bugs: + + CASTOR-4849: Issues with aborting when the same file is mentioned more than once + CASTOR-4858: Oracle no data found errors in checkNbReplicas + CASTOR-4863: Closure of transfer protocol not working + CASTOR-4865: Castor should not recreate segments for ARCHIVED tapes + + Stager + ------ + + The upgrade of the stager database to 2.1.14-15-1 can be performed online while the system is running. + Upgrade the STAGER database using the stager_2.1.14-15_to_2.1.14-15-1.sql script available from: + http://cern.ch/castor/DIST/CERN/savannah/CASTOR.pkg/2.1.14-*/2.1.14-15/dbupgrades. + + ------------- - 2.1.14-15 - ------------- diff --git a/upgrades/stager_2.1.14-15_to_2.1.14-15-1.sql b/upgrades/stager_2.1.14-15_to_2.1.14-15-1.sql index 16dfbb46f5..b55c9b28c4 100644 --- a/upgrades/stager_2.1.14-15_to_2.1.14-15-1.sql +++ b/upgrades/stager_2.1.14-15_to_2.1.14-15-1.sql @@ -55,9 +55,6 @@ INSERT INTO UpgradeLog (schemaVersion, release, type) VALUES ('2_1_14_2', '2_1_14_15_1', 'TRANSPARENT'); COMMIT; -/* Schema changes go here */ -/**************************/ - /* Update and revalidation of PL-SQL code */ /******************************************/ -- GitLab