diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:56:06 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:56:06 +0100 |
commit | 00bd2927feef683ce1630c0614fbe91cd0ea4e93 (patch) | |
tree | 8b2f0243df784a99618ab0b60fc5745c24c85219 | |
parent | 18dbe92306e0c9e1b1513e4cfae603369fbacd80 (diff) | |
download | vdr-plugin-ttxtsubs-00bd2927feef683ce1630c0614fbe91cd0ea4e93.tar.gz vdr-plugin-ttxtsubs-00bd2927feef683ce1630c0614fbe91cd0ea4e93.tar.bz2 |
- Releasev0.0.4
-rw-r--r-- | HISTORY | 7 | ||||
-rw-r--r-- | ttxtsubs.c | 4 |
2 files changed, 7 insertions, 4 deletions
@@ -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 @@ -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"; |