diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2006-05-10 14:48:35 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2006-05-10 14:48:35 +0000 |
commit | 8ff43c0cc7e57097597381591266725b3649e1bb (patch) | |
tree | 3fa24f73e9bf6725d323ae2ba53ddd86305afa2a | |
parent | a8c6aca115dad72b74fbb4a89c7170b3e3b86a3a (diff) | |
download | vdr-plugin-muggle-0.1.11-BETA.tar.gz vdr-plugin-muggle-0.1.11-BETA.tar.bz2 |
Updated tag0.1.11-BETA
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/tags/0.1.11-BETA@951 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | muggle.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -286,7 +286,8 @@ XXXXXXXXXX: Version 0.0.8-ALPHA - Adapt image_convert.sh to newer versions of mjpegtools - Rework broken integration with graphTFT plugin for image display -2006-xx-xx: Version 0.1.11-BETA +2006-05-10: Version 0.1.11-BETA - Fix Makefile for < VDR 1.3.48. - do not print any messages with -v0 - Patch from Hulk: Fix endless recursion in Message1() +- Patch from Morone: enable graphTFT display of cover images again
\ No newline at end of file @@ -21,7 +21,7 @@ #include <getopt.h> #include <config.h> -static const char VERSION[] = "0.1.10"; +static const char VERSION[] = "0.1.11"; static const char DESCRIPTION[] = "Media juggle plugin for VDR"; static const char MAINMENUENTRY[] = "Muggle"; |