From 02924e90bc96a302b7140167ce739a381bad1d1a Mon Sep 17 00:00:00 2001 From: StephanStS Date: Sat, 29 Jun 2024 22:21:16 +0200 Subject: [PATCH] Markdownlint and spellcheck issues --- .wordlist.txt | 2 ++ docs/releases/v9_6.md | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index 1e6ea5552..5855984a1 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -249,6 +249,7 @@ HTTPS IceCast ICMP IEC +ilex Imager Imgur InfluxData @@ -596,6 +597,7 @@ snakeoil SNMP SoC SoCs +soju Sonarr SOQuartz Soundcloud diff --git a/docs/releases/v9_6.md b/docs/releases/v9_6.md index 5bbd7b5c7..7ee41dee5 100644 --- a/docs/releases/v9_6.md +++ b/docs/releases/v9_6.md @@ -12,25 +12,25 @@ The **July 6th, 2024** release of **DietPi v9.6** comes with new the new softwar ### New software -- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | **sujo** :octicons-arrow-right-16: +- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | **soju** :octicons-arrow-right-16: ### Enhancements - **General** :octicons-arrow-right-16: Since we provide all kernel, bootloader and firmware packages from our own APT repository now, the Armbian APT repository is removed form all systems. In case you use an SBC which is not officially supported by DietPi, as generic device, it is however preserved. - [**Quartz64**](../hardware.md#pine64)/[**Star64**](../hardware.md#pine64_1)/[**VisionFive 2**](../hardware.md#starfive) :octicons-arrow-right-16: The extended attribute handler for ext4 security labels `CONFIG_EXT4_FS_SECURITY` has been enabled for these SBCs, required for some Docker containers. Many thanks to @gxsw for reporting this missing feature: -- [**Quartz64**](../hardware.md#pine64)/[**Star64**](../hardware.md#pine64_1)/[**VisionFive 2**](../hardware.md#starfive) :octicons-arrow-right-16: eBPF functionality for firewall and network monitoring software like Cilium has been added to our kernel builds for these SBCs. Many thanks to @kbrighton for reporting these missing features: +- [**Quartz64**](../hardware.md#pine64)/[**Star64**](../hardware.md#pine64_1)/[**VisionFive 2**](../hardware.md#starfive) :octicons-arrow-right-16: `eBPF` functionality for firewall and network monitoring software like Cilium has been added to our kernel builds for these SBCs. Many thanks to @kbrighton for reporting these missing features: - [**Orange Pi 5**](../hardware.md#orange-pi-series) :octicons-arrow-right-16: Older U-Boot builds caused the Ethernet MAC address to be random and change on every boot. Recent U-Boot builds solve this, but they are not flashed automatically on package upgrades. We hence inform users and offer to flash the latest U-Boot image during the DietPi update. Many thanks to @thuehlinger for reporting and testing the case: - [**DietPi-Config**](../dietpi_tools/system_configuration.md/#dietpi-config) enhancements :octicons-arrow-right-16: Legacy Odroid C2 resolution and GPU memory options have been removed. -- [**DietPi-Config**](../dietpi_tools/system_configuration.md/#dietpi-config) enhancements :octicons-arrow-right-16: The static DNS server menu now contains entries to select the default gateway/router or locally running DNS resolver (Pi-hole, AdGuard Home, Unbound, systemd-resolvd, ...), if detected. +- [**DietPi-Config**](../dietpi_tools/system_configuration.md/#dietpi-config) enhancements :octicons-arrow-right-16: The static DNS server menu now contains entries to select the default gateway/router or locally running DNS resolver (`Pi-hole`, `AdGuard Home`, `Unbound`, `systemd-resolvd`, ...), if detected. ### Bug fixes -- **Network** | Resolved a rare issue, where shutdowns could hang, when networking.service and ifup@.service instances try to bring down the same network interface concurrently. Many thanks to @ioctl2 for reporting this issue: +- **Network** | Resolved a rare issue, where shutdowns could hang, when `networking.service` and `ifup@.service` instances try to bring down the same network interface concurrently. Many thanks to @ioctl2 for reporting this issue: - [**Odroid C1**](../hardware.md#odroid) :octicons-arrow-right-16: Resolved an issue, where the kernel upgrade did not apply as intended. Many thanks to @th2j for reporting this issue: - [**VisionFive 2**](../hardware.md#starfive) :octicons-arrow-right-16: Resolved an issue where our new image did not boot, because of a false device tree name in `/boot/extlinux/extlinux.conf`. - [**NanoPi R6C**](../hardware.md#nanopi-series-friendlyelec) :octicons-arrow-right-16: Resolved an issue where our new images did not boot, since the latest mainline U-Boot for R6S does not support the R6C anymore. Many thanks to @labmaster for reporting this issue: - [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Banner**](../dietpi_tools/misc_tools.md#dietpi-banner) :octicons-arrow-right-16: Resolved an issue where incorrect RAM usage was printed with German and potentially other locales. Many thanks to @jwgn for reporting this issue: -- [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Banner**](../dietpi_tools/misc_tools.md#dietpi-banner) :octicons-arrow-right-16: Resolved an issue where logins as non-root user printed "No certificate found" if the Let's Encrypt cert status option was enabled, since non-root users have no permission to see the certificate files. In such cases, sudo is now used automatically, if the user has NOPASSWD permissions, else a meaningful info is shown. Many thanks to @FrapiFrance for implementing this fix: +- [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Banner**](../dietpi_tools/misc_tools.md#dietpi-banner) :octicons-arrow-right-16: Resolved an issue where logins as non-root user printed "No certificate found" if the Let's Encrypt cert status option was enabled, since non-root users have no permission to see the certificate files. In such cases, sudo is now used automatically, if the user has `NOPASSWD` permissions, else a meaningful info is shown. Many thanks to @FrapiFrance for implementing this fix: - [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Drive_Manager**](../dietpi_tools/system_configuration.md#dietpi-drive-manager) :octicons-arrow-right-16: Resolved an issue, where network drives and potentially mounts in general could be attempted to be unmounted on shutdown, before services which can access them are stopped, leading to hanging shutdown sequences and potentially even data loss. Many thanks to [@polite-garlic](https://dietpi.com/forum/u/polite-garlic){: class="nospellcheck"} for reporting this issue: - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**DietPi-Dashboard**](../software/system_stats.md#dietpi-dashboard) :octicons-arrow-right-16: Resolved an issue where the installation on RISC-V systems failed. - [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Node-RED**](../software/hardware_projects.md#node-red) :octicons-arrow-right-16: Resolved an issue where reinstalls/updates failed because of incompatibilities between latest Node.js or global modules with older local instances. Many thanks to @thinkbig1979 for reporting this issue: