summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <git@e-tobi.net>2010-05-08 11:28:14 +0200
committerTobias Grimm <git@e-tobi.net>2010-05-08 11:28:14 +0200
commitaa3acaf9bc1654a04fb873f60cf589a7ee6b8ce2 (patch)
tree7fa04dacd138eb3d21b3625bac1c4c8b32740162
parent805ae2d89201e84a2aba18a8e49fb704087ba5cc (diff)
downloadvdr-plugin-ttxtsubs-release/v0.2.2.tar.gz
vdr-plugin-ttxtsubs-release/v0.2.2.tar.bz2
Prepared new release 0.2.2v0.2.2release/v0.2.2
-rw-r--r--HISTORY3
-rw-r--r--ttxtsubs.c2
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;