-
-
Notifications
You must be signed in to change notification settings - Fork 506
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.1 #3270
Merged
Beta v6.27.1 #3270
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-PREP | Keep man pages and documentation for installed packages. Removing those can cause APT upgrade issues in rare cases, removing "doc" in particular should be kept for legal reasons, as it contains copyright files/info, and finally we should enable users to simply install man-db to view all installed package man pages. When removing those, each package must be reinstalled to restore its man pages and documentation files: #3259 + DietPi-PREP | Align ARMbian service and file removal with DietPi-Patch, especially prevent file and new service install via dpkg exclusion config + DietPi-PREP | Be more verbose about files we remove
+ DietPi-Survey | Do not check ssh.dietpi.com via G_CHECK_URL (wget), since this includes HTTP(S), which is not what SFTP uses. Instead use curl with sftp protocol for test as well, with timeout and attempts from dietpi.txt entries (timeout times 2 for actual file upload, since curl -m includes connection+DNS resolving+transfer all together).
+ DietPi-Software | GMediaRender: Update systemd unit to log to journal instead of file, define ALSA sink explicitly, add bind IP via ExecStartPre job to environment to allow skipping the shell wrapper on ExecStart, which allows slightly lower memory usage. Do not run as group "dietpi", skip adding gmrender user to "dietpi" group and to no create its home dir, since all of this is not required. Correctly remove the obsolete sysvinit service.
+ DietPi-Patch | RPi: Update USBridgeSig Ethernet driver via postinst kernel script, until it has been merged into official RPi kernel: https://github.com/allocom/USBridgeSig/tree/master/ethernet
+ CHANGELOG | RPi: An updated USBridgeSig Ethernet driver, as provided by allo.com, will be applied via postinst kernel script, until it has been merged into official RPi kernel: https://github.com/allocom/USBridgeSig/tree/master/ethernet
+ DietPi-Patch | Allow /usr/share/armbian files on ARMbian-based systems, since otherwise image-*-root-* package fails to upgrade + DietPi-Patch | Mask (failsafe) but additionall remove the original ARMbian service files. When being excluded for DPKG, this would otherwise lead to outdated files over time. Keep mask, since this does not break APT upgrades.
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.1
(18/12/19)
Changes / Improvements / Optimisations (based on v6.27.0)
Bug Fixes (based on v6.27.0)
Known/Outstanding Issues