Skip to content

Commit

Permalink
2023-06-21 Fred Gleason <[email protected]>
Browse files Browse the repository at this point in the history
	* Incremented the package version to 4.0.2.
	* Incremented the Python API version to 4.0.2.

Signed-off-by: Fred Gleason <[email protected]>
  • Loading branch information
ElvishArtisan committed Jun 23, 2023
1 parent b6c49a5 commit dcf056f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -24252,3 +24252,6 @@
* Fixed a regression in rdcatch(1) that caused a phantom event
entry to appear in the Event List while processing the
'Start Record Deck' ['RS'] RML.
2023-06-21 Fred Gleason <[email protected]>
* Incremented the package version to 4.0.2.
* Incremented the Python API version to 4.0.2.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
The NEWS file for the Rivendell package.

-------------------------------------------------------------------------------
v4.0.2 --23 June 2023

Changes:
RDCatch Subsystem. Fixed a bug that would cause subsequent catch events
to fail after processing a 'Start Record Deck' ['RS'] RML.

Voicetracker. Streamlined the workflow when inserting new track markers.

Database Update:
This version of Rivendell uses database schema version 370, 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.0.1 --16 June 2023

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

0 comments on commit dcf056f

Please sign in to comment.