-
-
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
Beta v6.27.2 #3282
Merged
Beta v6.27.2 #3282
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
+ DietPi-Software | rTorrent: Remove broken setting "scheduler.max_active.set" from our default config: #3273 (comment)
+ DietPi-Software | Koel: Pull latest version automatically and update dependencies + pull submodules. Use php binary for explicit version, to not accidentally call wrong PHP version in case of multiple PHP installs. + DietPi-Software | Koel: Run artisan key:generate to general APP_KEY .env entry, which is not done by artisan koel:init on current setup + DietPi-Software | Koel: Enhance reinstall: Keep existing config file + DietPi-Software | Assure that MariaDB server is started when any install step requires it, since on reinstalls /DietPi/dietpi/func/create_mysql_db will not start the server, when database already exists + DietPi-Software | GitHub serves tar.gz archives, which are usually smaller and faster and can hold UNIX permissions and symlinks. Hence we'll now always use tar.gz archives when downloading from GitHub.
+ DietPi-Software | NoMachine: Updated to latest version 6.9.2 and switched to URL with no version string, which allows us to update downloads on-the-fly without code changes. Download URLs from official website have been simplified and follow some logic, but there are no "latest" URLs available and older versions are not kept, hence we must go on hosting those packages on dietpi.com.
+ DietPi-Globals | G_TERM_CLEAR: Add and apply new function to clear the current terminal view, while reliably preserving all content, moving it into scrollback buffer: #1615 + DietPi-Launcher | DietPi-JustBoom checks for ALSA install internally and prompts meaningful error, hence it is now visible on launcher regardless of ALSA install + DietPi-Explorer | Assure menu loop is impossible in case or invalid TARGETMENUID + DietPi-Explorer | Minor coding
+ 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.
Beta v6.27.2
(01/01/20)
Changes / Improvements / Optimisations (based on v6.27.1)
Bug Fixes (based on v6.27.1)
@gabboman
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?f=11&t=7046Known/Outstanding Issues