diff --git a/ChangeLog b/ChangeLog index f5fb6cec..b18449ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24819,3 +24819,5 @@ 2025-08-30 Fred Gleason * Added a 'LogDropboxProcessing=' directive to the '[Debugging]' section of rd.conf(5). +2025-08-30 Fred Gleason + * Incremented the package version to 4.3.0dropbox0. diff --git a/NEWS b/NEWS index b05c3cc1..521eb8fd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v4.3.0dropbox0 -- 30 August 2025 + +Changes: + Dropbox Testing. Added support for testing dropbox processing in + production v4.3.x environments. + +Database Update: + This version of Rivendell uses database schema version 375, 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.3.0 -- 26 June 2024 diff --git a/versions/PACKAGE_VERSION b/versions/PACKAGE_VERSION index 81911389..c0256fb3 100644 --- a/versions/PACKAGE_VERSION +++ b/versions/PACKAGE_VERSION @@ -1 +1 @@ -4.3.0 \ No newline at end of file +4.3.0dropbox0 \ No newline at end of file