diff options
-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"; |