diff --git a/ChangeLog b/ChangeLog index dfa052bc..9ddb9208 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19924,3 +19924,5 @@ * Added an 'RDDataPacer' class. * Modified the GVC7000 switcher driver to insert 50 mS pauses between protocol commands. +2020-08-05 Fred Gleason + * Incremented the package version to 3.4.1int1. diff --git a/NEWS b/NEWS index d8764545..ea47b525 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.4.1int0 -- 5 August 2020 + +Changes: + GVC7000 Switcher Driver. Modified the 'GVC7000 Protocol' switcher + driver to better handled stacked commands. + +Database Update: + This version of Rivendell uses database schema version 317, 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.4.1 -- 21 July 2020 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 8cf6caf5..d2190eec 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.4.1 \ No newline at end of file +3.4.1int0 \ No newline at end of file