From 34ad7dac5c6044ebfea9ee8678fe1634066836c0 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 11 Jan 2019 15:35:31 -0500 Subject: [PATCH] 2019-01-11 Fred Gleason * Incremented the package version to 3.0.0alpha05. --- ChangeLog | 2 ++ NEWS | 22 ++++++++++++++++++++++ PACKAGE_VERSION | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3137ff89..add82b3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18367,3 +18367,5 @@ 2019-01-10 Fred Gleason * Refactored dropbox instance management to use multicast notifications. +2019-01-11 Fred Gleason + * Incremented the package version to 3.0.0alpha05. diff --git a/NEWS b/NEWS index b4e17abd..9648b537 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,27 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.0alpha05 -- 1/11/2019 + +Five alpha release for v3.x. + +Changes: + Added PAD updating system by means of JSON messages pushed via TCP + port 34289. + + Added a Python scripting system for processing PAD updates (PyPAD). + + Removed the Rivendell Loadable Module (RLM) subsystem. + + Removed the legacy v1.x UDP PAD update system. + +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.0alpha04 -- 11/16/2018 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 6bb5e187..8c8bac8d 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.0alpha04 \ No newline at end of file +3.0.0alpha05 \ No newline at end of file