update to version 3.7.1

bugfixes
This commit is contained in:
2017-12-23 16:26:55 +01:00
parent 01350745c7
commit 335afa7938
2 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,31 @@
2017-12-23 Thilo Graf <dbt@novatux.de>
update to version 3.7.1
bugfixes
COPKGManager: fix path search for ../opkg/info
Since changed TARGET_PREFIX variable, path was wrong and causing
possible long timeout while opening the manager window.
.version: fix path to .version in some relevant files
CNetworkSetup: cleanup and unify debug output
2017-12-23 Thilo Graf <dbt@novatux.de>
CComponentsWindow: add method to set background image in window classes
- setBodyBGImage() exists as member of base class CCDraw and had
no visual effect in this class, because visibility of window container is disabled.
This additional member overloads the original methode and is using functionality from
window body object. Example for buildinfo added.
TODO:
- background behavior of embedded objects must be global adapted if a background image is used
2017-12-22 Thilo Graf <dbt@novatux.de>
CImageInfo: fix path to .version file
2017-12-21 Thilo Graf <dbt@novatux.de>
update version to 3.7.0
@@ -15,7 +43,7 @@
Fileplay: add separat fileplay for audio and video
2017-12-19 svenhoefer <svenhoefer@svenhoefer.com>
2017-12-21 svenhoefer <svenhoefer@svenhoefer.com>
- user-menu: add audio fileplay item
Conflicts:
@@ -35,10 +63,6 @@
src/driver/rcinput.cpp
src/driver/rcinput.h
2017-12-18 GetAway <get-away@t-online.de>
audiomute.cpp: fix clear screen after audiomute
2017-12-18 svenhoefer <svenhoefer@svenhoefer.com>
- acinclude: configure for generic hardware by default
@@ -62,6 +86,10 @@
Icons: add missing hint icons and fix some files with format errors
2017-12-18 GetAway <get-away@t-online.de>
audiomute.cpp: fix clear screen after audiomute
2017-12-17 Thilo Graf <dbt@novatux.de>
icons: fix assignment of settings, network and mainmenu icons

View File

@@ -1,4 +1,4 @@
AC_INIT(Tuxbox-Neutrino,3.7.0)
AC_INIT(Tuxbox-Neutrino,3.7.1)
AM_INIT_AUTOMAKE([1.0.1 nostdinc])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])