From aa3acaf9bc1654a04fb873f60cf589a7ee6b8ce2 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sat, 8 May 2010 11:28:14 +0200 Subject: Prepared new release 0.2.2 --- HISTORY | 3 ++- ttxtsubs.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index c27f8b7..e54733f 100644 --- a/HISTORY +++ b/HISTORY @@ -1,12 +1,13 @@ VDR Plugin 'ttxtsubs' Revision History -------------------------------------- -2010-04-xx: Version 0.2.2 +2010-05-08: Version 0.2.2 - Fixed channel retune triggering in VDR patch and updated patch to 1.7.14 (Dropped 1.7.12 and 1.7.13 patch) - Got rid of the backround thread - Fixed live TV subtitles on FF cards, where there is no transfer mode - Updated README and TROUBLESHOOTING (Closes #323) +- Increased internal frame buffer and log buffer overflows (Closes #295) 2010-03-06: Version 0.2.1 - Added Estonian translation by Arthur Konovalov (Closes #271) diff --git a/ttxtsubs.c b/ttxtsubs.c index 006eed3..1faf0c3 100644 --- a/ttxtsubs.c +++ b/ttxtsubs.c @@ -51,7 +51,7 @@ #error "This version of ttxtsubs requires the ttxtsubs patch version 2 to be applied to VDR!!" #endif -static const char *VERSION = "0.2.1"; +static const char *VERSION = "0.2.2"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; -- cgit v1.2.3