diff --git a/ChangeLog b/ChangeLog index aa38990f..b7a4f213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16165,3 +16165,5 @@ 2017-10-16 Fred Gleason * Implemented '%k', '%K', '%q' and '%Q' metadata wildcards for rdimport(1). +2017-10-16 Fred Gleason + * Updated 'NEWS'. diff --git a/NEWS b/NEWS index 6fd1413a..dccf7f34 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,41 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.17.0int00 -- 10/16/2017 + +Changes: + Group Cut Expiration Policy. Added the ability to set a default + End Date/Time for new cuts on a per-group basis. See the + 'Set End Date/Time' control in RDAdmin->ManageGroups. + + Host Short Name. Added a 'Short Name' parameter to Host profiles. + + New Host Wildcards. Added the following new host wildcards: + %r - Rivendell Host Name + %R - Host Short Name + + Provisioning Support. Added the following directives to the [Provisioning] + section of rd.conf(5) to facilitate automatic provisioning of hosts: + NewHostShortNameRegex= + NewHostShortNameGroup= + NewServiceNameRegex= + NewServiceNameGroup= + + Dropbox Enhancements. Added the ability to specify creation of default + Segue Markers when processing files via dropbox. See + RDAdmin->ManageHosts->Dropbox, as well as the ability to specify start + and end datetimes via metadata pattern. + + Various other bug fixes. See the ChangeLog for details. + +Database Update: + This version of Rivendell uses database schema version 271, 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.17.0 -- 10/11/2017