From 00bd2927feef683ce1630c0614fbe91cd0ea4e93 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sat, 13 Dec 2008 10:56:06 +0100 Subject: - Release --- HISTORY | 7 +++++-- ttxtsubs.c | 4 ++-- 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 @@ -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"; -- cgit v1.2.3