Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta v7.9.2 #5037

Merged
merged 15 commits into from
Dec 10, 2021
Merged

Beta v7.9.2 #5037

merged 15 commits into from
Dec 10, 2021

Conversation

MichaIng
Copy link
Owner

@MichaIng MichaIng commented Dec 7, 2021

Beta v7.9.2

(2021-12-10)

Changes since v7.9.1

Fixes since v7.9.1

  • DietPi-Config | Resolved an issue where enabling the "odroid-lcd35" LCD panel on Odroids failed as SPI is enabled by default, blocking the same GPIO ports. Many thanks to @MarcProux for reporting this issue: Odroid C2 LCD 3.5 not working with Linux 3.16.85+ #4154
  • DietPi-Software | UnRAR: Resolved an issue on Raspberry Pi 1 an Zero (1) where an incompatible "unrar" binary was installed. "unrar-free" from Raspbian is installed now on these models, but note that it does not fully support all RAR formats and may hence fail to extract archives in some cases.
  • DietPi-Software | rTorrent: Resolved an issue where with Apache webserver the /RPC2 proxy to the rTorrent UNIX socket did not work due to invalid syntax. Many thanks to @Camry2731 for reporting this issue.

+ DietPi-Globals | Show actual degree sign on "print_full_info=1 G_OBTAIN_CPU_TEMP"/"cpu" (shouldn't be an issue with UTF-8) and some spelling corrections in comments throughout the script.
@MichaIng MichaIng added the Beta 🧪 Issues specific to the Beta branch testing label Dec 7, 2021
@MichaIng MichaIng added this to the v7.9 milestone Dec 7, 2021
+ Odroid N2 | Reorder boot arguments to have static ones first, variable ones later and optional ones last
+ DietPi-Config | Fix Serial/UART menu on non-RPi when only one serial device is present
+ DietPi-Set_hardware | Unmask serial getty before trying to disable it: It is a rare case but in theory it could have been masked while it is still enabled (systemd still tries to load it), so as a failsafe cleanup step, unmask so that it can be disabled, then mask again.
+ DietPi-Benchmark | Remove some obsolete lines from the results file. This is mean to be sourced only and otherwise it's location redundantly tells what it is.
+ DietPi-Software | Chromium: Remve obsolete workaround for RPi on Bullseye
+ DietPi-Software | Chromium: Fix GLES vs GL selection on x86_64 and ARMv6
+ DietPi-Software | Chromium: Enhance kiosk mode autostart script, make it pure bourne shell and use exec to reduce overhead and have a single service running only
+ DietPi-Software | PHP: Do not override "default_charset" since the PHP internal default and also the explicitly set default in the package configs are "UTF-8" already, rendering our third override obsolete.
+ DietPi-Software | Deluge: Remove obsolete workaround as the fix has now been applied package wise: https://bugs.launchpad.net/raspbian/+bug/1945530
+ DietPi-Set_hardware | Disable/blacklist SPI when enabling Odroid LCD 3.5
+ CHANGELOG | Chromium: On Raspberry Pi, the chromium-codecs-ffmpeg-extra package is now installed together with Chromium, which adds additional codecs for patented video/audio formats. Many thanks to @Krawei for identifying this Chromium video playback enhancement: #5013
+ CHANGELOG | DietPi-Config: Resolved an issue where enabling the "odroid-lcd35" LCD panel on Odroids failed as SPI is enabled by default, blocking the same GPIO ports. Many thanks to @MarcProux for reporting this issue: #4154
@MichaIng MichaIng marked this pull request as ready for review December 8, 2021 19:10
@MichaIng MichaIng requested review from fpetru and Joulinar December 8, 2021 19:10
+ DietPi-Create_MySQL_DB | Verify quotation syntax and use regular single quotes where possible
+ DietPi-Software | Update all fallback URLs and hardcoded version strings in software URLs
+ DietPi-Software | Tiny
+ CHANGELOG | UnRAR: Resolved an issue on Raspberry Pi 1 an Zero (1) where an incompatible "unrar" binary was installed. "unrar-free" from Raspbian is installed now on these models, but note that it does not fully support all RAR formats and may hence fail to extract archives in some cases.
+ DietPi-Software | rTorrent: Resolved an issue where with Apache webserver the /RPC2 proxy to the rTorrent UNIX socket did not work due to invalid syntax. Many thanks to @Camry2731 for reporting this issue.
+ RC up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beta 🧪 Issues specific to the Beta branch testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open Beta v7.9 | Please help testing and hardening the upcoming release
1 participant