From da58e6f355a4528ca28127cf892825529ce4ad0c Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 14 Feb 2024 17:04:00 -0500 Subject: [PATCH] 2024-02-14 Fred Gleason * Incremented the package version to v4.1.3int1. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 12 ++++++++++-- versions/PACKAGE_VERSION | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8a63778..65881a41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24672,3 +24672,5 @@ URL across instances. * Modified rdairplay(1) to make the Message Widget continually poll and update loaded URLs using the 'file:' schema. +2024-02-14 Fred Gleason + * Incremented the package version to v4.1.3int1. diff --git a/NEWS b/NEWS index b089bc15..f2122f58 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,21 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v4.1.3int0 -- 6 February 2024 +v4.1.3int1 -- 14 February 2024 Changes: + Podcasting System. Added the ability to provision users for a new + RSS feed on the basis of the membership of an existing feed. + + RDAirPlay. Added a 'Load Message' ['LM'] RML for loading the contents + of a web page into the Message Widget. + Replication. Added a 'X-Digital Cue Model' replicator. + Bug fixes. See the ChangeLog. + Database Update: - This version of Rivendell uses database schema version 372, and will + This version of Rivendell uses database schema version 374, and will automatically upgrade any earlier versions. To see the current schema version prior to upgrade, do 'sudo rddbmgr'. diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 3f00eb31..09dc44b0 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.1.3int0 \ No newline at end of file +4.1.3int1 \ No newline at end of file