diff --git a/ChangeLog b/ChangeLog index bce57d36..38e25268 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16563,3 +16563,6 @@ * Fixed a bug that broke highlighting of evergreen cuts. 2018-01-08 Fred Gleason * Removed implicit ASCII casts from RDEventLine. +2018-01-08 Fred Gleason + * Updated 'NEWS'. + * Incremented the package version to 2.18.2int00. diff --git a/NEWS b/NEWS index 100d887c..23e73c75 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,24 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.18.2int00 -- 1/8/2018 + +Changes: + Log Locking. Implemented a system-wide protocol to prevent changes + made to a log on one host from being inadvently overwritten from + another host. + + Fixed a bug in rdlibrary(1) that caused evergreen cart/cuts to fail + to be highlight in the correct color. + +Database Update: + This version of Rivendell uses database schema version 274, 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.2 -- 12/29/2017 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index e9187f6e..3a41f7aa 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.18.2 \ No newline at end of file +2.18.2int00 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism index d51c05c4..43bc8f46 100644 Binary files a/rivendell.ism and b/rivendell.ism differ