summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-04-26 21:11:40 +0200
committerTobias Grimm <tobias@e-tobi.loc>2009-04-26 21:58:15 +0200
commit5a8a725793749e3b433b2d8a3eecc67f7f214cc6 (patch)
tree29ba506e20f7eb010c0b7cdecc78bc8d3fc1e533
parenta327144b40cdcd57b5218bb5875b748304619a2d (diff)
downloadvdr-plugin-ttxtsubs-0.1.0.tar.gz
vdr-plugin-ttxtsubs-0.1.0.tar.bz2
New version 0.1.0v0.1.0release/v0.1.0
-rw-r--r--HISTORY10
-rw-r--r--ttxtsubs.c2
2 files changed, 11 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1daebc4..f7ac791 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,16 @@
VDR Plugin 'ttxtsubs' Revision History
--------------------------------------
+2009-04-26: Version 0.1.0
+- Updated VDR patch and plugin to VDR 1.7.6 with support for the TS recording
+ format and added separate delay setting for TS recordings.
+ Credits go to Rolf Ahrenberg - Thanks a lot!
+- Silence compiler warning about unchecked read return value.
+ (thx to Rolf Ahrenberg)
+- After replaying, reset the last channel variable and trigger a channel switch
+ to reinitialize the live ttxtsubs display. (thx to Rolf Ahrenberg)
+- Removed unused local copy of vdrttxtsubshooks.c|h
+
2009-04-03: Version 0.0.9
- Updated French translation provided by Michaƫl Nival (Closes #49)
- Install plug-in to lib dir with --remove-destination
diff --git a/ttxtsubs.c b/ttxtsubs.c
index c37bdc1..64d1a9c 100644
--- a/ttxtsubs.c
+++ b/ttxtsubs.c
@@ -49,7 +49,7 @@
#error "This version of ttxtsubs only works with vdr version >= 1.6.0!"
#endif
-static const char *VERSION = "0.0.9";
+static const char *VERSION = "0.1.0";
static const char *DESCRIPTION = trNOOP("Teletext subtitles");
cTtxtsubsConf globals;