diff --git a/ChangeLog b/ChangeLog index a3db1b12..11c67bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15498,3 +15498,6 @@ API call in 'web/rdxport/import.cpp'. 2016-11-28 Fred Gleason * Incremented the package version to 2.15.1int01. +2017-01-13 Fred Gleason + * Updated 'NEWS'. + * Incremented the package version to 2.15.2. diff --git a/NEWS b/NEWS index 6abb0900..532ad1f7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,34 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.15.2 -- 1/13/2017 + +Changes: + WallTime RLM. Refactored the 'rlm_walltime' RLM to be compatible with + v1.1.0 firmware. + + Create Database Bug Fix. Fixed a bug in database creation that caused + incompatibility with MySQL InnoDB tables. + + WAV Format Change. Implemented a workaround in WAV file generation + to avoid compatibility issues with certain proprietary audio editors. + + LiveWire Multicast GPIO Driver. Added the ability to generate GPO + events. + + Web API. Added 'CREATE' and 'GROUP_NAME' parameters to the 'Import' + call. + + Various other bug fixes. See the ChangeLog for details. + +Database Update: + This version of Rivendell uses database schema version 259, 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.15.1 -- 8/5/2016 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 5b9e336a..7797528c 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.15.1int01 \ No newline at end of file +2.15.2 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism index 25fc1d34..bedee0df 100644 Binary files a/rivendell.ism and b/rivendell.ism differ