Skip to content

Commit

Permalink
2024-04-24 Fred Gleason <[email protected]>
Browse files Browse the repository at this point in the history
	* Incremented the package version to 4.2.1
	* Incremented the Python API version to 4.2.1.

Signed-off-by: Fred Gleason <[email protected]>
  • Loading branch information
ElvishArtisan committed Apr 24, 2024
1 parent caabe81 commit a22c8f5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -24712,3 +24712,6 @@
2024-04-23 Fred Gleason <[email protected]>
* Fixed a regression in the PyPAD subsystem that broke null datetime
handling.
2024-04-24 Fred Gleason <[email protected]>
* Incremented the package version to 4.2.1
* Incremented the Python API version to 4.2.1.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion versions/PACKAGE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
4.2.1
2 changes: 1 addition & 1 deletion versions/PYTHONAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
4.2.1

0 comments on commit a22c8f5

Please sign in to comment.