From 191ece68c0c57adff721914dca53efadbefd0261 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Tue, 2 Dec 2008 22:59:38 +0100 Subject: New release 0.6.0 --- HISTORY | 9 ++++++++- osdteletext.c | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 295c5c1..d5a27ff 100644 --- a/HISTORY +++ b/HISTORY @@ -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)"; -- cgit v1.2.3