From 3f72beef5a8fd4818ef414ac6d411c4247195403 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 21 Nov 2022 17:11:55 -0500 Subject: [PATCH] 2022-11-21 Fred Gleason * Incremented the package version to 3.6.6int0. 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 6ae09390..2ff1ba17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20957,3 +20957,5 @@ 2022-11-21 Fred Gleason * Fixed a bug in the podcasting subsystem that broke validation of the 'direct' name space. +2022-11-21 Fred Gleason + * Incremented the package version to 3.6.6int0. diff --git a/NEWS b/NEWS index 7891c890..6308650b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,24 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.6.6int0 -- 21 November 2022 + +Changes: + Fixed a bug in the podcasting subsystem that caused superfeeds to fail + validation against the 'direct' name space. + + Fixed a bug in rdcatchd(8) that caused record events to be captured with + the incorrect sampling rate. + + Fixed a bug that cause waveform generation to break on ARM architectures. + +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.6 -- 2 October 2022 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 813ed361..0ed4cc3c 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.6.6 \ No newline at end of file +3.6.6int0 \ No newline at end of file