2024-04-24 Fred Gleason <fredg@paravelsystems.com>

* Incremented the package version to 4.2.1
	* Incremented the Python API version to 4.2.1.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2024-04-24 13:23:37 -05:00
parent caabe811ae
commit a22c8f59ad
4 changed files with 19 additions and 2 deletions

View File

@ -24712,3 +24712,6 @@
2024-04-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the PyPAD subsystem that broke null datetime
handling.
2024-04-24 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.2.1
* Incremented the Python API version to 4.2.1.

14
NEWS
View File

@ -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

View File

@ -1 +1 @@
4.2.0
4.2.1

View File

@ -1 +1 @@
4.2.0
4.2.1