Skip to content

Commit

Permalink
Merge pull request #1708 from Fourdee/testing
Browse files Browse the repository at this point in the history
**v6.7**
(15/04/18)

**Changes / Improvements / Optimizations:**

General | G_AG* visual update. Should offer a cleaner visual experience.

DietPi-Backup | Free space check is now run, prior to backup: https://github.com/Fourdee/DietPi/pull/1686

DietPi-Banner | Added additional credits and support for displaying image creator + pre-image name: https://github.com/Fourdee/DietPi/issues/1621

DietPi-Config | MPEG2/VC1 keys: GPU memory is now increased automatically to 128 (if currently lower), required for this features to function: https://github.com/Fourdee/DietPi/issues/1487

DietPi-Drive_Manager | When formatting EXT4, reserved block size is now set to 0%. This will provide the max available storage for the device (previously 5% was reserved): https://github.com/Fourdee/DietPi/issues/1662#issuecomment-378860605

DietPi-PREP | Updated to G_WHIP. Added image creator and pre-image name input box (used in banner). All user input questions/prompts at begining of script: https://github.com/Fourdee/DietPi/issues/1621

DietPi-Software | Samba Server: Reduced the process count of smbd from 4 to 3, by fully disabling printer support. Applied to new installations only: https://github.com/Fourdee/DietPi/issues/1689#issuecomment-379038594

DietPi-Software | Samba Server: Max connections is now limited to 'CPU cores * 2'. This will prevent excess connections and resource usage. Applied to new installations only.

DietPi-Software | (RPi): 'rpi-bcm2835-ultrahq' is now the default installed soundcard, if no other soundcard has been selected. Previously this was 'rpi-bcm2835', which offered a lower quality audio output when compared to 'rpi-bcm2835-ultrahq'.

DietPi-Sync | Free space check is now run, prior to sync: https://github.com/Fourdee/DietPi/pull/1686

**Bug Fixes:**

General | Swapfile Generation: Resolved an issue where 'fallocate' would fail for f2fs/xfs filesystem types. dd and pre-allocation is now used for those types: https://github.com/Fourdee/DietPi/issues/1680

DietPi-Config | Fixed an issue, where "CPU Min Freq Limit" could not be set: https://github.com/Fourdee/DietPi/issues/1690

DietPi-Config | (RPi) Resolved an issue where Samba client would fail to mount. 'vers=1.0' is now also used for compatibility: https://github.com/Fourdee/DietPi/issues/1693

DietPi-Software | OpenJDK (RPi): Resolved an external bug with installation of this package via RPi repo, that would error on installation: https://github.com/Fourdee/DietPi/issues/1682

DietPi-Software | Sonarr: Resolved failed installation for ARMv8 devices: https://github.com/Fourdee/DietPi/issues/1502

DietPi-Software | Mono: Uninstalling this program, will now also uninstall the mono APT packages.

DietPi-Software | NodeRed: User is now added to the GPIO group automatically: https://github.com/Fourdee/DietPi/issues/1687

DietPi-Software | Deluge: Resolved multiple issues where the deluge service would sometimes fail to run: https://github.com/Fourdee/DietPi/issues/1689#issuecomment-379017388

DietPi-Software | Pi-hole: Workaround applied to prevent lighttpd install during Pi-hole script, when Apache2/Nginx is installed: https://github.com/Fourdee/DietPi/issues/1696
  • Loading branch information
Fourdee authored Apr 15, 2018
2 parents 200da79 + 0e44135 commit f6edad4
Show file tree
Hide file tree
Showing 19 changed files with 765 additions and 462 deletions.
36 changes: 32 additions & 4 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@

v6.7
(15/04/18)

Changes / Improvements / Optimizations:
General | G_AG* visual update. Should offer a cleaner visual experience.
DietPi-Backup | Free space check is now run, prior to backup: https://github.com/Fourdee/DietPi/pull/1686
DietPi-Banner | Added additional credits and support for displaying image creator + pre-image name: https://github.com/Fourdee/DietPi/issues/1621
DietPi-Config | MPEG2/VC1 keys: GPU memory is now increased automatically to 128 (if currently lower), required for this features to function: https://github.com/Fourdee/DietPi/issues/1487
DietPi-Drive_Manager | When formatting EXT4, reserved block size is now set to 0%. This will provide the max available storage for the device (previously 5% was reserved): https://github.com/Fourdee/DietPi/issues/1662#issuecomment-378860605
DietPi-PREP | Updated to G_WHIP. Added image creator and pre-image name input box (used in banner). All user input questions/prompts at begining of script: https://github.com/Fourdee/DietPi/issues/1621
DietPi-Software | Samba Server: Reduced the process count of smbd from 4 to 3, by fully disabling printer support. Applied to new installations only: https://github.com/Fourdee/DietPi/issues/1689#issuecomment-379038594
DietPi-Software | Samba Server: Max connections is now limited to 'CPU cores * 2'. This will prevent excess connections and resource usage. Applied to new installations only.
DietPi-Software | (RPi): 'rpi-bcm2835-ultrahq' is now the default installed soundcard, if no other soundcard has been selected. Previously this was 'rpi-bcm2835', which offered a lower quality audio output when compared to 'rpi-bcm2835-ultrahq'.
DietPi-Sync | Free space check is now run, prior to sync: https://github.com/Fourdee/DietPi/pull/1686

