summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-05-07 12:31:55 +0000
committerphintuka <phintuka>2008-05-07 12:31:55 +0000
commit2665d73ede11d161e222546ac97226ef6e358bc5 (patch)
tree8bb76c22c3ded4a67f2306d0a8ee8f6d1bdfb9cc
parent55d3f8b4c42f5c1fc836b8cd3dcf5b8f2e119339 (diff)
downloadxineliboutput-2665d73ede11d161e222546ac97226ef6e358bc5.tar.gz
xineliboutput-2665d73ede11d161e222546ac97226ef6e358bc5.tar.bz2
1.0.1
-rw-r--r--HISTORY6
-rw-r--r--xineliboutput.c4
2 files changed, 6 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 11d97149..981a409c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,8 +1,10 @@
VDR Plugin 'xineliboutput' Revision History
-------------------------------------------
-????-??-??: Version 1.0.1
--
+2008-05-07: Version 1.0.1
+
+- Fixed freezes while zapping and/or seeking
+- Added metainfo menu to media player (Petri Helin)
2008-04-14: Version 1.0.0
- Added Italian translations (Thanks to Gringo)
diff --git a/xineliboutput.c b/xineliboutput.c
index fd84fca5..1789160b 100644
--- a/xineliboutput.c
+++ b/xineliboutput.c
@@ -21,7 +21,7 @@
*
* xineliboutput.c: VDR Plugin interface
*
- * $Id: xineliboutput.c,v 1.29 2008-04-14 22:44:32 phintuka Exp $
+ * $Id: xineliboutput.c,v 1.30 2008-05-07 12:31:55 phintuka Exp $
*
*/
@@ -41,7 +41,7 @@
//---------------------------------plugin-------------------------------------
-static const char *VERSION = "1.0.1-cvs";
+static const char *VERSION = "1.0.1";
static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin");
static const char *MAINMENUENTRY = trNOOP("Media Player");