diff --git a/ChangeLog b/ChangeLog index ff64a01d..9c1cc1ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17970,3 +17970,5 @@ Guide. 2018-11-02 Patrick Linstruth * Fixed bug in in some RML commands with boolean paramters. +2018-11-02 Fred Gleason + * Incremented the package version to 3.0.0alpha02. diff --git a/NEWS b/NEWS index a8e0b75e..b058dab3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.0alpha02 -- 11/2/2018 + +Third alpha release for v3.x. + +Changes: + Added automounter support for managing the audio store via rdselect(1). + + Cleaned up various regressions. See the ChangeLog for details. + +Database Update: + This version of Rivendell uses database schema version 298, 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.0alpha01 -- 10/29/2018 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 5cc999e0..7990da18 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.0alpha01 \ No newline at end of file +3.0.0alpha02 \ No newline at end of file