From 11687ddbbb67ba4bb70a79679248e8fe72738880 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 25 Aug 2021 14:24:49 -0400 Subject: [PATCH] 2021-08-25 Fred Gleason * Incremented the package version to 3.6.2int0. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 14 ++++++++++++++ PACKAGE_VERSION | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 004ab122..686108df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20784,3 +20784,5 @@ 2021-08-25 Fred Gleason * Added a 'SuppressMusicImportLinks=' directive to the [Hacks] section of rd.conf(5). +2021-08-25 Fred Gleason + * Incremented the package version to 3.6.2int0. diff --git a/NEWS b/NEWS index 38d1d8eb..8d3b4d89 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.6.2int0 --25 August 2021 + +Changes: + Added a 'SuppressMusicImportLinks=No|Yes' directive to the [Hacks] + section of rd.conf(5). + +Database Update: + This version of Rivendell uses database schema version 347, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, see RDAdmin->SystemInfo. + + Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading + to allow any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v3.6.2 --30 July 2021 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 77a069e3..f85751ab 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.6.2 \ No newline at end of file +3.6.2int0 \ No newline at end of file