diff --git a/ReleaseNotes b/ReleaseNotes index f7baac6d8aaec8e1dc7d09e8832709055c302cfb..17036be37755379d88713ba9fe9df542b4b03dd5 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 16dfbb46f563c8437e07277de8c3deb6fb52513a..b55c9b28c4c19192bb4f694ee69fb3a5eb55bb62 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 */ /******************************************/