diff --git a/ChangeLog b/ChangeLog index 0a91fa79..2948cf10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16636,3 +16636,6 @@ on adapters lacking DMA bus-mastering support. 2018-04-14 Fred Gleason * Cleaned up spurious HPI error messages being sent to the syslog. +2018-04-14 Fred Gleason + * Updated 'NEWS'. + * Incremented the package version to 2.19.2. diff --git a/NEWS b/NEWS index e42ab1df..175609bf 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.19.2 -- 4/14/2018 + +Changes: + HPI Support. Fixed a regression in the HPI support layer that broke + audio capture with adapters lacking DMA bus-mastering support. + +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.1 -- 3/27/2018 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 7965242b..b87b08b5 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.19.1 \ No newline at end of file +2.19.2 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism old mode 100644 new mode 100755 index 9d7d3bdf..e62db06c Binary files a/rivendell.ism and b/rivendell.ism differ