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

v6.14 #2029

Merged
merged 54 commits into from
Aug 21, 2018
Merged

v6.14 #2029

merged 54 commits into from
Aug 21, 2018

Conversation

Fourdee
Copy link
Collaborator

@Fourdee Fourdee commented Aug 20, 2018

v6.14
(21/08/18)

Changes / Improvements / Optimizations:

DietPi-Software | GLOBAL_PW: The global password used by DietPi-Software is now encrypted with AES-256, removed from '/boot/dietpi.txt' and stored securely on rootFS with root:root/700 access only: https://github.com/Fourdee/DietPi/issues/2021

DietPi-Software | FreshRSS, a self-hosted RSS feed aggregator, now available for installation. Thanks @msongz for requesting an RSS reader: https://github.com/Fourdee/DietPi/issues/1996

DietPi-Software | BruteFIR: Due to low install count (7), we have removed this software from the DietPi database, and, is no longer available for installation.

DietPi-Software | NAA Daemon: Installation updated to 3.5.4-38. Thanks Volpone for the heads up!: https://dietpi.com/phpbb/viewtopic.php?f=11&t=4420

General | '/etc/machine-id' is now unique for each DietPi installation. Regenerated during patch: https://github.com/Fourdee/DietPi/issues/2015

Bug Fixes:

DietPi-Drive_Manager | Resolved an issue where custom tmpfs and/or bind entries would be removed during script run: https://github.com/Fourdee/DietPi/issues/2013

DietPi-Software | NAA Daemon : Resolved an issue where this would fail to progress the installation, due to a whiptail prompt behind G_RUN_CMD.

DietPi-Survey/Bugreport | Resolved an issue with failed uploads, due to Cloudflare: https://github.com/Fourdee/DietPi/issues/2022

General | Sparky SBC: Previous patch for RTL8812AU driver support, will be reapplied, as the previous patch did not succeed.

General | Resolved an issue where pre v6.9 images, would roll back the clock during the 1st reboot after updating DietPi: https://github.com/Fourdee/DietPi/issues/2026#issuecomment-414475011

General | Rock64: Image has been updated to Ayufan 0.7.9. Includes fixes for kernel upgrades via APT: https://github.com/Fourdee/DietPi/issues/2026

Daniel (Fourdee) and others added 30 commits August 15, 2018 14:27
+ VC's
+DietPi-Drive_Manager | Resolved an issue where custom tmpfs entries would be removed during script run: https://github.com/Fourdee/DietPi/issues/2013
+ minor
+DietPi-Drive_Manager | Resolved an issue where custom tmpfs and/or bind entries would be removed during script run: https://github.com/Fourdee/DietPi/issues/2013
+ Syntax, whoopsie!
+ dietpi-services tweaks/optimizations: https://github.com/Fourdee/DietPi/issues/2014
+DietPi-Software | BruteFIR: Due to low install count (7), we have removed this software from the DietPi database, and, is no longer available for installation https://github.com/Fourdee/DietPi/issues/2014#issuecomment-413525037
+ Global DietPi versions
+ missed one
+ DietPi-Software | Nextcloud: Update Nginx config file according to official recommendations: nextcloud/documentation#786
+DietPi-Software | NAA Daemon : Resolved an issue where this would fail to progress the installation, due to a whiptail prompt behind G_RUN_CMD.
+General | '/etc/machine-id' is now unique for each DietPi installation. Regenerated during patch: https://github.com/Fourdee/DietPi/issues/2015
+ DietPi-Software | FreshRSS: self-hosted RSS feed aggregator
+General | Sparky SBC: Previous patch for RTL8812AU driver support, will be reapplied, as the previous patch did not succeed.
+ Resolve patchfile G_DIETPI_VERSION_SUB set after global load
+ PREP
+DietPi-Software | NAA Daemon: Installation updated to 3.5.4-38. Thanks Volpone for the heads up!: https://dietpi.com/phpbb/viewtopic.php?f=11&t=4420
+ disable_error=1 G_CHECK_VALIDINT  support where required.
+ syntax.
.
+ DietPi-Software | FreshRSS: Apache2 'AllowEncodedSlashes On' directive is not allowed inside <Directory>
+ DietPi-Software | FreshRSS: Remove Apache2 conf on uninstall
+ fixes
+ prevent input mode being checked.
+ DietPi-Software | PHP: Resolve hopefully temporary "php-opcache" package issue on Buster
+ Changelog | New: FreshRSS, a self-hosted RSS feed aggregator
+ DietPi-Software | FreshRSS: Add dietpi.com forum info page
+ DietPi-Software | FreshRSS: Enable Stretch+-only PHP modules on Stretch+ only
+ README.md | Add FreshRSS and Folding@Home source code links
Daniel (Fourdee) and others added 20 commits August 19, 2018 00:28
+DietPi-Software | GLOBAL_PW: The global password used by DietPi-Software is now encrypted with AES-256, removed from '/boot/dietpi.txt' and stored securely on rootFS with root:root/700 access only: https://github.com/Fourdee/DietPi/issues/2021

+ NB: GLOBAL_PW print debugging enabled for testing.
+DietPi-Survey | Resolved an issue with failed uploads, due to cloudflare: https://github.com/Fourdee/DietPi/issues/2022
+ Syntax whoopsie!
+ Minor info
+ DietPi-Software | PHP: Give "dietpi.ini" high priority and avoid hash comment (via G_CONFIG_INJECT on empty files)
+ DietPi-Software | ownCloud/Nextcloud: Fix 4-byte-support on Jessie due to non-existent /etc/mysql/mariadb.conf.d
DietPi-Software | FreshRSS: self-hosted RSS feed aggregator
+ testing intel based CPU freq limit
+ whoopsie
+ 'disabled' entry avoid
+ Always grab WiFi ip
+ minor
+ day
+General | Resolved an issue where pre v6.9 images, would roll back the clock during the 1st reboot after updating DietPi: https://github.com/Fourdee/DietPi/issues/2026#issuecomment-414475011

+ Force removal of NTP, regardless of NTPD mode set
+ Hotfix RC
@Fourdee Fourdee added this to the v6.14 milestone Aug 20, 2018
Daniel (Fourdee) added 4 commits August 21, 2018 01:37
+ Update resize script for Rock64:
https://github.com/Fourdee/DietPi/issues/2026#issuecomment-414503323

modified version of ayufan-rock64 resize script. I take no credit for this.
+General | Rock64: Image has been updated to Ayufan 0.7.9. Includes fixes for kernel upgrades via APT: https://github.com/Fourdee/DietPi/issues/2026
+ minor
+ date
@Fourdee Fourdee merged commit 8801ea1 into master Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants