From dcf056f761c4669735dad986563cda623760f382 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 23 Jun 2023 11:51:06 -0400 Subject: [PATCH] 2023-06-21 Fred Gleason * Incremented the package version to 4.0.2. * Incremented the Python API version to 4.0.2. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ NEWS | 16 ++++++++++++++++ versions/PACKAGE_VERSION | 2 +- versions/PYTHONAPI_VERSION | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36fe938f..c651d462 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24252,3 +24252,6 @@ * Fixed a regression in rdcatch(1) that caused a phantom event entry to appear in the Event List while processing the 'Start Record Deck' ['RS'] RML. +2023-06-21 Fred Gleason + * Incremented the package version to 4.0.2. + * Incremented the Python API version to 4.0.2. diff --git a/NEWS b/NEWS index 924faa8c..ef67b13a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,21 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.0.2 --23 June 2023 + +Changes: + RDCatch Subsystem. Fixed a bug that would cause subsequent catch events + to fail after processing a 'Start Record Deck' ['RS'] RML. + + Voicetracker. Streamlined the workflow when inserting new track markers. + +Database Update: + This version of Rivendell uses database schema version 370, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, do 'sudo rddbmgr'. + + Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading + to allow any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v4.0.1 --16 June 2023 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index cc868b62..4bac418e 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.0.1 \ No newline at end of file +4.0.2 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index cc868b62..4bac418e 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.0.1 \ No newline at end of file +4.0.2 \ No newline at end of file