Difference between revisions of "Releasenotes-6.1"
From OpenPLi Wiki
m |
(added avahi fix) |
||
Line 14: | Line 14: | ||
* Netbios browsing enabled. If you restored a non-working backup, this is the correct [https://raw.githubusercontent.com/OpenPLi/openpli-oe-core/release-6.1/meta-openpli/recipes-connectivity/samba/samba/smb.conf smb.conf] | * Netbios browsing enabled. If you restored a non-working backup, this is the correct [https://raw.githubusercontent.com/OpenPLi/openpli-oe-core/release-6.1/meta-openpli/recipes-connectivity/samba/samba/smb.conf smb.conf] | ||
− | Updates / Improvements: | + | == Updates / Improvements: == |
* Plugins | * Plugins | ||
* Drivers | * Drivers | ||
Line 25: | Line 25: | ||
* New OpenPLi logo images | * New OpenPLi logo images | ||
− | Security: | + | == Security: == |
* Latest security updates on Morty (including fix for WPA KRACK) | * Latest security updates on Morty (including fix for WPA KRACK) | ||
* New added: davfs, yafc, sftp | * New added: davfs, yafc, sftp | ||
− | Bugfix: | + | == Bugfix: == |
* Timer: Weekly display fixes | * Timer: Weekly display fixes | ||
− | New Receivers support: | + | == New Receivers support: == |
* VU+ support for the Uno 4K se and the Zero 4K | * VU+ support for the Uno 4K se and the Zero 4K | ||
* Zgemma support for the H6 | * Zgemma support for the H6 | ||
* Amiko support for the Viper combo and Viper t2c | * Amiko support for the Viper combo and Viper t2c | ||
+ | |||
+ | == Issues: == | ||
+ | |||
+ | When you upgrade online from 6.0 to 6.1, you could run into the problem that the avahi-daemon doesn't want to restart, which means you won't be able to access to box via it's "<boxname>.local" name. | ||
+ | |||
+ | It can be solved by flashing a new image (both 6.0 and 6.1 are fixed), or if you can handle the commandline, by copy and pasting these commands: | ||
+ | |||
+ | <code> | ||
+ | opkg remove avahi-daemon --force-depends | ||
+ | |||
+ | /etc/init.d/dbus-1 restart | ||
+ | |||
+ | opkg install avahi-daemon | ||
+ | </code> |
Revision as of 15:14, 5 January 2018
- Improvements on Helptext messages
- Flashimage support: Online Flash - Flash your USB disk with a image from the Televisionscreen. Press \Menu\Installation'Flash image\ https://forums.openpli.org/topic/52456-flash-image-from-ui-instead-of-reboot/#entry745951 (experimental!)
- Restart Enigma with a new logo
- Cablescan - Different regions can now be selected for scanning
- Add fastscan for KabelKiosk and Diveo Germany
- Quad PiP for VU+ Solo 4K and Ultimo 4K receivers
- Kodi support for VU+ and Mutant receivers
- Kodi and HbbTV support for all UHD receivers
- Support for HTTPS TS streams
- Offline CI decoding
- HbbTV (Except for Miraclebox. No support from the manufacturer)
- Multiboot for Mutant HD51 and Zgemma H7
- Netbios browsing enabled. If you restored a non-working backup, this is the correct smb.conf
Updates / Improvements:
- Plugins
- Drivers
- Hotkey can now accept command's as string instead of list of commands
- AutoDiseqc extended with other satellite positions, like 0.8 west and 16.0 East
- Gstreamer stable 1.12.3
- Softcam: update oscam and oscam-emu
- IPTV: update ffmpeg and beter dash interface,
- IPTV: update extexplayer3
- New OpenPLi logo images
Security:
- Latest security updates on Morty (including fix for WPA KRACK)
- New added: davfs, yafc, sftp
Bugfix:
- Timer: Weekly display fixes
New Receivers support:
- VU+ support for the Uno 4K se and the Zero 4K
- Zgemma support for the H6
- Amiko support for the Viper combo and Viper t2c
Issues:
When you upgrade online from 6.0 to 6.1, you could run into the problem that the avahi-daemon doesn't want to restart, which means you won't be able to access to box via it's "<boxname>.local" name.
It can be solved by flashing a new image (both 6.0 and 6.1 are fixed), or if you can handle the commandline, by copy and pasting these commands:
opkg remove avahi-daemon --force-depends
/etc/init.d/dbus-1 restart
opkg install avahi-daemon