diff options
-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)"; |