diff --git a/ChangeLog b/ChangeLog index c60ab186..bd6b42c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24342,3 +24342,5 @@ 2023-09-25 Fred Gleason * Fixed a bug in rdairplay(1) and rdpanel(1) that could cause a segfault when switching user context. +2023-09-25 Fred Gleason + * Incremented the package version to 4.1.0fix0. diff --git a/NEWS b/NEWS index 08e6e07f..67334d30 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.1.0fix0 -- 25 September 2023 + +Changes: + Fixed a bug in rdairplay(1) and rdpanel(1) that could cause unexpected + shutdowns when switching to a different user profile in rdlogin(1). + +Database Update: + This version of Rivendell uses database schema version 371, 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.1.0 -- 9 August 2023 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 99eba4de..841b459e 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.1.0 \ No newline at end of file +4.1.0fix0 \ No newline at end of file