summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2013-08-20 09:09:33 +0000
committerphintuka <phintuka>2013-08-20 09:09:33 +0000
commit528bb2c9bc179d29696a902a0319bb106e0c757e (patch)
tree91274f6c2a229481a90b5b5edeb73be0eab74678
parent26a5b1aaa80039efdb2675810e3f352a651e2c48 (diff)
downloadxineliboutput-528bb2c9bc179d29696a902a0319bb106e0c757e.tar.gz
xineliboutput-528bb2c9bc179d29696a902a0319bb106e0c757e.tar.bz2
1.1.0
-rw-r--r--HISTORY3
-rw-r--r--xineliboutput.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 77f26eb5..00f38c93 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,8 +1,9 @@
VDR Plugin 'xineliboutput' Revision History
-------------------------------------------
-????-??-??: Version 1.1.0
+2013-08-20: Version 1.1.0
+- Added simple touchscreen remote controller to vdr-sxfe
- Added XShape support for HUD OSD: opaque HUD OSD when no compositing manager
(Thanks to grueni75)
- Added support for background image streams (display images or videos while playing music)
diff --git a/xineliboutput.c b/xineliboutput.c
index fc93b90a..45ddea38 100644
--- a/xineliboutput.c
+++ b/xineliboutput.c
@@ -21,7 +21,7 @@
*
* xineliboutput.c: VDR Plugin interface
*
- * $Id: xineliboutput.c,v 1.57 2013-08-20 09:05:38 phintuka Exp $
+ * $Id: xineliboutput.c,v 1.58 2013-08-20 09:09:33 phintuka Exp $
*
*/
@@ -43,7 +43,7 @@
//---------------------------------plugin-------------------------------------
-static const char *VERSION = "1.0.90-cvs";
+static const char *VERSION = "1.1.0";
static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin");
static const char *MAINMENUENTRY = trNOOP("Media Player");