diff --git a/ChangeLog b/ChangeLog index bf59e2bf..2f3e0da9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20678,3 +20678,5 @@ and 'Auto-Correct Duplicate Cart Titles' checkboxes on the 'System-Wide Settings' dialog in rdadmin(1) as well as the Operations Guide. +2020-12-09 Fred Gleason + * Incremented the package version to 3.4.1int8. diff --git a/NEWS b/NEWS index b4b311d8..ec10b86f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v3.4.1int7 -- 29 November 2020 +v3.4.1int8 -- 9 December 2020 Changes: Podcasting Subsystem. Major refactoring, with explicit support of @@ -32,34 +32,6 @@ Database Update: 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 - 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. - - 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 343, 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 Changes: diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 999e439e..f1599a66 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.4.1int7 \ No newline at end of file +3.4.1int8 \ No newline at end of file