diff --git a/.wordlist.txt b/.wordlist.txt index 90a6c4e26..87509c557 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -172,6 +172,7 @@ filesystems FirstBoot fka FlightAware +Forgejo ForkedDaapd FOSS foto diff --git a/docs/releases/v9_5.md b/docs/releases/v9_5.md index 7eb95fa2b..26647dd49 100644 --- a/docs/releases/v9_5.md +++ b/docs/releases/v9_5.md @@ -16,7 +16,7 @@ The **June 8th, 2024** release of **DietPi v9.5** comes with new the new softwar ### Enhancements -- **Images** :octicons-arrow-right-16: New DietPi images won't contain the `gnupg` package anymore, but `gpg` only, since other features of the suite are not required for our scripts anymore. E.g. `dirmngr` for interacting with keyservers, and `gpg-agent` for key passphrase inputs are hence missing. `gpg` however prints very clear error messages about what is missing. Let us know whether you find one of those `GnuPG` features too essential to not be pre-installed. +- **Images** :octicons-arrow-right-16: New DietPi images won't contain the `gnupg` package anymore, but `gpg` only, since other features of the suite are not required for our scripts anymore. E.g. `dirmngr` for interacting with key servers, and `gpg-agent` for key passphrase inputs are hence missing. `gpg` however prints very clear error messages about what is missing. Let us know whether you find one of those `GnuPG` features too essential to not be pre-installed. - [**Radxa ZERO 3**](../hardware.md#radxa) :octicons-arrow-right-16: Onboard WiFi does now work OOTB on early ZERO 3W revisions with AP6212 WiFi chip. - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Jellyfin**](../software/media.md#jellyfin) :octicons-arrow-right-16: Since a while FFmpeg 6 is available for Jellyfin, but on old installs with the old FFmpeg 5 package, it is not upgraded automatically by APT. This DietPi update applies the FFmpeg upgrade to all affected systems. Many thanks to @gioxx and @WolfganP for reporting this issue: - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**MediaWiki**](../software/social.md#mediawiki) :octicons-arrow-right-16: Uploaded images are now preserved on reinstalls. @@ -33,5 +33,4 @@ The **June 8th, 2024** release of **DietPi v9.5** comes with new the new softwar - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Box64**](../software/gaming.md#box64) :octicons-arrow-right-16: Resolved an issue where an invalid build target was used on Raspberry Pi 5 with 16k page size kernel. This target was removed with latest Box64, as page size handling is now done at runtime. - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Jellyfin**](../software/media.md#jellyfin) :octicons-arrow-right-16: Resolved an issue where the intended HTTP port change could not be applied, since the network config file is not created anymore at service start. We do now pre-create a minimal one, which is complemented with defaults automatically. -As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/7098 - +As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: