From d7c309ff4fcd67a3bdd41c8ab7c6fcd96e249cfe Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Thu, 3 Aug 2023 17:03:21 -0400 Subject: [PATCH] 2023-08-03 Fred Gleason * Incremented the package version to 4.0.2int0. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 22 ++++++++++++++++++++++ versions/PACKAGE_VERSION | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d51e767..86858d21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24323,3 +24323,5 @@ in rdadmin(1) read-write. 2023-08-03 Fred Gleason * Removed debugging statement from 'lib/rdmulticaster.cpp'. +2023-08-03 Fred Gleason + * Incremented the package version to 4.0.2int0. diff --git a/NEWS b/NEWS index ef67b13a..d92dcb8f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,27 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.0.2int0 --3 August 2023 + +Changes: + RDImport/Dropbox Metadata Processing. Added an '--update-metadata=' + switch to rdimport(1) to specify when parent cart metadata is to be + updated when using the '--to-cart=' switch, along with a corresponding + 'Update Cart Metadata' checkbox for dropboxes. + (Contributed by David Klann . + + Cart Library. Added 'Plays', 'Last Played' and 'Ingested' on columns + to the cart library list. + + Bugfixes. See the 'ChangeLog' for details. + +Database Update: + This version of Rivendell uses database schema version 371, 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.0.2 --23 June 2023 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 4bac418e..529e8f2a 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.0.2 \ No newline at end of file +4.0.2int0 \ No newline at end of file