summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-05-28 14:39:31 +0300
committerVille Skyttä <ville.skytta@iki.fi>2011-05-28 14:59:19 +0300
commit99093d5ac8dc4307769c324c2dbaf18849ad8706 (patch)
treee9e605c8649c5859da5cf5ada09899b59328e1c7 /HISTORY
parent9cacfd2419fe57111c12e8bcb66e5dab9b11d720 (diff)
downloadvdr-plugin-text2skin-99093d5ac8dc4307769c324c2dbaf18849ad8706.tar.gz
vdr-plugin-text2skin-99093d5ac8dc4307769c324c2dbaf18849ad8706.tar.bz2
(Re?)set bitmap cache size when initializing bitmaps.
Without something like this, when built with gcc 4.6, the cache's max size ends up set to 0 (it's initialized before setup is done) and we crash in cache[].
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a50fab5..6a315b4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7,6 +7,7 @@ VDR Plugin 'text2skin' Revision History
- Documentation spelling fixes.
- Added experimental RELAX NG schema for skin XML files.
- Set minimum value of bitmap cache size in menu to 1.
+- Fix bitmap cache size initialization when built with gcc 4.6.
2010-06-21: Version 1.3.1