Releasenotes-7.0

From OpenPLi Wiki
Revision as of 14:54, 16 November 2018 by 40H3X (talk | contribs)
Jump to: navigation, search

New:

  • This image is using the OE Pyro branch (Yocto project)
  • Add Support for Gamma Curve (aka SDR/HDR/HLG)
  • Service references for dotted lines (VBI-Lins) on top of the screen are now placed in the file: /etc/enigma2/whitelist_vbi. With a update of the settings lists, the entry's aren't lost anymore.
  • Support for the Wifi USB chipsets MT7601u, MT7610u, RTL3573, RTL5572, RTL8723a, RTL8723bs, RTL8723bt, RTL8812au, , RTL8814au, RTL8822bu, RTL8189es, RTL8192EU
  • Updated driver for the Wifi USB chipset RTL8192cu

Improvement Since previous version:

  • Fallback tuner possibilities extended. (See wiki... tbd.)
  • Latest Commits - Removed from Information\About\Red button
  • Gstreamer 1.14.4
  • Multiple Wifi Drivers can be found at Applications - Download - Modules
  • Keyboard entry improvement
  • libssh 0.7.6 to address CVE02018-10933
  • Some improvements for the online Flash. (eg. other a Flash to multiboot, you get direct access towards the multiboot menu)
  • Small improvements for the StartupWizard. (eg. When no tunes are enabled, a fallback tuner option is presented.)
  • Added option to fully disable the Fastscan (default = disable)
  • Hide non-required menu options in tuner setup when no tuners are enabled.

Items moved:

  • Auto backup: from Applications as a application to Settings - Auto backup

No image support for:

  • osmio4k (yet. this is still in development)
  • osninopro (possible ready for OpenPLi 7.0)
  • bre2ze4k
  • i55plus (possible ready for OpenPLi 7.0)
  • viperslim

Changes to Samba (Windows file sharing, CIFS):

For those who are Samba users, a brief explanation of the changes since OpenPLi 6.x:

  • smbpasswd is now part of the image, so you can manually create samba-only users, and set passwords
  • pam_smbpass has been reinstated, which syncs the linux password to the samba password
 (and create the samba account if needed) when you use the passwd command
  • you can now use the useradd command to create new users to be used for samba access
  • smb.conf has been split into parts:
  • smb.conf, not end-user maintainable, no longer marked in opkg as a config file
  • smb-user.conf, where you can add your own global config overrides
  • smb-secure.conf, which can be included from smb-user, and changes the global config to disallow unsecure/guest access
  • shares folder, contains a conf file per share, based on the share configuration in the share.template file
  • mdev will automatically generate a share config upon mount of a new device, remove it when the devices is unmounted,
 and will restart (if installed and running) samba in the background

In OpenPLi 6.x, any username and/or password defined on mounting a share were ignored, all access was given based on the guest account. This issue is now fixed.

The downside of this is that if you currently have a mount defined on a client (another box, a PC, etc) that uses a username and/or password, that username/password combination has to be set correctly on the box, in the samba password database. To do so, login to the box with that username, and use the passwd command to set the password again (this may be the same password). This will sync the linux password with the samba password.