From 1018fa2f0d01b90d04e18c0c9179333ac237ec5b Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 6 Feb 2024 10:50:13 -0500 Subject: [PATCH] 2024-02-06 Fred Gleason * Incremented the package version to 4.1.3int0. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 13 +++++++++++++ versions/PACKAGE_VERSION | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 799cdcd6..60e61b17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24629,3 +24629,5 @@ 2024-02-06 Fred Gleason * Fixed a regression in 'rdrepld/Makefile.am' that broke the 'make rpm' target. +2024-02-06 Fred Gleason + * Incremented the package version to 4.1.3int0. diff --git a/NEWS b/NEWS index 36e20e5f..b089bc15 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.1.3int0 -- 6 February 2024 + +Changes: + Replication. Added a 'X-Digital Cue Model' replicator. + +Database Update: + This version of Rivendell uses database schema version 372, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, do 'sudo rddbmgr'. + + Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading + to allow any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v4.1.3 -- 24 January 2024 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 8c7fafd3..3f00eb31 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.1.3 \ No newline at end of file +4.1.3int0 \ No newline at end of file