From c85748b283f1addba70d6ab98d41140543c2ea16 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 31 Jul 2019 17:02:03 -0400 Subject: [PATCH] 2019-07-31 Fred Gleason * Incremented the package version 3.0.2. --- ChangeLog | 2 ++ NEWS | 27 +++++++++++++++++++++++++++ PACKAGE_VERSION | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2941b80c..feae2e48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18888,3 +18888,5 @@ 2019-07-29 Fred Gleason * Fixed a bug in rdlogmanager(1) that caused a 'no default column value' SQL error when generating a log. +2019-07-31 Fred Gleason + * Incremented the package version 3.0.2. diff --git a/NEWS b/NEWS index 14e7fa02..077732a3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,32 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.2 -- 7/31/2019 + +This is a bugfix release of Rivendell. + +Changes: + New Switcher Device. Added support for switchers using the Grass + Valley 7000 series protocol. + + Fixed a problem with the Local Audio Adapter switcher driver that + caused incorrect operation with the 'Switch Add' ['SA'], 'Switch Remove' + ['SR'] and 'Switch Take' ['ST'] RMLs. + + Fixed a regression in rdlibrary(1) that caused macro carts entries + to turn red after being viewed. + + Fixed regressions that made operations with serial devices unreliable. + + Other enhancements and bugfixes. See the 'ChangeLog' for details. + +Database Update: + This version of Rivendell uses database schema version 308, 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.1 -- 7/16/2019 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 13d683cc..d9c62ed9 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.1 \ No newline at end of file +3.0.2 \ No newline at end of file