diff --git a/ChangeLog b/ChangeLog index 26c9375c..f3af5b9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16524,3 +16524,6 @@ 2017-12-27 Fred Gleason * Fixed a bug that broke generation of the 'RULES' table when creating a new clock in rdlogmanager(1). +2017-12-29 Fred Gleason + * Incremented 'NEWS'. + * Incremented the package version to 2.18.2. diff --git a/NEWS b/NEWS index b930c800..100d887c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,20 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.18.2 -- 12/29/2017 + +Changes: + Fixed a bug that caused creation of new clocks in rdlogmanager(1) to + fail to initialize music scheduler components correctly in the database. + +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.1 -- 12/22/2017 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 1c94d3d1..e9187f6e 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.18.1 \ No newline at end of file +2.18.2 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism index 0b18dcf4..caae6c6d 100644 Binary files a/rivendell.ism and b/rivendell.ism differ