diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4496b3ba5b..176e73dbf7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,10 +1,10 @@ v9.11 -(2025-02-22) +(2025-02-23) Bug fixes: - Quartz64/Star64/VisionFive 2 | Resolves an issue where the import of config files from the setup FAT partition and root filesystem expansion on first boot could have failed. Many thanks to @disconn3ct for reporting this issue: https://github.com/MichaIng/DietPi/issues/6838 - DietPi-FirstBoot | Resolved an issue, where the automatic first run setup could have failed, if the network adapter, wpa_supplicant or DHCP client took a little longer to receive an IP address, without "ifup" further halting the script. In case of "AUTO_SETUP_AUTOMATED=1" in dietpi.txt, the very first network check is assured to try at least 4 times, with a 5 seconds delay between each attempt. -- DietPi-Config | Resolved an issue where selecting the linux-image-rpi-v8 kernel on 32-bit images failed. Many thanks to @SOULV1CE for reporting this issue: https://github.com/MichaIng/DietPi/issues/7402 +- DietPi-Config | Resolved an issue on Raspberry Pi where selecting the linux-image-rpi-v8 kernel on 32-bit images failed. Many thanks to @SOULV1CE for reporting this issue: https://github.com/MichaIng/DietPi/issues/7402 - DietPi-Software | Fail2Ban: Resolved an issue where the install failed while downloading updated Dropbear filters. Many thanks to @Stream5710 for reporting this issue: https://github.com/MichaIng/DietPi/issues/7413 - DietPi-Software | Pi-hole: Support for Pi-hole v6 was added. During the DietPi update, we check whether your Pi-hole has been updated already, and in case perform some migration and cleanup of DietPi-specific configs. Also, since Pi-hole v6 ships with its internal webserver and PHP interpreter, if a webserver and PHP are installed without any dependant among dietpi-software options, it is offered to uninstall them.