From db37e698beb8e50ab43bae3eabdfdf96aa91491d Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 10 Jul 2024 11:54:15 -0400 Subject: [PATCH] 2024-07-10 Fred Gleason * Fixed a regression in rdairplay(1) that caused play-out to ignore End marker position. 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 28842745..937b5f6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24823,3 +24823,5 @@ 2024-07-10 Fred Gleason * Fixed a regression in rdairplay(1) that caused play-out to ignore End marker position. +2024-07-10 Fred Gleason + * Incremented the package version to 4.3.0int0. diff --git a/NEWS b/NEWS index b05c3cc1..288f3519 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.3.0int0 -- 10 July 2024 + +Changes: + Bug fixes. See the ChangeLog. + +Database Update: + This version of Rivendell uses database schema version 375, 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.3.0 -- 26 June 2024 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 81911389..a95b617b 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.3.0 \ No newline at end of file +4.3.0int0 \ No newline at end of file