August 2022 Release
How to update
- Option 1: Download the attached pre-configured Raspberry Pi OS Lite image, and flash it onto a SD card. (Reminder: Backup all of your data before doing this!)
- Option 2: On an existing RaSCSI installation, perform the following procedure:
cd ~/RASCSI
git pull
git checkout v22.08.01
./easyinstall.sh
Select option 1 in easyinstall.sh to rebuild and install
SD Card Info
- Default username:password is
pi
:raspberry
- Default host name is
rascsi
What's Changed
RaSCSI improvements
- Initial unit tests based on GoogleTest and GoogleMock by @uweseimet in #802
- Minor bug fixes by @uweseimet in #793 #812
- Fix compile time errors by @akuker #784 #810
Easyinstall Updates
- Avoid errors in some environments: use pip3 instead of pip, create working dirs early, etc. by @rdmark in #801
- Bump to Netatalk 2.220801 and Macproxy 22.8 by @rdmark in #796
- Netatalk 2.220801 release notes https://github.com/rdmark/Netatalk-2.x/releases/tag/netatalk-2-220801
- Macproxy 22.8 release notes https://github.com/rdmark/macproxy/releases/tag/v22.8
Web UI improvements
- Allow images to be extracted from StuffIt, tarball, gzip, and 7z, in addition to zip by @nucleogenic in #785 #789 #804
- Add HTTPS support to web UI by @nucleogenic in #783
- Add drive property for a generic 512 byte block size CD-ROM drive, for use with Akai samplers etc. by @rdmark in #808
- Allow custom drive sizes in the create bespoke drives UI by @rdmark in #813
Other updates
- Updates to several READMEs to clarify contributor guidelines, etc. by @rdmark in #787 #788 #797
- Swedish localization update by @rdmark in #798
Full Changelog: v22.07.02...v22.08.01