diff --git a/ChangeLog b/ChangeLog index 53d41687..aa0ec0e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19419,3 +19419,5 @@ 'pypad_httpget.py' script for use for HTTP Basic Authentication. 2020-01-24 Fred Gleason * Switched from MM/DD/YYYY to DD MMM YYYY date formats in 'NEWS'. +2020-01-24 Fred Gleason + * Incremented the package version to 3.2.1. diff --git a/NEWS b/NEWS index 6b50a622..ed1ec056 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.2.1 -- 24 January 2020 + +Changes: + Numerous bug fixes. See the 'ChangeLog' for details. + +Database Update: + This version of Rivendell uses database schema version 311, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, see RDAdmin->SystemInfo. + + Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading + to allow any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v3.2.0 -- 31 October 2019 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 68599773..0444f320 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.2.0int11 \ No newline at end of file +3.2.1 \ No newline at end of file