diff options
| author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2006-05-10 14:47:15 +0000 |
|---|---|---|
| committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2006-05-10 14:47:15 +0000 |
| commit | b99ed181510225006ceaad808ef65c961c27f699 (patch) | |
| tree | 3fa24f73e9bf6725d323ae2ba53ddd86305afa2a | |
| parent | e7ecc1935e72f445bc1503611a981543d12fee50 (diff) | |
| download | vdr-plugin-muggle-b99ed181510225006ceaad808ef65c961c27f699.tar.gz vdr-plugin-muggle-b99ed181510225006ceaad808ef65c961c27f699.tar.bz2 | |
Last fixes for 0.1.11
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@950 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"; |
