From bf0a19bf43bf5264bc05e20620473443da2ba8bf Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Thu, 2 May 2019 15:30:11 -0400 Subject: [PATCH] 2019-05-02 Fred Gleason * Updated the package version to 3.0.0rc01. --- ChangeLog | 2 ++ NEWS | 29 +++++++++++++++++++++++++++++ PACKAGE_VERSION | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 704d87f2..0ae9223b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18635,3 +18635,5 @@ 2019-05-02 Fred Gleason * Modified the 'rivendell-pypad' RPM package always to use Python 3.6. +2019-05-02 Fred Gleason + * Updated the package version to 3.0.0rc01. diff --git a/NEWS b/NEWS index c8f553d6..fe863515 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,34 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.0rc01 -- 5/2/2019 + +Second release candidate for v3.x. + +Please see the file 'UPGRADING' for important information. + +Changes: + SQL Cleanups. Cleaned up date-time handling in SQL calls to allow + proper operation with current MySQL/MariaDB releases. + + RDLibrary Reports. Fixed bugs in the 'Cart Data Dump (CSV)' report and + removed the 'Cart Data Dump (fixed width)' report. + + Licensing. Changed the licensing of the Rivendell Operations Guide to + be the GNU Free Documentation License. + + Python Integration. Modified the 'rivendell-pypad' RPM package to always + use Python 3.6. + + Various other bugfixes. See the 'ChangeLog' for details. + +Database Update: + This version of Rivendell uses database schema version 308, 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.0.0rc00 -- 3/22/2019 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 8681a7b3..ca11e22f 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.0rc00 \ No newline at end of file +3.0.0rc01 \ No newline at end of file