From d26762493b88df90233eecd877e48085b4c98083 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 26 Apr 2024 14:22:51 -0400 Subject: [PATCH] 2024-04-26 Fred Gleason * Incremented the package version to 4.2.1int0 Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 13 +++++++++++++ versions/PACKAGE_VERSION | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5f7a3007..9d6f7e3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24730,3 +24730,5 @@ * Added a 'KillPypadAfterError=' directive to the '[Debugging]' section of rd.conf(5). * Documented the '[Debugging]' section in the rd.conf(5) man page. +2024-04-26 Fred Gleason + * Incremented the package version to 4.2.1int0 diff --git a/NEWS b/NEWS index 77a5739e..444b18de 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.2.1int0 -- 26 April 2024 + +Changes: + Bug fixes. See the ChangeLog. + +Database Update: + 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'. + + Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading + to allow any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v4.2.1 -- 24 April 2024 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index d87edbfc..a0436c19 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.2.1 \ No newline at end of file +4.2.1int0 \ No newline at end of file