diff --git a/ChangeLog b/ChangeLog index 53d6147d..29c697cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16617,3 +16617,5 @@ 2018-03-18 Fred Gleason * Fixed a bug in rdlogmanager(1) that caused DB corruption when a clock was deleted while still being assigned to a grid. +2018-03-19 Fred Gleason + * Incremented the package version to 2.19.0int00. diff --git a/NEWS b/NEWS index a251afba..2941e472 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.19.1int00 -- 3/19/2018 + +Changes: + HPI Support. Implemented support for DMA bus-mastering in the AudioScience + HPI driver. + + RDLogManager. Fixed a bug in rdlogmanager(1) that caused DB corruption + when a clock was deleted while still being assigned to a grid. + +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.0 -- 2/22/2018 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 92aa628b..444ccca6 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.19.0 \ No newline at end of file +2.19.0int00 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism index e0aafe24..770b0274 100644 Binary files a/rivendell.ism and b/rivendell.ism differ