diff --git a/ChangeLog b/ChangeLog index e2c98db61..9553e6ea7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2017-12-23 Thilo Graf + + 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 + + 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 + + CImageInfo: fix path to .version file + 2017-12-21 Thilo Graf update version to 3.7.0 @@ -15,7 +43,7 @@ Fileplay: add separat fileplay for audio and video -2017-12-19 svenhoefer +2017-12-21 svenhoefer - user-menu: add audio fileplay item Conflicts: @@ -35,10 +63,6 @@ src/driver/rcinput.cpp src/driver/rcinput.h -2017-12-18 GetAway - - audiomute.cpp: fix clear screen after audiomute - 2017-12-18 svenhoefer - 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 + + audiomute.cpp: fix clear screen after audiomute + 2017-12-17 Thilo Graf icons: fix assignment of settings, network and mainmenu icons diff --git a/configure.ac b/configure.ac index 4b9a1533e..f43bc563e 100644 --- a/configure.ac +++ b/configure.ac @@ -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])