From d1b1bb5fb9e820327b74c3d57c6b41350a8b720e Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 29 Oct 2018 18:27:30 -0400 Subject: [PATCH] 2018-10-29 Fred Gleason * Incremented the package version to 3.0.0alpha01. --- ChangeLog | 2 ++ NEWS | 17 ++++++++++++++++- PACKAGE_VERSION | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68c53648..fb92e992 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17954,3 +17954,5 @@ * Backported a consistency check into schema update 291 in rddbmgr(8) to remove rdlogmanager(1) events with duplicate start times. +2018-10-29 Fred Gleason + * Incremented the package version to 3.0.0alpha01. diff --git a/NEWS b/NEWS index a6ef57ca..a8e0b75e 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,24 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.0alpha01 -- 10/29/2018 + +Second alpha release for v3.x. + +Changes: + 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.0alpha00 -- 10/19/2018 -Initial alpha release vor v3.x. +Initial alpha release for v3.x. Database Update: This version of Rivendell uses database schema version 297, and will diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index b2a51931..5cc999e0 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.0alpha00 \ No newline at end of file +3.0.0alpha01 \ No newline at end of file