From e3de7bbd32536173de859e98167acb1b6670badc Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 26 May 2023 13:09:16 -0400 Subject: [PATCH] 2023-05-26 Fred Gleason * Incremented the package version to 4.0.0rc3int0. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ versions/PACKAGE_VERSION | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3de19993..cd661f5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24183,3 +24183,5 @@ 2023-05-25 Fred Gleason * Fixed a regression that caused the 'Repost' action in the 'List Feeds' dialog to fail to post the feed XML in rdadmin(1). +2023-05-26 Fred Gleason + * Incremented the package version to 4.0.0rc3int0. diff --git a/NEWS b/NEWS index 8d1a508a..4755f10c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,45 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.0.0rc3int0 -- 26 April 2023 + +Interrim Release Candidate + +Major Changes Between v3.x and v4.x: + Qt Toolkit. Rivendell v4.x uses and is fully compatibile with major + version 5 of Qt (Qt5). See the INSTALL documents for specifics. + + Display Requirements. A graphical display capable of at least 1400x900 + pixels resolution is required (1920x1080 or higher recommended). + + Date/Time Customizability. Date/Time presentation formats can now be + customized on the basis of site preferences. + + MySQL Compatibility. Rivendell v4.x aims for full compatibility with + MySQL 8.0 and earlier versions in their default installation + configurations. + + RDAirPlay. The rdairplay(1) module has been completely overhauled, and + now supports dynamic resizeability as well as a revamped level metering + system. + + RDPanel. The rdpanel(1) module now supports dynamic resizing. + + RDLogManager. It is now possible to disable grid processing on a + service-by-service basis, thus permitting a complete schedule to + be generated by an external music scheduler. See the 'Bypassing Grid + Processing' section in the 'Generating Logs and Reports with + RDLogManager' section of the Operation Guide for details. + + Many bug and regression fixes. See the 'ChangeLog' for details. + +Database Update: + This version of Rivendell uses database schema version 367, 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. ------------------------------------------------------------------------------- v4.0.0rc3 -- 21 April 2023 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index a2d16c11..278c5459 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.0.0rc3 \ No newline at end of file +4.0.0rc3int0 \ No newline at end of file