2021-06-10 Fred Gleason <fredg@paravelsystems.com>

* Incremented the package version to v4.0.0beta1.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-06-10 20:31:00 -04:00
parent 30e643efc2
commit 86a61608b2
3 changed files with 24 additions and 1 deletions

21
NEWS
View File

@@ -1,5 +1,26 @@
The NEWS file for the Rivendell package.
-------------------------------------------------------------------------------
v4.0.0beta1 -- 10 June 2021
Second 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.
Database Update:
This version of Rivendell uses database schema version 349, 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.0beta0 -- 7 May 2021