diff --git a/ChangeLog b/ChangeLog index 458a2052..40d7694e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14791,3 +14791,6 @@ 'rdadmin/view_node_info.cpp'. 2015-02-23 Fred Gleason * Incremented the package version to 2.10.2int05. +2015-02-24 Fred Gleason + * Updated 'NEWS'. + * Incremented the package version to 2.10.3. diff --git a/NEWS b/NEWS index 82eaae6f..271ec4ab 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,33 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v2.10.3 -- 2/24/2015 + +Changes: + New RLM. Added a Rivendell Loadable Module for the Live365 'Add Song' + service. + + New AsPlayed Reports. Added 'Mr. Master' and 'Spin Count' reports. + + Modem Lines Switcher Driver. Added support for using RS-232C modem + handshake lines for GPIO. + + Software Authority Switcher Driver. Added support for switcher devices + using the 'Software Authority' protocol (such as PathFinder PC/PRO). + + rdmarkerset(8) Enhancements. Added the ability to set segue marker + positions in rdmarkerset(8). + + Various other bug fixes. See the ChangeLog for details. + +Database Update: + This version of Rivendell uses database schema version 242, 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.10.2 -- 11/26/2014 @@ -22,6 +50,7 @@ Database Update: As always, be sure to run RDAdmin immediately after upgrading to allow any necessary changes to the database schema to be applied. + ------------------------------------------------------------------------------- v2.10.1 -- 11/4/2014 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 9a5f18a4..fe182499 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -2.10.2int05 \ No newline at end of file +2.10.3 \ No newline at end of file diff --git a/rivendell.ism b/rivendell.ism index 8dd992bf..df0880c4 100755 Binary files a/rivendell.ism and b/rivendell.ism differ