diff --git a/ChangeLog b/ChangeLog index 172812ba..ebd6b68e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16517,3 +16517,7 @@ * Incremented the package version to 2.18.0. 2017-12-22 Fred Gleason * Fixed bugs that caused creation of a new database to fail. +2017-12-22 Fred Gleason + * Updated 'INSTALL'. + * Updated 'NEWS'. + * Incremented the package version to 2.18.1. diff --git a/INSTALL b/INSTALL index 0f916673..da3b4d03 100644 --- a/INSTALL +++ b/INSTALL @@ -118,6 +118,8 @@ package. xsltproc. Command line XSLT processor. Available at http://xmlsoft.org/XSLT/xsltproc2.html +Apache FOP. Formatting Objects (FO) processor. Available at +https://xmlgraphics.apache.org/fop/. INSTALLATION There are three major steps to getting a Rivendell system up and diff --git a/NEWS b/NEWS index 68304fba..b930c800 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,20 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.18.1 -- 12/22/2017 + +Changes: + Fixed a bug that caused creation and initialization of a new Rivendell + database to fail. + +Database Update: + This version of Rivendell uses database schema version 272, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, see RDAdmin->SystemInfo. + + As always, be sure to run RDAdmin immediately after upgrading to allow + any necessary changes to the database schema to be applied. + ------------------------------------------------------------------------------- v2.18.0 -- 12/21/2017 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 5b840738..1c94d3d1 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.18.0 \ No newline at end of file +2.18.1 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism index a4516343..0b18dcf4 100644 Binary files a/rivendell.ism and b/rivendell.ism differ