-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cb9833
commit 57a51b4
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Release Notes | ||
|
||
## October 2024 (version 9.8) | ||
|
||
### Overview | ||
|
||
xxx | ||
|
||
The **October 25th, 2024** release of **DietPi v9.8** is a minor update, which offers a major kernel upgrade for RK3588 SoC SBCs, improvements for the ODROID N2, ODROID C1, and some bug fixes. | ||
|
||
![Radxa ZERO 3E board](../assets/images/dietpi-release-v9_08.jpg){: width="640" height="480" loading="lazy"} | ||
|
||
!!! cite "Radxa ZERO 3E. *Photo by `StephanStS`, DietPi*" | ||
|
||
### Enhancements | ||
|
||
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**NoMachine**](../software/remote_desktop.md#nomachine) :octicons-arrow-right-16: Our install option will now always download the latest NoMachine version, instead of a hardcoded one depending on the DietPi version. Many thanks to @tzvi208 for for figuring it out to version-agnostic download URLs: <https://github.com/MichaIng/DietPi/issues/7198> | ||
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Portainer**](../software/programming.md#portainer) :octicons-arrow-right-16: It has been enabled to accept private/custom CA certificates by using the trusted CA certificates of the host, instead of the ones shipped with the container image. Many thanks to @oldboys92 for implementing this enhancement: <https://github.com/MichaIng/DietPi/pull/7217> | ||
|
||
### Bug fixes | ||
|
||
- [**NanoPi M3/T3**](../hardware.md#nanopi-series-friendlyelec) :octicons-arrow-right-16: Resolved an issue where our recent image did not boot because the bootloader did not define a default device tree path anymore. Many thanks to @rozcietrzewiacz for reporting this issue: <https://github.com/MichaIng/DietPi/issues/2630#issuecomment-2322085507> | ||
- [**NanoPi R5S/R5C**](../hardware.md#nanopi-series-friendlyelec) :octicons-arrow-right-16: Resolved an issue where the Ethernet LEDs did not work on systems upgraded from the legacy Linux 5.10 kernel. Many thanks to @innovodev for reporting this issue: <https://dietpi.com/forum/t/21026> | ||
- [**ROCK 4**](../hardware.md#radxa) :octicons-arrow-right-16: Resolved an issue where a false APT component was applied for your APT server, leading to errors and missing kernel/firmware upgrades. Many thanks to @cdlenfert for reporting this issue: <https://dietpi.com/forum/t/20771> | ||
- [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Services**](../dietpi_tools/system_configuration.md#dietpi-services) :octicons-arrow-right-16: Resolved an issue where the `nfs-kernel-server` service did show mode `alias`. `nfs-kernel-server` is indeed an alias for the actual service name `nfs-server`, which is now used. | ||
- [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Config**](../dietpi_tools/system_configuration.md#dietpi-config) :octicons-arrow-right-16: Resolved an issue where username and password in proxy settings could not be cleared, since the inputbox kept asking for an non-empty input. Many thanks to @dipisoft for reporting this issue: <https://github.com/MichaIng/DietPi/issues/7211> | ||
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**NoMachine**](../software/remote_desktop.md#nomachine) :octicons-arrow-right-16: Resolved an issue where the installation failed due to an outdated download URL. Many thanks to @tzvi208 for reporting this issue: <https://github.com/MichaIng/DietPi/issues/7198> | ||
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Raspotify**](../software/media.md#raspotify) :octicons-arrow-right-16: Resolved an issue where the service failed to start with the latest Raspotify release, since it contains a config, incompatible with the bundles `librespot`: <https://github.com/dtcooper/raspotify/pull/674> | ||
|
||
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/ADDME> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters