Skip to content

Rivendell Radio Automation for Raspberry Pi OS and Debian 3.4.0

Compare
Choose a tag to compare
@alastairtech alastairtech released this 31 May 02:26
· 381 commits to master since this release

The latest version of Rivendell for Raspberry Pi OS and Debian is available to install. No significant changes to this version from our end. We have merged the latest changes from the upstream Rivendell repository.

With this release, we have included an arm64 package as the 64bit beta of Raspberry Pi OS is now available for testing here.

Please Note
We are phasing out the full Raspberry Pi OS image download as they time consuming to maintain and cost a lot to make available due to their large size. You are able to download a fresh Raspberry Pi OS image here, and run the New Installation script from a terminal to install Rivendell.

Architectures Available in this Release
armhf, arm64, amd64

New Installation

curl -L https://7edg.org/rdinstall/install.sh | sudo bash

Upgrade an Existing Installation

sudo apt update && sudo apt --only-upgrade install rivendell

Changelog from https://github.com/ElvishArtisan/rivendell

Changes:
Edit Event dialog in rdlogmanager(1) - Cleaned up the layout of the
'Edit Event' dialog in rdlogmanager(1) to better reflect operational
flow.

Multiple Bugfixes. See 'ChangeLog' for details.

Database Update:
This version of Rivendell uses database schema version 317, 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.