diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-02 22:59:38 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-02 23:09:45 +0100 |
commit | 191ece68c0c57adff721914dca53efadbefd0261 (patch) | |
tree | bec7e02fac9d4ba0b6291e3476b8f52cf07198a5 | |
parent | ea48c9d6b05e686f793a064bc0a8349d636cd399 (diff) | |
download | vdr-plugin-osdteletext-0.6.0.tar.gz vdr-plugin-osdteletext-0.6.0.tar.bz2 |
New release 0.6.0v0.6.0release/v0.6.0
-rw-r--r-- | HISTORY | 9 | ||||
-rw-r--r-- | osdteletext.c | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,13 @@ -VDR Plugin 'teletextosd' Revision History +VDR Plugin 'osdteletext' Revision History ----------------------------------------- +2008-12-02: version 0.6.0 +- Moved installation of README and manpage from all to install target +- Updated code for VDR 1.6.0 +- Changed default location of vtx cache to /var/cache/vdr/vtx +- Fixed problems with switching channels on FF+Budget systems + See: http://www.vdr-portal.de/board/thread.php?postid=728192#post728192 + 2005-08-16: version 0.5.1 - show page if it was initially not found diff --git a/osdteletext.c b/osdteletext.c index 9d33a6c..75f7c0b 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -23,7 +23,7 @@ using namespace std; #include "txtrecv.h" #include "setup.h" -static const char *VERSION = "0.5.1"; +static const char *VERSION = "0.6.0"; static const char *DESCRIPTION = "Displays teletext on the OSD"; static const char *MAINMENUENTRY = "Teletext (OSD)"; |