2017-10-16 Fred Gleason <fredg@paravelsystems.com>

* Updated 'NEWS'.
This commit is contained in:
Fred Gleason 2017-10-16 14:49:48 -04:00
parent 1dade3e38e
commit d68a2740e3
2 changed files with 38 additions and 0 deletions

View File

@ -16165,3 +16165,5 @@
2017-10-16 Fred Gleason <fredg@paravelsystems.com> 2017-10-16 Fred Gleason <fredg@paravelsystems.com>
* Implemented '%k', '%K', '%q' and '%Q' metadata wildcards for * Implemented '%k', '%K', '%q' and '%Q' metadata wildcards for
rdimport(1). rdimport(1).
2017-10-16 Fred Gleason <fredg@paravelsystems.com>
* Updated 'NEWS'.

36
NEWS
View File

@ -1,5 +1,41 @@
The NEWS file for the Rivendell package. 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=<regex>
NewHostShortNameGroup=<num>
NewServiceNameRegex=<regex>
NewServiceNameGroup=<num>
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 v2.17.0 -- 10/11/2017