summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:56:06 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:56:06 +0100
commit00bd2927feef683ce1630c0614fbe91cd0ea4e93 (patch)
tree8b2f0243df784a99618ab0b60fc5745c24c85219
parent18dbe92306e0c9e1b1513e4cfae603369fbacd80 (diff)
downloadvdr-plugin-ttxtsubs-00bd2927feef683ce1630c0614fbe91cd0ea4e93.tar.gz
vdr-plugin-ttxtsubs-00bd2927feef683ce1630c0614fbe91cd0ea4e93.tar.bz2
- Releasev0.0.4
-rw-r--r--HISTORY7
-rw-r--r--ttxtsubs.c4
2 files changed, 7 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 215150e..b2001f6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,11 +1,14 @@
VDR Plugin 'ttxtsubs' Revision History
--------------------------------------
+2003-07-19: Version 0.0.4
+- Release
+
2003-07-16: Version 0.0.3d
-- IMORTANT! Needs and upgrade to the patch! See README!
+- IMORTANT! The VDR patch has changed! See README!
- Improved the OSD hooks to be more compatible with other plugins
- Added a primitive Service Information caching mechanism to speed
- up channel switching (will not refresh if channels are changed,
+ up channel switching (will not refresh if channels are modified,
will be reset on VDR restart)
2003-07-10: Version 0.0.3c
diff --git a/ttxtsubs.c b/ttxtsubs.c
index 33510cf..4eef502 100644
--- a/ttxtsubs.c
+++ b/ttxtsubs.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: ttxtsubs.c,v 1.19 2003/07/16 04:15:08 ragge Exp $
+ * $Id: ttxtsubs.c,v 1.20 2003/07/19 02:03:15 ragge Exp $
*/
#include <vdr/plugin.h>
@@ -18,7 +18,7 @@
#include "siinfo.h"
#include "ttxtsubs.h"
-static const char *VERSION = "0.0.3d";
+static const char *VERSION = "0.0.4";
static const char *DESCRIPTION = "Teletext subtitles";
//static const char *MAINMENUENTRY = "Ttxtsubs";