diff --git a/ChangeLog b/ChangeLog index ed3ba313..1398b041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16084,3 +16084,6 @@ * Implemented the '%s' wildcard in the report file path. 2017-10-03 Fred Gleason * Incremented the package version to 2.16.0int10. +2017-10-11 Fred Gleason + * Updated the 'NEWS' file. + * Updated the package version to 2.17.0. diff --git a/NEWS b/NEWS index d089eca5..6fd1413a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,53 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.17.0 -- 10/11/2017 + +Changes: + New RML. Added the 'Air Gate' ['AG'] RML to permit conditional execution + of RML on the basis of the status of the On-Air flag. + + New Icons. Implemented a new icon set, with individualized icons for + each Rivendell module. A big thanks to Josh Edelstein + for the artwork! + + User Authentication. It is now possible to configure RDLogin to require + entry of the user-name, rather than picking the name off of a list. See + the 'Show User List in RDLogin' checkbox in RDAdmin->SystemSettings. + + New Switcher/GPIO Devices. Support has been added for the following + Switcher/GPIO devices: + Broadcast Tools Universal 4.1 MLR>>Web Switcher + WheatNet LIO + WheatNet SLIO + + Dropbox Enhancements. Added the ability to force imports to be imported + as mono, as well as the ability to reset an individual dropbox. + + Log Rendering (EXPERIMENTAL). It is now possible to 'render' a log as a + single audio object (file or cart/cut) without the need to play it out + while capturing the audio in realtime. Render support is available + through the 'Render' button in RDLogEdit and through the command-line + rdrender(1) utility. See the rdrender(1) man page for details. + + Web API. Many fixes and enhancements to improve operation. See the + ChangeLog for details. + + Provisioning Support. Added a [Provisioning] section to rd.conf(5) + with directives to facilitate the automatic provisioning of Rivendell + instances. See the comments in the [Provisioning] section of the + sample rd.conf(5) file. + + Various other bug fixes. See the ChangeLog for details. + +Database Update: + This version of Rivendell uses database schema version 268, 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.16.0 -- 6/2/2017 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 0f43c7eb..6618ab54 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.16.0int10 \ No newline at end of file +2.17.0 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism index 48c91d69..ca90f3f9 100755 Binary files a/rivendell.ism and b/rivendell.ism differ