-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Release v6.27 #3290
Merged
Release v6.27 #3290
Conversation
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
+ Replace fdisk and gdisk commands by their command-line counterparts sfdisk and sgdisk, which are more suitable for a script
+ DietPi-Set_CPU | Exit script immediately (before loading DietPi-Globals) based on "scaling_available_governors" file existence, which, besides VMs, includes chroot and container environments as well + DietPi-Set_CPU | Consequently print which settings are about to be applied and which are not supported, in case + DietPi-Set_CPU | Since when we handle "GPU" governors? :) + DietPi-Set_CPU | Further coding and output/wording consistency
+ Do not add version string to image file to easier scripting and since this still confuses users. The image file version should be generally irrelevant since it updates to current DietPi on first boot automatically. If for some reason this information is wanted, it can be derived from the creation date and contained .version file. + Do not offer backup or try to rename image file, if source image matches output image already, which is high likely in case of scripting. + Minor coding: Use a single variable for .img and .7z file.
+ DietPi-Globals | G_WHIP: Never increase whiptail y size to max, since this looks always strange, e.g. in case of short log files, filling only the upper part of the whiptail text box. Always use auto y size estimation instead. + DietPi-Globals | G_WHIP: Make input mode "0" the default for G_WHIP_INIT, which is required in most cases.
+ DietPi-PREP | Reliably apply non-predictable network interface naming (eth0/wlan0). On Raspbian Bullseye (probably Debian as well), /etc/systemd/network/99-default.link -> /dev/null symlink is not sufficient anymore. Mask the udev rule which is responsible since Stretch and apply cmdline entry (which was already done on x86 systems).
+ DietPi-Globals | Use the double quoted function argument array to call the input command, to avoid splitting of arguments with white spaces. This is especially relevant when file paths with white spaces are present. The input arguments need to stay split, but a originally quoted argument needs to stay quoted. This is only possible via quoted arrays. Reference: https://dietpi.com/phpbb/viewtopic.php?f=11&t=7046
+ DietPi-Software | Allo web UI: Install new version 13.1 with some hotfixes and updates required for DietPi v6.27 compatibility + DietPi-Software | Allo web UI: Always perform a clean install by removing the old web UI dir first + DietPi-Software | Allo web UI: Assure install and uninstall states of the web UI software ID + quick update ID are always the same + DietPi-Software | GMediaRender: Resolve certain startup issues by installing our fresh compiled v0.0.8 binaries instead of the APT package: #3263, #3246 + DietPi-Software | Minor coding
+ CHANGELOG | Allo web UI: Updated to version 13.1, which mostly fixes some compatibility issues with DietPi v6.27 and Debian Buster systems + CHANGELOG | GMediaRender: Resolved issues due to limited binary features by using new own compiled binaries, based on gmrender-resurrect v0.0.8
+ DietPi-Software | phpMyAdmin: Switch to non-package install to be compatible with custom PHP versions (Stretch) and Debian Buster (no APT package available): #3284 + DietPi-Software | MariaDB: Do error-handled service start on uninstall only, if binary is still available, hence MariaDB has not been uninstalled manually/on a prior run already: #3257 (comment) + DietPi-Patch | phpMyAdmin: Reinstall to apply non-package version, allowing custom PHP versions and compatibility with all distro versions
+ DietPi-Software | Redis: Disable file logging and enable syslog instead, which resolves reported startup issues in cases as well: #3291 + DietPi-Software | Skip unhold packages on uninstall, since G_AGP uses "--allow-change-held-packages" + DietPi-Software | Remove obsolete Jessie code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v6.27
(01/01/20)
Changes / Improvements / Optimisations
@NastySpill
for reporting an underlying issue: https://dietpi.com/phpbb/viewtopic.php?f=11&t=6862Bug Fixes
@gabboman
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?f=11&t=7046@DutchFlash
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?f=11&t=6645@NZRob
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?f=11&t=6550@slopsjon
,@tyjtyj
and@pakikje
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?f=11&t=6531, https://dietpi.com/phpbb/viewtopic.php?p=20408#p20408Known/Outstanding Issues