diff --git a/ChangeLog b/ChangeLog index 5e203a03..b67aaea5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25058,3 +25058,6 @@ * Refactored the ALSA driver in caed(8) to use 'RDAlsaCard'. 2025-10-13 Fred Gleason * Fixed a regression that broke the 'make rpm' target. +2025-10-13 Fred Gleason + * Incremented the package version to 4.4.1. + * Incremented the Python API version to 4.4.1. diff --git a/NEWS b/NEWS index 24e6d4a7..f219859e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,24 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.4.1 -- 13 October 2025 + +Changes: + Installer fixes. Fixed a problem that could cause generation of a new + database to be corrupt. + + RDAlsaConfig applet. Overhauled the applet to better handle situations + involving multiple PCMs on a single ALSA card. + + 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.0 -- 21 August 2025 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 64b5ae39..4f3470c1 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.4.0 \ No newline at end of file +4.4.1 \ No newline at end of file diff --git a/versions/PYTHONAPI_VERSION b/versions/PYTHONAPI_VERSION index 64b5ae39..4f3470c1 100644 --- a/versions/PYTHONAPI_VERSION +++ b/versions/PYTHONAPI_VERSION @@ -1 +1 @@ -4.4.0 \ No newline at end of file +4.4.1 \ No newline at end of file