Skip to content

Commit

Permalink
Merge pull request #2316 from Fourdee/dev
Browse files Browse the repository at this point in the history
Dev > Beta
  • Loading branch information
Fourdee authored Dec 4, 2018
2 parents dd1a4d9 + 4f16d99 commit 2ef5053
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

v6.19
(xx/12/18)
(04/12/18)

Changes / Improvements / Optimisations:
- General | ASUS TB: Updated to mainline kernel, with midgard r13 GPU driver. Now supports hardware accelleration and support for Kodi.
- General | ASUS TB: Image updated to mainline kernel, with midgard r13 GPU driver. Now supports hardware accelleration and support for Kodi. Please download the image to enable these features.
- General | RPi 3A+: Added hardware code enabling correct naming of device throughout DietPi: https://github.com/Fourdee/DietPi/issues/2301
- DietPi-Software | Renamed several software config files to have a consistent naming scheme: https://github.com/Fourdee/DietPi/pull/2312
- DietPi-Software | LXDE: Applied updated DietPi theme and wallpaper. For new installations only.
Expand All @@ -15,6 +15,7 @@ Changes / Improvements / Optimisations:

Bug Fixes:
- General | Asus TB (based on our recent 2.0.8 Tinker OS pre-image): Resolved issue with corrupt characters in desktops.
- DietPi-Update | Prevented backup prompt during each subversion patch from displaying.
- DietPi-Software | Chromium: Resolved incorrect scale of window under Kiosk mode: https://github.com/Fourdee/DietPi/issues/2298#issuecomment-442995196
- DietPi-Software | OMPD: Resolved a reinstall issue due to SQL table not being correctly dropped, before re-created: https://github.com/Fourdee/DietPi/issues/2305
- DietPi-Autostart | XU4: Resolved an issue with startx failing during boot: https://github.com/Fourdee/DietPi/issues/2130#issuecomment-443475525
Expand Down
2 changes: 1 addition & 1 deletion PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
'52' ': ASUS Tinker Board'
'10' ': Odroid C1'
'12' ': Odroid C2'
'11' ': Odroid XU3/4/HC1/HC2'
'11' ': Odroid XU3/XU4/HC1/HC2'
'44' ': Pinebook 1080p'
'0' ': Raspberry Pi (All models)'
# '1' ': Raspberry Pi 1/Zero (512mb)'
Expand Down
12 changes: 8 additions & 4 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -7303,7 +7303,7 @@ _EOF_

G_BACKUP_FP /etc/nginx/nginx.conf
dps_index=$software_id Download_Install 'nginx.conf' /etc/nginx/nginx.conf
# Adjust socket name to PHP version
# Adjust socket name to PHP version
if (( $G_DISTRO < 4 )); then

sed -i 's#/run/php/php7.0-fpm.sock#/run/php5-fpm.sock#g' /etc/nginx/nginx.conf
Expand Down Expand Up @@ -7370,8 +7370,6 @@ _EOF_
mv /var/www/html/index.lighttpd.html /var/www/
[[ $(ls -A /var/www/html 2>&1) ]] || rm -R /var/www/html

service lighttpd force-reload

fi

#WEBSERVER_PHP
Expand Down Expand Up @@ -7986,7 +7984,6 @@ url.redirect = (
lighttpd-enable-mod dietpi-dav_redirect

fi
service lighttpd force-reload

elif (( ${aSOFTWARE_INSTALL_STATE[85]} > 0 )); then

Expand Down Expand Up @@ -12367,6 +12364,13 @@ _EOF_

fi

#------------------------------------------------------------------
# - Webservers reload configs, so reboot is not required to load them.
[[ $(which lighttpd) ]] && G_RUN_CMD systemctl force-reload lighttpd
[[ $(which nginx) ]] && G_RUN_CMD systemctl force-reload nginx
[[ $(which apache2) ]] && G_RUN_CMD systemctl force-reload apache2
#------------------------------------------------------------------

}

Install_Apply_GPU_Settings(){
Expand Down
2 changes: 1 addition & 1 deletion dietpi/server_version-6
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
6
19
2
3

0 comments on commit 2ef5053

Please sign in to comment.