diff --git a/ChangeLog b/ChangeLog index 0acac3f4..bf46e217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16453,3 +16453,6 @@ * Changed the title of the 'RDLogEdit configuration' dialog in rdadmin(1) to 'Configure RDLogEdit'. * Added a 'Configuring RDLogEdit' section to the Operations Guide. +2017-12-11 Fred Gleason + * Updated 'NEWS'. + * Incremented the package version to 2.17.0int06. diff --git a/NEWS b/NEWS index 58fe5986..9ee580cb 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v2.17.0int04 -- 11/08/2017 +v2.17.0int06 -- 12/11/2017 Changes: Documentation Changes. The Rivendell Operations Guide has been @@ -26,6 +26,13 @@ Changes: NewServiceNameRegex= NewServiceNameGroup= + MySQL Configuration. Added the following parameters to the [mySQL] + section of rd.conf(5) to force use of a specified engine type, charset + and collation: + Engine= [DEFAULT: MyISAM] + Charset= [DEFAULT: latin1] + Collation= [DEFAULT: latin1_swedish_ci] + Dropbox Enhancements. Added the ability to specify creation of default Segue Markers when processing files via dropbox. See RDAdmin->ManageHosts->Dropbox. @@ -39,6 +46,16 @@ Changes: Log Searching. A search filter (similar to that employed for seaching for carts) has been added to the List Logs dialogs. + Service Filtering in RDLogEdit. Added the ability to limit the visible + set of logs in RDLogEdit by user. Configured in RDAdmin->ManageUsers. + + Log Purge/Deletion Changes. Logs created manually (in rdlogedit(1) or + rdairplay(1)) are now assigned a default purge/deletion date in accordance + with the setting in RDAdmin->ManageServices. + + Log Importation Changes. Changed music and traffic importation so that + parent link events are still visible in linked logs. + Web API Changes. Added 'FILTER' and 'RECENT' call parameters to the 'ListLogs' Web API call. See the API documentation in 'docs/apis/web_api.pdf' for details. @@ -46,7 +63,7 @@ Changes: Various other bug fixes. See the ChangeLog for details. Database Update: - This version of Rivendell uses database schema version 271, and will + This version of Rivendell uses database schema version 272, and will automatically upgrade any earlier versions. To see the current schema version prior to upgrade, see RDAdmin->SystemInfo. diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 48024095..34bd3d8a 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.17.0int05 \ No newline at end of file +2.17.0int06 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism old mode 100755 new mode 100644 index a706e0a0..0af39678 Binary files a/rivendell.ism and b/rivendell.ism differ