Skip to content

Commit

Permalink
Minor rewording and add release PR link
Browse files Browse the repository at this point in the history
Also remove links for removed software (OpenBazaar != Bazarr)
  • Loading branch information
MichaIng committed Aug 26, 2024
1 parent 664b4ab commit 2468957
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/releases/v7_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ _Note:_ Since multiple software titles were listening on the ports `5000` and `8

**Go** <https://golang.org> is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Its installation was previously tied into the [OpenBazaar](../software/bittorrent.md/#bazarr) installation. _Go_ programming language has now become a dedicated install option using `dietpi-software` or directly using the software ID `188`. The installation includes the runtime system, package installer and compiler tool chain, as found at <https://golang.org/dl/>.
Its installation was previously tied into the **OpenBazaar** installation. _Go_ programming language has now become a dedicated install option using `dietpi-software` or directly using the software ID `188`. The installation includes the runtime system, package installer and compiler tool chain, as found at <https://golang.org/dl/>.

You can use an editor of your choice, or use [VSCodium](../software/programming.md#vscodium). The _Go extension_ available in VSCodium provides rich language support for the Go programming language.

Expand Down Expand Up @@ -162,7 +162,7 @@ _Note:_ Since multiple software titles were listening on the ports `5000` and `8
- **DietPi-Software** | [**Mosquitto**](../software/hardware_projects.md#mosquitto) :octicons-arrow-right-16: Since v2, by default remote connections and no unauthenticated requests are possible anymore. On fresh installs and reinstalls, we'll enable remote connections, but create a password file, so that MQTT clients need to authenticate with username `mosquitto` and the global software password by default. Many thanks to @mattsmithuk for reporting this change: <https://github.com/MichaIng/DietPi/issues/4133>
- **DietPi-Software** | [**IceCast**](../software/media.md#icecast) :octicons-arrow-right-16: The streaming server can now be installed on virtual machines as well and the default web UI password will now be the global software password instead of a random one. Since the DarkIce config file `/etc/darkice.cfg` contains the global software password in plain text, its permission mode is changed to 600 to limit read access to the root user only.
- **DietPi-Software** | [**OctoPrint**](../software/printing.md#octoprint) :octicons-arrow-right-16: On fresh installs, the default listening port has been changed from 5000 to 5001 to avoid conflicts with Shairport Sync.
- **DietPi-Software** | [**Firefox Sync Server**](../software/cloud.md) :octicons-arrow-right-16: On fresh installs, the default listening port has been changed from 5000 to 5002 to avoid conflicts with Shairport Sync.
- **DietPi-Software** | **Firefox Sync Server** :octicons-arrow-right-16: On fresh installs, the default listening port has been changed from 5000 to 5002 to avoid conflicts with Shairport Sync.
- **DietPi-Software** | [**rTorrent**](../software/bittorrent.md#rtorrent) :octicons-arrow-right-16: For performance reasons, and to avoid conflicts with Shairport Sync, the default SCGI/RPC access has been changed from TCP port `5000` to UNIX socket. This change is applied on fresh installs and reinstalls of rTorrent, as it requires a change on both all sides, rTorrent, ruTorrent and the webserver. HTTP authentication is now enforced for the rTorrent RPC access with all webservers, using the global software password by default, and the password hash algorithm has been hardened with [Nginx](../software/webserver_stack.md#nginx).
- **DietPi-Software** | [**WebIOPi**](../software/hardware_projects.md#webiopi) :octicons-arrow-right-16: On fresh installs, the default listening port has been changed from 8000 to 8002 to avoid conflicts with [IceCast](../software/media.md#icecast). Additionally the install process has been slightly sped up by skipping unnecessary installer-internal APT calls.
- **DietPi-Software** | [**Koel**](../software/media.md#koel) enhancements :octicons-arrow-right-16:
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/v8_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The **February 5th, 2022** release of **DietPi v8.1** comes together with a new
- **DietPi-Software** | [**Cuberite**](../software/gaming.md#cuberite) :octicons-arrow-right-16: Resolved an issue where the server failed to start on ARMv8 systems: <https://github.com/MichaIng/DietPi/issues/5180>
- **DietPi-Software** | [**MATE**](../software/desktop.md#mate) :octicons-arrow-right-16: Resolved an issue where the install failed when LXDE is installed already. Many thanks to @n0valis for reporting this issue: <https://github.com/MichaIng/DietPi/issues/5214>
- **DietPi-Software** | [**Ampache**](../software/media.md#ampache) :octicons-arrow-right-16: Resolved an issue on Bullseye systems where Ampache v5 installs/reinstalls did not work because of a changed webroot directory: <https://github.com/MichaIng/DietPi/pull/5205>
- **DietPi-Software** | [**OpenBazaar**](../software/bittorrent.md/#bazarr) :octicons-arrow-right-16: Since the original project has been taken down, we migrated to a fork which keeps up the marketplace for the community: <https://github.com/MichaIng/DietPi/issues/5213>
- **DietPi-Software** | **OpenBazaar** :octicons-arrow-right-16: Since the original project has been taken down, we migrated to a fork which keeps up the marketplace for the community: <https://github.com/MichaIng/DietPi/issues/5213>
- **DietPi-Software** | **X.Org X Server** :octicons-arrow-right-16: Resolved an issue where VMs without KMS/DRM support failed to start the X server, e.g. Hyper-V. The classic framebuffer DDX is now installed when no KMS/DRM support is detected on VMs.
- **DietPi-Software** | [**Box86**](../software/gaming.md#box86)/[**Box64**](../software/gaming.md#box64) :octicons-arrow-right-16: Resolved an issue where the install failed when a kernel upgrade has just been done so that the `binfmt_misc` kernel module cannot be found for the loaded kernel.
- **DietPi-Software** | [**RPi-Monitor**](../software/system_stats.md#rpi-monitor) :octicons-arrow-right-16: Resolved an issue where the CPU temperature was not shown. Many thanks to [@KamikazeePL](https://dietpi.com/forum/u/KamikazeePL){: class="nospellcheck"} for reporting this issue.
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/v8_19.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The **July 1st, 2023** release of **DietPi v8.19** comes with a new software tit

### Removed software

- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Spotify Connect Web**](../software/media.md) :octicons-arrow-right-16: Development of this Spotify player stalled already in 2018, the underlying library has been deprecated even before that time. The process fails on Debian Bookworm and we have the functional alternatives [**Raspotify**](../software/media.md#raspotify) and [**Spotifyd**](../software/media.md#spotifyd): <https://github.com/MichaIng/DietPi/issues/6418>.
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | **Spotify Connect Web** :octicons-arrow-right-16: Development of this Spotify player stalled already in 2018, the underlying library has been deprecated even before that time. The process fails on Debian Bookworm and we have the functional alternatives [**Raspotify**](../software/media.md#raspotify) and [**Spotifyd**](../software/media.md#spotifyd): <https://github.com/MichaIng/DietPi/issues/6418>.
If you need to uninstall this software title after the DietPi update, have a look here: <https://github.com/MichaIng/DietPi/pull/6427>
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**Firefox Sync Server**](../software/cloud.md) :octicons-arrow-right-16: As much as we like the browser and the idea of self-hosting its data sync, it stopped working already on Debian Bullseye, as it requires Python 2, which is EOL since 2020. Work has started on a new token server (one component of the whole stack) written in Rust, but it has been archived again. A sync storage server written in Rust exists, however, we are not able to compose a whole stack in Rust, respectively one that natively runs on modern OS versions. If someone is able to get a whole Firefox Sync Server up without Python 2, we would love to re-add it to our software catalogue.
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | **Firefox Sync Server** :octicons-arrow-right-16: As much as we like the browser and the idea of self-hosting its data sync, it stopped working already on Debian Bullseye, as it requires Python 2, which is EOL since 2020. Work has started on a new token server (one component of the whole stack) written in Rust, but it has been archived again. A sync storage server written in Rust exists, however, we are not able to compose a whole stack in Rust, respectively one that natively runs on modern OS versions. If someone is able to get a whole Firefox Sync Server up without Python 2, we would love to re-add it to our software catalogue.
If you need to uninstall this software title after the DietPi update, have a look here: <https://github.com/MichaIng/DietPi/pull/6427>

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/v9_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Overview

The **August 25th, 2024** release of **DietPi v9.7** is a minor update, it comes with an improved image for the ODROID N2, ODROID C1, other RK3588 SoC SBCs and some bug fixes.
The **August 25th, 2024** release of **DietPi v9.7** 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.

![Orange Pi 5 Plus enjoys the view](../assets/images/dietpi-release-v9_07.jpg){: width="640" height="480" loading="lazy"}

Expand All @@ -23,4 +23,4 @@ The **August 25th, 2024** release of **DietPi v9.7** is a minor update, it comes
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [DietPi-Software | Bazarr](../software/bittorrent.md#bazarr) :octicons-arrow-right-16: Resolved an issue where service stops and restarts were hanging until timeout, leading also to hanging system shutdowns and restarts. Many thanks to @clarky000 and @blablazzz for reporting this issue, and @gregordinary for pointing us to the solution: <https://dietpi.com/forum/t/19610>
- [**DietPi-Software**](../dietpi_tools/software_installation.md#dietpi-software) | [**WiFi HotSpot**](../software/advanced_networking.md#wifi-hotspot) :octicons-arrow-right-16: Resolved an issue where the hotspot failed because of an unintended character in the interface configuration. Many thanks to [@wimduk](https://dietpi.com/forum/u/wimduk){: class="nospellcheck"} for reporting this issue: <https://dietpi.com/forum/t/20744>

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>
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/7193>

0 comments on commit 2468957

Please sign in to comment.