summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2006-05-10 14:47:15 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2006-05-10 14:47:15 +0000
commitb99ed181510225006ceaad808ef65c961c27f699 (patch)
tree3fa24f73e9bf6725d323ae2ba53ddd86305afa2a
parente7ecc1935e72f445bc1503611a981543d12fee50 (diff)
downloadvdr-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--HISTORY3
-rw-r--r--muggle.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 2979110..4b578e6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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
diff --git a/muggle.c b/muggle.c
index ebd9e49..8e3a4b7 100644
--- a/muggle.c
+++ b/muggle.c
@@ -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";