Bug Fixes:
General | Swapfile Generation: Resolved an issue where 'fallocate' would fail for f2fs/xfs filesystem types. dd and pre-allocation is now used for those types: https://github.com/Fourdee/DietPi/issues/1680
DietPi-Config | Fixed an issue, where "CPU Min Freq Limit" could not be set: https://github.com/Fourdee/DietPi/issues/1690
DietPi-Config | (RPi) Resolved an issue where Samba client would fail to mount. 'vers=1.0' is now also used for compatibility: https://github.com/Fourdee/DietPi/issues/1693
DietPi-Software | OpenJDK (RPi): Resolved an external bug with installation of this package via RPi repo, that would error on installation: https://github.com/Fourdee/DietPi/issues/1682
DietPi-Software | Sonarr: Resolved failed installation for ARMv8 devices: https://github.com/Fourdee/DietPi/issues/1502
DietPi-Software | Mono: Uninstalling this program, will now also uninstall the mono APT packages.
DietPi-Software | NodeRed: User is now added to the GPIO group automatically: https://github.com/Fourdee/DietPi/issues/1687
DietPi-Software | Deluge: Resolved multiple issues where the deluge service would sometimes fail to run: https://github.com/Fourdee/DietPi/issues/1689#issuecomment-379017388
DietPi-Software | Pi-hole: Workaround applied to prevent lighttpd install during Pi-hole script, when Apache2/Nginx is installed: https://github.com/Fourdee/DietPi/issues/1696

-----------------------------------------------------------------------------------------------------------


v6.6
(01/04/18)

Expand All @@ -7,16 +36,15 @@ Nintendo Switch: DietPi Image now available, includes GPU, Kodi and RetroPie sup

Changes / Improvements / Optimizations:
General | Removed minutely running "make_nas_processes_faster" cron job, which is present on some device base images, without any effect on raw DietPi: https://github.com/Fourdee/DietPi/issues/1654
DietPi-Cron | Added the ability to disable the new minutely cron job, if not needed, to reduce logs
General | firmware-misc-nonfree is now installed by default for Native PC (x86_64) devices. Contains additional firmware for Intel CPUs.
General | RPi: Disabled the ability to fry an egg on the RPi 3 CPU. CPU temps are now halved under load! Many thanks to Mrs April and Mr Fall.
DietPi-Boot | Dropbear: Adding ecdsa and dss host keys as well on 1st boot, to avoid boot error messages: https://github.com/Fourdee/DietPi/issues/1670
DietPi-Boot | Now executes "iw" and "amixer" only, if binaries exist, unhide command outputs instead.
DietPi-Boot | Now executes "ifup/down wlan0" only, if interface is configured, to avoid error message about it.
DietPi-Boot | Now adds sourcing of DietPi-Globals to /root/.bashrc, if missing, e.g. due to user edit.
DietPi-Boot | Various code improvements according to: https://github.com/Fourdee/DietPi/issues/1510
DietPi-Cron | Added the ability to disable the new minutely cron job, if not needed, to reduce logs
DietPi-Services | Start/Stop order is now based on service dependencies: https://github.com/Fourdee/DietPi/issues/1462
General | Removed minutely running "make_nas_processes_faster" cron job, which is present on some device base images, without any effect on raw DietPi: https://github.com/Fourdee/DietPi/issues/1654
General | firmware-misc-nonfree is now installed by default for Native PC (x86_64) devices. Contains additional firmware for Intel CPU's.
General | RPi: Disabled the ability to fry an egg on the RPi 3 CPU. CPU temps are now halved under load! Many thanks to Mrs April and Mr Fall.

Bug Fixes:
General | RPi: Resolved issue with updating 'raspberrypi-sys-mods', where the patch would incorrectly apply a new apt mirror, breaking the ability to update: https://github.com/Fourdee/DietPi/issues/1659#issuecomment-377297103
Expand Down
Loading

0 comments on commit f6edad4

Please sign in to comment.