diff --git a/ChangeLog b/ChangeLog index 149a848d..f7a55a03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16730,3 +16730,5 @@ * Modified 'RDWaveFile' to work around known fencepost errors in WAV files generated by "Sonic Studio soundBlade" by "PME Mastering, Inc." +2022-07-26 Fred Gleason + * Incremented the package version to 2.19.3wavehack0. diff --git a/NEWS b/NEWS index a87c84d6..bd14b4af 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.19.3wavehack0 -- 7/26/2022 + +Changes: + Backported a heuristic from v3.x to work-around off-by-one errors when + parsing WAV file chunk headers. + +Database Update: + This version of Rivendell uses database schema version 275, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, see RDAdmin->SystemInfo. + + As always, be sure to run RDAdmin immediately after upgrading to allow + any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v2.19.3 -- 10/31/2018 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index ff0a62a0..b851f4b4 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.19.3 \ No newline at end of file +2.19.3wavehack0 \ No newline at end of file