From 871d93a08f56944c5d803e7c492131ff1f85267c Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 22 Mar 2019 13:38:27 -0400 Subject: [PATCH] 2019-03-22 Fred Gleason * Incremented the package version to 3.0.0rc00. --- ChangeLog | 2 ++ NEWS | 27 +++++++++++++++++++++++++++ PACKAGE_VERSION | 2 +- README | 5 ----- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18ff91c8..d879272e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18553,3 +18553,5 @@ * Cleaned up formatting typos in 'docs/opsguide/rml.xml'. 2019-03-21 Fred Gleason * Added a startup check for the 'rivendell' service. +2019-03-22 Fred Gleason + * Incremented the package version to 3.0.0rc00. diff --git a/NEWS b/NEWS index d9517feb..c8f553d6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,32 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.0rc00 -- 3/22/2019 + +First release candidate for v3.x. + +Please see the file 'UPGRADING' for important information. + +Changes: + New PyPAD script. Added a 'pypad_xcmd.py' PyPAD script for sending PAD + data to RDS encoders supporting the Pira.cz X-Command protocol. + + Run Shell Command [RN]. Added 'RnRmlOwner=' and 'RnRmlGroup=' + directives in the '[Identity]' section of rd.conf(5) to allow + specification of the user/group under which to run commands. + + Music Scheduler. Artist Separation is now specified on a per-event + basis (similar to Title separation) rather than per-clock. + + Many fixes for bugs and regressions. See the 'ChangeLog' for details. + +Database Update: + This version of Rivendell uses database schema version 307, 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. ------------------------------------------------------------------------------- v3.0.0beta00 -- 1/17/2019 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 3ca09c79..8681a7b3 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.0beta00 \ No newline at end of file +3.0.0rc00 \ No newline at end of file diff --git a/README b/README index fa5a16c4..46275ff7 100644 --- a/README +++ b/README @@ -1,10 +1,5 @@ This is the README file for the Rivendell package. -WARNING: This is an BETA TEST version of Rivendell. As such, it quite - likely contains bugs, possibly severe ones that could - cause LOSS OF DATA. It is intended for testing purposes, and - should not be used in 'production' situations. - This software comes with ABSOLUTELY NO WARRANTY. See the file COPYING for details.