diff --git a/ChangeLog b/ChangeLog index 07b35a98..0a473cdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24500,3 +24500,5 @@ an authentication. 2025-01-23 Fred Gleason * Cleaned up dead entries in 'lib/rdpam.h'. +2025-01-23 Fred Gleason + * Incremented the package version to 4.1.2pam0. diff --git a/NEWS b/NEWS index 398e33fe..34ae2587 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.1.2pam0 -- 23 January 2025 + +Changes: + Fixed a bug in the PAM plug-ins that could cause a segfault when + processing an authentication. + +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.2 -- 21 November 2023 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index cd9b8f55..5fc38217 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.1.2 \ No newline at end of file +4.1.2pam0 \ No newline at end of file