From f7cbfa59db159ee258405bb07ba733045bf0d1ff Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 30 Jul 2021 13:21:18 -0400 Subject: [PATCH] 2021-07-30 Fred Gleason * Incremented the package version to 3.6.2. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 19 +++++++++++++++++++ PACKAGE_VERSION | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0064f5b1..3ceaf82b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20779,3 +20779,5 @@ * Fixed a bug in rdimport(1) that caused the cart title uniqueness check to be applied to the incorrect string when the '--set-string-title=' switch was used. +2021-07-30 Fred Gleason + * Incremented the package version to 3.6.2. diff --git a/NEWS b/NEWS index 78695cf1..38d1d8eb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,24 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.6.2 --30 July 2021 + +Changes: + RDImport. Fixed a bug that could generat an erroneous + 'Title already exists' error. + + RDLogEdit. Fixed a bug in the voice trcker that could cause a + segfault. + + RDAirPlay. Tweaked support for dark themes. + +Database Update: + This version of Rivendell uses database schema version 347, 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.6.1 -- 6 June 2021 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index d1428a7e..77a069e3 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.6.1 \ No newline at end of file +3.6.2 \ No newline at end of file