From 9a2a7774592aadc159975c6f5f69f09abf609161 Mon Sep 17 00:00:00 2001 From: StephanStS Date: Tue, 7 Jan 2025 15:17:43 +0100 Subject: [PATCH] Update CHANGELOG.txt Co-authored-by: MichaIng --- CHANGELOG.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f2ca8908fd..bb5eb487d6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,12 +9,7 @@ Enhancements: - DietPi-Software | myMPD: We enabled the software option for ARMv6 Bookworm systems, since packages for Raspbian Bookworm are now available. Many thanks to @hackslikeus for bringing up the topic: https://github.com/MichaIng/DietPi/issues/7345 Removed software: -- DietPi-Software| iftop: Removed software package. Can be installed easily via `apt install iftop`, because there are no dependencies to other packages. Usage of this software was very rare. -- DietPi-Software| IPTraf: Removed software package. Can be installed easily via `apt install iptraf`, because there are no dependencies to other packages. Usage of this software was very rare. -- DietPi-Software| Iperf: Removed software package. Can be installed easily via `apt install iperf`, because there are no dependencies to other packages. Usage of this software was very rare. -- DietPi-Software| MTR-Tiny: Removed software package. Can be installed easily via `apt install mtr`, because there are no dependencies to other packages. Usage of this software was very rare. -- DietPi-Software| nLoad: Removed software package. Can be installed easily via `apt install nload`, because there are no dependencies to other packages. Usage of this software was very rare. -- DietPi-Software| tcpdump: Removed software package. Can be installed easily via `apt install tcpdump`, because there are no dependencies to other packages. Usage of this software was very rare. +- DietPi-Software | A number of software options have been removed, which were installed just as single APT package, without any configuration or dependant. Running `dietpi-software` for such is overkill, as one can just use the native Debian package manager directly, like "apt install tcpdump". Affected software titles: iftop, IPTraf, Iperf, MTR-Tiny, nLoad, tcpdump Bug fixes: - DietPi-Software | Sonarr: Resolved an issue where the internal updater did not work due to permission limits in the systemd unit. Many thanks to @tellice for reporting this issue: https://github.com/MichaIng/DietPi/issues/7321