diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | ttxtsubs.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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) @@ -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; |