-
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.
Releasenotes v8.25 and new hardware (#959)
* Releasenotes v8.25 and new hardware - Releasenotes v8.25 (step 1) - new hardware added to hardware page * v8.25 step 2 * Markdown lint and spellcheck issues
- Loading branch information
1 parent
b50867c
commit 2948433
Showing
7 changed files
with
74 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -365,6 +365,7 @@ MPD | |
MPL | ||
MQTT | ||
MTA | ||
mtime | ||
multiroom | ||
multithreaded | ||
multithreading | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,33 @@ | ||
# Release Notes | ||
|
||
## December 2023 (version 8.25) | ||
|
||
### Overview | ||
|
||
The **December 16th, 2023** release of **DietPi v8.25** comes with newly supported SBCs (Orange Pi 3B and the RISC-V based PINE64 STAR64), enhancements for other boards and bug fixes for several `dietpi-software` options. | ||
|
||
![Snowy wooden stars](../assets/images/dietpi-release-v8_25.jpg){: width="480" height="320" loading="lazy"} | ||
|
||
!!! cite "*Photo by `congerdesign`, Pixabay*" | ||
|
||
### New images | ||
|
||
- [**PINE64 STAR64**](../hardware.md#pine64_1) :octicons-arrow-right-16: We added support for this RISC-V SBC to DietPi. Images for testing are there: <https://dietpi.com/downloads/images/testing/DietPi_Star64-RISC-V-Sid.img.xz> | ||
- [**Orange Pi 3B**](../hardware.md#orange-pi-series) :octicons-arrow-right-16: Support for this RK3566 SBC has been added to DietPi. Images for testing are there: <https://dietpi.com/downloads/images/testing/DietPi_OrangePi3B-ARMv8-Bookworm.img.xz> | ||
|
||
### Enhancements | ||
|
||
- [**Raspberry Pi**](../hardware.md#raspberry-pi) :octicons-arrow-right-16: We applied preparations for supporting the new official Raspberry Pi firmware and kernel packages, which implies support for Raspberry Pi 5. A script allows to the migration to the new package set, including the switch for the boot mount point from `/boot` to `/boot/firmware`. Please see the following topic about how to apply the script. Note that it is in beta stage for now, since the change might cause issues among our scripts which we did not detect yet: <https://github.com/MichaIng/DietPi/issues/6676> | ||
- [**Quartz64**](../hardware.md#pine64) :octicons-arrow-right-16: The kernel receives a major upgrade to Linux 6.6.3 and we switched to latest unmodified mainline U-Boot 2023.10. Among others changes, this implies a fixed onboard Ethernet MAC address, which was previously changing on every boot. | ||
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**NZBGet**](../software/bittorrent.md#nzbget) :octicons-arrow-right-16: We migrated to the repository of the new project maintainer, since the original author stopped development: <https://dietpi.com/forum/t/nzbget-new-maintainer-dietpi-software-already-updated/18425>. Being on it, plain text file logging has been disabled in favour for journal logging, i.e. all NZBGet related logs are now combined in `journalct -u nzbget`. The logging change will be applied on next DietPi update, the NZBGet upgrade itself can be done via reinstall: `dietpi-software reinstall 149` | ||
|
||
### Bug fixes | ||
|
||
- [**Proxmox**](../hardware.md#proxmox) :octicons-arrow-right-16: Now really resolved the issue where the QEMU guest agent was not always installed automatically on first boot. | ||
- [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Update**](../dietpi_tools/system_maintenance.md#dietpi-update) :octicons-arrow-right-16: Resolved an issue on RPi 4 systems with 32-bit userland/OS (but 64-bit kernel enabled) where wrong package variants could have been installed during patch stages. Many thanks to @diment08 for reporting this issue: <https://github.com/MichaIng/DietPi/issues/6768> | ||
- [**DietPi-Tools**](../dietpi_tools.md) | [**DietPi-Backup**](../dietpi_tools/system_maintenance.md#dietpi-backup-backuprestore) :octicons-arrow-right-16: Resolved an issue where updating or restoring backups between different distro version may have been incomplete (particularly in case of Bookworm and Bullseye), since the `/etc/debian_version` is identical in size and mtime, and hence seen as identical by `rsync` (by default), while its content is different. | ||
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Ampache**](../software/media.md#ampache) :octicons-arrow-right-16: Resolved an issue on Bullseye and Bookworm systems where the initial web UI access failed because our pre-generated database was too old. A template shipped with Ampache will now be used, the initial admin user and music catalogue added via CLI. Many thanks to [@mostly_offline](https://dietpi.com/forum/u/mostly_offline){: class="nospellcheck"} for reporting this issue: <https://dietpi.com/forum/t/bypassing-ampache-update-page/17367> | ||
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Kodi**](../software/media.md#kodi) :octicons-arrow-right-16: Worked around an issue on RPi Bookworm systems where installing Kodi failed due to a missing directory. Many thanks to @joshi0531 for reporting this issue: <https://github.com/MichaIng/DietPi/issues/6703> | ||
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**TasmoAdmin**](../software/home_automation.md#tasmoadmin) :octicons-arrow-right-16: Resolved an issue where the web updater did not work with Lighttpd, due to a wrong rewrite rule. Many thanks to @Boebbele for reporting this issue: <https://github.com/MichaIng/DietPi/issues/6805> | ||
|
||
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/6808> |
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