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

RC v6.25.3 #2951

Merged
merged 15 commits into from
Jul 3, 2019
Merged

RC v6.25.3 #2951

merged 15 commits into from
Jul 3, 2019

Conversation

MichaIng
Copy link
Owner

@MichaIng MichaIng commented Jul 3, 2019

RC v6.25.3

(03/07/2019)

Bug fixes

  • DietPi-PREP | Resolved an issue where ifupdown (networking service) was autoremoved, which broke running network connections.

MichaIng added 3 commits July 3, 2019 14:58
+ RC up
+ DietPi-Globals | Default RC up
+ CHANGELOG | Set release date, update release PR link and remove solved known RPi+VC4 sound card selection issue
@MichaIng MichaIng added the Beta 🧪 Issues specific to the Beta branch testing label Jul 3, 2019
@MichaIng MichaIng added this to the v6.25 milestone Jul 3, 2019
@MichaIng MichaIng requested a review from Fourdee July 3, 2019 13:03
MichaIng added 12 commits July 3, 2019 15:46
+ DietPi-RAMdisk | Before storing DietPi to disk, remove status files that are recreated on boot/demand
+ DietPi-Update | .update_available flag file is now removed within DietPi-RAMdisk before storing to disk
+ DietPi-Patch | Remove flag/status files from disk once, which will be done from now on before DietPi-RAMdisk stores to disk
+ DietPi-PREP | Until rework (install requirements first, do autoremoval afterwards), resolvconf needs be installed prior to autoremoval to prevent ifupdown removal on some pre-images, e.g. Buster mini.iso
CHANGELOG | DietPi-PREP: Resolved an issue where ifupdown (networking service) was autoremoved, which broke running network connections
+ DietPi-Software | Revert from mariadb command to mysql command, since on Jessie mariadb command is not available and on Stretch + Buster it is a symlink to mysql anyway
- DietPi-Software | MPD: Resolved a systemd warning about invalid RuntimeDirectory value:
  - Jessie: [/lib/systemd/system/mpd.service:11] Runtime directory is not valid, ignoring assignment: /run/mpd
  - Stretch: [/lib/systemd/system/mpd.service:11] Runtime directory is not valid, ignoring assignment: /run/mpd
  - Buster: /lib/systemd/system/mpd.service:9: RuntimeDirectory= path is absolute, ignoring: /run/mpd
  - Path must be related, as it is always created beneath /run/: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#RuntimeDirectory=
  - Setting it to "mpd" works well on Stretch and Buster, but on Jessie: Failed at step RUNTIME_DIRECTORY spawning /usr/bin/mpd: File exists
  - Neither the APT package systemd unit nor the upsteam one have the RuntimeDirectory defined. It defaults to /run/<service_name> and is successfully created and used if not defined. Removing the line works well on all three distro versions.
+ DietPi-Patch | Remove obsolete and wrong RuntimeDirectory definition: 882ddfb
+ DietPi-Cleaner | Tiny: Declare local i only once per function, a value does not need to be assigned, it is created as empty string by default, regardless of upper/non-local values
+ DietPi-Patch | Failsafe: Use Jessie-compatible service stop+disable, just in case of Jessie ARMbian systems
+ DietPi-Firstboot | Apply fixed locale support check: f8fc006
+ DietPi-Firstboot | Revert to 'en_GB.UTF-8' if chosen locale is not supported
+ DietPi-FirstBoot | locale -a shows en_GB.UTF-8 as "en_GB.utf8" for some reason
@MichaIng MichaIng changed the title Beta v6.25.3 RC v6.25.3 Jul 3, 2019
@MichaIng MichaIng merged commit 359ac70 into beta Jul 3, 2019
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.

2 participants