February 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.02.01
./easyinstall.sh
Select option 1 in easyinstall.sh to rebuild and install
Highlights
- Localization for Spanish language added to Web interface
- Load default pre-sets configuration when the web interface starts (fixes a regression in the 2021.12.1 release.)
- Update to Netatalk 2.x v220101
- Fixes crashes and memory leaks
- Runs as systemd services, instead of the legacy init.d script
- Fully functional Printer Server (papd)
- Fully functional Time Server (timelord)
- Better compatibility with GS/OS clients and very slow AppleTalk tunnels
- Better compatibility with modern macOS clients
- Support ICD (Atari ACSI) command semantics
- Folder structure updates to allow easier re-use of Python files
What's Changed
- N4al/spanish localisation by @n4al in #594
- Output higher-level report from scsimon by @akuker in #596
- Restructure project folders for python #455 by @bzeiss in #601
- Bumps pillow from 8.4.0 to 9.0.0. As recommended by dependabot. by @rdmark in #607
- Updated Github Sponsors by @akuker in #608
- Create rascsi zero pdf by @akuker in #615
- Delete old, broken RaSCSI revision by @akuker in #616
- MODE SENSE: Fixed wrong ALLOCATION LENGTH handling by @uweseimet in #617
- restructuring towards python client library #455 by @bzeiss in #613
- Make the default config load on rascsi-web startup by @rdmark in #620
- return code mapper gettext extract fix by @bzeiss in #622
- man page fix #621 by @bzeiss in #624
- Display the localized language name when changing language in the Web Interface by @rdmark in #628
- Improve Swedish wordings in preparation for 220101 release by @rdmark in #627
- Added configurable network interface name support to rascsi by @uweseimet in #635
- Support for LUNs > 0 for SCDP and SCBR by @uweseimet in #641
- Use Netatalk 2.x v220101 by @rdmark in #631
- Try to prevent frequent sudo timeout after compiling rascsi by @rdmark in #636
- Support ICD (Atari ACSI) command semantics by @uweseimet in #640
- Flush the RaSCSI write cache on SYNCHRONIZE CACHE by @uweseimet in #645
- Flush the RaSCSI write cache on STOP UNIT by @uweseimet in #644
New Contributors
Full Changelog: v21.12.01...v22.02.01