Skip to content

Commit

Permalink
update to version 3.7.1
Browse files Browse the repository at this point in the history
bugfixes
  • Loading branch information
dbt1 committed Dec 23, 2017
1 parent 0135074 commit 335afa7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
38 changes: 33 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
2017-12-23 Thilo Graf <[email protected]>

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 <[email protected]>

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 <[email protected]>

CImageInfo: fix path to .version file

2017-12-21 Thilo Graf <[email protected]>

update version to 3.7.0
Expand All @@ -15,7 +43,7 @@

Fileplay: add separat fileplay for audio and video

2017-12-19 svenhoefer <[email protected]>
2017-12-21 svenhoefer <[email protected]>

- user-menu: add audio fileplay item
Conflicts:
Expand All @@ -35,10 +63,6 @@
src/driver/rcinput.cpp
src/driver/rcinput.h

2017-12-18 GetAway <[email protected]>

audiomute.cpp: fix clear screen after audiomute

2017-12-18 svenhoefer <[email protected]>

- acinclude: configure for generic hardware by default
Expand All @@ -62,6 +86,10 @@

Icons: add missing hint icons and fix some files with format errors

2017-12-18 GetAway <[email protected]>

audiomute.cpp: fix clear screen after audiomute

2017-12-17 Thilo Graf <[email protected]>

icons: fix assignment of settings, network and mainmenu icons
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit 335afa7

Please sign in to comment.