From 8dce04e86af36e9fbede584952e4ac64900f8db2 Mon Sep 17 00:00:00 2001 From: Fred Gleason <fredg@paraelsystems.com> Date: Sat, 31 Aug 2019 20:23:23 -0400 Subject: [PATCH] 2019-08-31 Fred Gleason <fredg@paravelsystems.com> * Incremented the package version to 3.0.3int0. --- ChangeLog | 2 ++ NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ PACKAGE_VERSION | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2644cf91..3774ce5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19064,3 +19064,5 @@ 2019-08-31 Fred Gleason <fredg@paravelsystems.com> * Changed the CD player polling interval ('RDCDPLAYER_CLOCK_INTERVAL') from 100 mS to 1000 mS. +2019-08-31 Fred Gleason <fredg@paravelsystems.com> + * Incremented the package version to 3.0.3int0. diff --git a/NEWS b/NEWS index 2e3b20e5..5bacac64 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,45 @@ The NEWS file for the Rivendell package. +------------------------------------------------------------------------------- +v3.0.3int0 -- 8/31/2019 + +This is an interrim, limited distribution test release of Rivedell. + +Changes: + Fixed a bug in rdairplay(1) and rdvairplayd(8) where only the first + log machine set to 'load specified log' would do so. + + Fixed a bug in rdlogedit(1) that caused hard start log items + to have the Hour field doubled. + + Refactored the Python 'pypad.Update.shouldBeProcessed()' method + to work correctly when using try: blocks in a PyPAD script. + + Refactored the PyPAD scripts to route updates properly in accordance + with log directives in their configuration file. + + Fixed a bug that broke dropbox logging to individual files. + + Refactored rdalsaconfig(1) to be more robust and intuitive. + + Fixed a bug in caed(8) that broke timescaling support. + + Added a 'pypad_httpget.py' PyPAD script. + + Fixed bugs in rdlibrary(1) that broke CD ripping. + + Updated CDDB code to use protocol level 6 (UTF-8 enabled). + + Added an '%l' wildcard to Filepath Wildcards for 'unpadded month'. + + +Database Update: + This version of Rivendell uses database schema version 309, and will + automatically upgrade any earlier versions. To see the current schema + version prior to upgrade, see RDAdmin->SystemInfo. + + Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading + to allow any necessary changes to the database schema to be applied. ------------------------------------------------------------------------------- v3.0.3 -- 8/5/2019 diff --git a/PACKAGE_VERSION b/PACKAGE_VERSION index 282895a8..6ebb6949 100644 --- a/PACKAGE_VERSION +++ b/PACKAGE_VERSION @@ -1 +1 @@ -3.0.3 \ No newline at end of file +3.0.3int0 \ No newline at end of file