From 55d2e752560041de2bd4d292329f8fcc148d6ec7 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 24 Oct 2025 12:31:55 -0400 Subject: [PATCH] 2025-10-23 Fred Gleason * Incremented the package version to 4.4.1int0. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ NEWS | 17 +++++++++++++++++ versions/PACKAGE_VERSION | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d770347..66534709 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25065,3 +25065,5 @@ * Fixed a bug in 'RDCart::updateLength()' that could cause patently ridiculous values to be calculated for the 'Start' and 'End' date-time columns in the cart library. +2025-10-23 Fred Gleason + * Incremented the package version to 4.4.1int0. diff --git a/NEWS b/NEWS index f219859e..9f6b0e1c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.4.1int0 -- 24 October 2025 + +Changes: + Bugfixes. Fixed a bug that could cause patently ridiculous values to + be calculated for the 'Start' and 'End' date-time columns in the cart + library. + + Various bug fixes. See the ChangeLog. + +Database Update: + This version of Rivendell uses database schema version 376, 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.4.1 -- 13 October 2025 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 4f3470c1..6558063d 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.4.1 \ No newline at end of file +4.4.1int0 \ No newline at end of file