From 03d9e4959c87a9225adb7101afd2b25ec6d4baec Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Sat, 31 Jul 2021 14:51:22 -0400 Subject: [PATCH] 2021-07-31 Fred Gleason * Updated the package version to 4.0.0beta2. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 27 +++++++++++++++++++++++++++ PACKAGE_VERSION | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e4c15a79..bed41a04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22136,3 +22136,5 @@ 'make deb' target. 2021-07-31 Fred Gleason * Added a warning to files derived by the build system. +2021-07-31 Fred Gleason + * Updated the package version to 4.0.0beta2. diff --git a/NEWS b/NEWS index 6abba277..40809918 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,32 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.0.0beta2 -- 31 July 2021 + + Third beta release of Rivendell v4.x. Be sure to read the INSTALL + document, as major changes in software dependencies have occurred. + +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. + + 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) has been completely overhauled, and now + supports dynamic resizeability as well as a revamped level metering + system. + + RDPanel. The rdpanel(1) now supports dynamic resizing. + +Database Update: + This version of Rivendell uses database schema version 350, 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.0beta1 -- 10 June 2021 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 1925d4fc..833a05e8 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -4.0.0beta1 \ No newline at end of file +4.0.0beta2 \ No newline at end of file