moOde 9.0.7 is available (has been removed) - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Forum Announcements and Rules (https://moodeaudio.org/forum/forumdisplay.php?fid=15) +--- Forum: Announcements (https://moodeaudio.org/forum/forumdisplay.php?fid=17) +--- Thread: moOde 9.0.7 is available (has been removed) (/showthread.php?tid=6813) |
moOde 9.0.7 is available (has been removed) - Tim Curtis - 08-14-2024 Hi, moOde 9.0.7 is available in the Media Player OS section of the Raspberry Pi Imager or as a direct download at https://moodeaudio.org :-) NOTE: This release and in-place update was removed due to a serious bug in the new security filter. This release is based on RaspiOS Bookworm Lite 64-bit, the most recent packages as of 2024-08-13 Linux kernel 6.6.31, our suite of custom drivers and patches, and important updates and bug fixes as listed below. Updates and Fixes
The ISO image does not contain a default userid/password, SSH enabled, WiFi SSID or Access Point password. Refer to the Setup Guide for information on how to easily set these up using the official Raspberry Pi Imager. In-place update There is an in-place update available via the "CHECK for software update" button in System Config. Click the VIEW button to read about the contents of the update package. Be sure to BACKUP your system before applying the update. Note: If you are still on the 9.0.0 release it's necessary to run the command below to make the update visible. It should complete in a second or two. Reboot after the completion message is printed. Code: wget -q -O - https://moodeaudio.org/test/r900patch.sh | sudo bash >>> DONATE TO HELP SUPPORT THE PROJECT <<< Please take a moment and make a donation to show your appreciation for the effort and dedication that goes into developing and supporting moOde audio player for the fantastic Raspberry Pi audio and DIY community. We want you to know that moOde does not serve Ads, nag for subscriptions, use cookies, analytics/tracking or any other such technology. Player preference, configuration and operational data is stored on the local boot media and is not provided to any 3rd parties. We think you appreciate that :-) Your donation helps to ensure that our nice project which has been going strong for over ten years is able to continue for the next ten years making great Free Open Source Software (FOSS) for the wonderful Raspberry Pi family of single board computers and DIY audio community :-) >>> DON'T FORGET TO DONATE! <<< Regards, The moOde crew Release notes Code: ################################################################################ RE: moOde 9.0.7 is available - Tim Curtis - 08-15-2024 Bump. The 907 release was removed due to a serious bug in the new security filter. If you have already installed the r907 ISO image or the in-place update then run the patch below which disables the filter, and then reboot. Code: wget -q -O - https://moodeaudio.org/test/r907patch_secfilter.sh | sudo bash |