2017-01-13 Fred Gleason <fredg@paravelsystems.com>

* Updated 'NEWS'.
	* Incremented the package version to 2.15.2.
This commit is contained in:
Fred Gleason
2017-01-13 12:26:58 -05:00
parent 6af1e570af
commit ee1372ea10
4 changed files with 33 additions and 1 deletions

29
NEWS
View File

@@ -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