From 9da3bde16a4fff01e6e7d1f826a0bd898af83a78 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Sun, 29 Nov 2020 20:05:44 -0500 Subject: [PATCH] 2020-11-29 Fred Gleason * Incremented the package version to 3.4.1int7. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 33 ++++++++++++++++++++++++++++++++- PACKAGE_VERSION | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d78e062..3ee3437f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20658,3 +20658,5 @@ 2020-11-29 Fred Gleason * Documented the 'Send e-mail reports' checkbox in the 'Dropbox Configuration' dialog in rdadmin(1) in the Operations Guide. +2020-11-29 Fred Gleason + * Incremented the package version to 3.4.1int7. diff --git a/NEWS b/NEWS index 03a8215b..b4b311d8 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,38 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v3.4.1int6 --16 November 2020 +v3.4.1int7 -- 29 November 2020 + +Changes: + Podcasting Subsystem. Major refactoring, with explicit support of + iTunes and Superfeed DTDs added. All feed elements, including XML elements, + are now statically served rather than dynamically generated. + + RDLogManager. Added control to specify explicitly how Start + Times/Lengths are derived for Inline Traffic Events. + + Dropboxes. Added the ability to generate e-mail reports for each + attempted file import. + + GVC7000 Switcher Driver. Modified the 'GVC7000 Protocol' switcher + driver to better handle stacked commands. + + WebGet. Modified the WebGet service to offer audio profiles when + exporting audio rather than having the user set individual export + parameters. Added the ability to upload audio files into specified + Rivendell groups. + + Various bugfixes. See 'ChangeLog' for details. + +Database Update: + This version of Rivendell uses database schema version 346, 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.1int6 --19 November 2020 Changes: Podcasting Subsystem. Major refactoring, with explicit support of diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index dc3f24b1..999e439e 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.4.1int6 \ No newline at end of file +3.4.1int7 \ No newline at end of file