From 06eae9dc2901a68a2f573e551cb819edf654365a Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 16 Nov 2018 10:38:27 -0500 Subject: [PATCH] 2018-11-16 Fred Gleason * Updated the package version to 3.0.0alpha04. --- ChangeLog | 2 ++ NEWS | 17 +++++++++++++++++ PACKAGE_VERSION | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba5be812..f0d134dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18030,3 +18030,5 @@ new method for dropping a DB field. 2018-11-16 Patrick Linstruth * Fixed marker bugs in rdlibrary(1) audio editor widget. +2018-11-16 Fred Gleason + * Updated the package version to 3.0.0alpha04. diff --git a/NEWS b/NEWS index 6e90bf44..b4e17abd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.0alpha04 -- 11/16/2018 + +Fourth alpha release for v3.x. + +Changes: + Added a TagLib dependency. See 'INSTALL' for details. + + Cleaned up various regressions. See the ChangeLog for details. + +Database Update: + This version of Rivendell uses database schema version 299, 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.0alpha03 -- 11/2/2018 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 623bf43a..6bb5e187 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.0alpha03 \ No newline at end of file +3.0.0alpha04 \ No newline at end of file