From 60d8b8274ac5c4c42805facde8ed699342b7c8fa Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 21 Nov 2023 12:46:06 -0500 Subject: [PATCH] 2023-11-21 Fred Gleason * Incremented the package version to 4.1.2. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 14 ++++++++++++++ versions/PACKAGE_VERSION | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 90aa427a..571551b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24493,3 +24493,5 @@ if HPI support was not enabled. * Fixed a regression in caed(8) that caused the build to fail if ALSA support was not enabled. +2023-11-21 Fred Gleason + * Incremented the package version to 4.1.2. diff --git a/NEWS b/NEWS index 626f11df..398e33fe 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.1.2 -- 21 November 2023 + +Changes: + Build System. Fixed regressions that broke the build when configured + to build without HPI, ALSA or JACK support. + +Database Update: + This version of Rivendell uses database schema version 371, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, do 'sudo rddbmgr'. + + Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading + to allow any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v4.1.1 -- 20 November 2023 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 2582dddf..cd9b8f55 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.1.1 \ No newline at end of file +4.1.2 \ No newline at end of file