diff --git a/ChangeLog b/ChangeLog index 9ded0b4a..8f637bf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16687,3 +16687,5 @@ 2018-09-03 Fred Gleason * Renamed the 'Add Next' ['PX'] RML to 'Insert Cart' ['PX']. * Added an 'offset' parameter to the 'Insert Cart' ['PX'] RML. +2018-09-07 Fred Gleason + * Incremented the package version to 2.19.2int03. diff --git a/NEWS b/NEWS index 2b554726..4550b2fe 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v2.19.2int02 -- 8/29/2018 +v2.19.2int03 -- 9/7/2018 Changes: BroadcastTools Support. Added a Switcher/GPIO driver for the @@ -10,9 +10,9 @@ Changes: AudioScience GPIO. Added support for GPIO on AudioScience adapters to the 'Local Audio Adapter' Switcher/GPIO driver. - Add Next RML. Added an optional third argument to the - 'Add Next' ['PX'] RML to permit the transition type of the added - event to be specified. + Add Next/Insert Cart RML. Renamed the 'Add Next' ['PX'] RML to + 'Insert Cart' ['PX'] and added two optional arguments to allow + specification of the insertion position and transition type. Spinitron RLM. Added support for Spinitron v2 to the 'spinitron_plus' RLM. diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index a376f74b..baecadb1 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.19.2int02 \ No newline at end of file +2.19.2int03 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism old mode 100755 new mode 100644 index ab119873..0349f4b3 Binary files a/rivendell.ism and b/rivendell.ism differ