summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2006-05-10 14:48:35 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2006-05-10 14:48:35 +0000
commit8ff43c0cc7e57097597381591266725b3649e1bb (patch)
tree3fa24f73e9bf6725d323ae2ba53ddd86305afa2a
parenta8c6aca115dad72b74fbb4a89c7170b3e3b86a3a (diff)
downloadvdr-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--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";