From a22c8f59adf989e21636941db52d548c7d1ef586 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 24 Apr 2024 13:23:37 -0500 Subject: [PATCH] 2024-04-24 Fred Gleason * Incremented the package version to 4.2.1 * Incremented the Python API version to 4.2.1. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ NEWS | 14 ++++++++++++++ versions/PACKAGE_VERSION | 2 +- versions/PYTHONAPI_VERSION | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 400af3985..fbdb12bd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24712,3 +24712,6 @@ 2024-04-23 Fred Gleason * Fixed a regression in the PyPAD subsystem that broke null datetime handling. +2024-04-24 Fred Gleason + * Incremented the package version to 4.2.1 + * Incremented the Python API version to 4.2.1. diff --git a/NEWS b/NEWS index 313202c87..77a5739e4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.2.1 -- 24 April 2024 + +Changes: + PAD Data System. Fixed a code regression that could cause plug-ins + to crash when handling null datetime values. + +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.0 -- 6 April 2024 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index ef8d7569d..d87edbfc1 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.2.0 \ No newline at end of file +4.2.1 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index ef8d7569d..d87edbfc1 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.2.0 \ No newline at end of file +4.2.1 \ No newline at end of file