diff --git a/ChangeLog b/ChangeLog index 850743fb..52eda09e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20752,3 +20752,5 @@ with a 'primary serial device not active' warning. The following devices are affected: 'Local GPIO', 'Local Audio Adapter', 'Logitek vGuest', 'Livewire LWRP Audio', and 'Kernel GPIO'. +2021-05-15 Fred Gleason + * Incremented the package version to 3.6.0. diff --git a/NEWS b/NEWS index 58ebc126..6ba2fb1b 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,26 @@ The NEWS file for the Rivendell package. ------------------------------------------------------------------------------- -v3.5.0int0 -- 24 December 2020 +v3.6.0 -- 15 May 2020 Changes: RDImport. Added the user's e-mail address to the set of addressees used when the '--send-mail' switch is used. + New PyPAD Scripts. Added the following PyPAD scripts. + 'pypad_ino713_tcp' - Supports Innovonics RDS/RDBS encoders via TCP. + + 'pypad_nautel' - Supports Nautel 'VS' series transmitters. + + Reconciliation Reports. Fixed a formatting bug in the + 'RadioTraffic.com Traffic Reconciliation' report type, while retaining + the original format in a report type called + 'Original RadioTraffic.com Traffic Reconciliation (DEPRECATED)'. + + Various bug fixes. See the ChangeLog for details. + Database Update: - This version of Rivendell uses database schema version 346, and will + This version of Rivendell uses database schema version 347, and will automatically upgrade any earlier versions. To see the current schema version prior to upgrade, see RDAdmin->SystemInfo. diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 7630524e..084e244c 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.5.0int0 \ No newline at end of file +3.6.0 \ No newline at end of file