diff options
author | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-03 21:12:54 +0000 |
---|---|---|
committer | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-03 21:12:54 +0000 |
commit | 5608b9417c13f0d62e6fd8b75486fab56e930771 (patch) | |
tree | 29b50b51ba42f986adb587ebfdd0ee389559ad94 | |
parent | d698d461edf7e8ad034cf114961c16bc46d64118 (diff) | |
download | vdr-plugin-muggle-5608b9417c13f0d62e6fd8b75486fab56e930771.tar.gz vdr-plugin-muggle-5608b9417c13f0d62e6fd8b75486fab56e930771.tar.bz2 |
0.1.12
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@995 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | muggle.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -264,7 +264,7 @@ XXXXXXXXXX: Version 0.0.8-ALPHA - Added a patch for the image plugin (against 0.2.3) that uses muggle for displaying selected images while listening to music - Fix for incremental search added again - (thanks to user sundin in vdrporal.de) + (thanks to user sundin in vdrportal.de) - Setup is now more verbose. NOTE: the enumeration for background mode may have changed! - Several minor fixes (thanks to Ville Skyttä) @@ -293,7 +293,7 @@ XXXXXXXXXX: Version 0.0.8-ALPHA - Patch from Hulk: Fix endless recursion in Message1() - Patch from Morone: enable graphTFT display of cover images again -200x-xx-xx: Version x.x.x +2008-01-01: Version 0.1.12-BETA - Fix compilation and some compiler warnings. - Fix build with FLAC++ >= 1.1.3. - Rename image_convert.sh to muggle-image-convert, install it in @@ -20,7 +20,7 @@ #include <vdr/tools.h> #include <vdr/config.h> -static const char VERSION[] = "0.1.11"; +static const char VERSION[] = "0.1.12"; static const char DESCRIPTION[] = "Media juggle plugin for VDR"; static const char MAINMENUENTRY[] = "Muggle"; |