diff --git a/ChangeLog b/ChangeLog index 90738a71..f54c168c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20847,3 +20847,5 @@ 2021-10-07 Fred Gleason * Fixed a bug in rdimport(1) that caused premature validation of metadata. +2021-10-07 Fred Gleason + * Incremented the package version to 3.6.2compatv46. diff --git a/NEWS b/NEWS index fac719c6..cc241e79 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,21 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.6.2compatv46 -- 7 October 2021 + + v3.6.2 with support for schema 350. + +Changes: + Fixed a bug that could cause the time length of MP3 files to be + calculated incorrectly. + +Database Update: + This version of Rivendell uses database schema version 350, 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.2compatv45 -- 6 October 2021 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 9bc6f5ab..c02a8fbc 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.6.2compatv45 \ No newline at end of file +3.6.2compatv46 \ No newline at end of file