From 229ffaf1636971de66f10a05b29602def20a4df6 Mon Sep 17 00:00:00 2001 From: etobi Date: Sat, 6 Nov 2010 18:07:52 +0100 Subject: Prepared release of 0.9.0 --- HISTORY | 4 ++-- osdteletext.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index f1a83c7..df0e72d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,11 +1,11 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- -20xx-xx-xx: version x.x.x +2010-11-06: version 0.9.0 - Updated Italian translation provided by Diego Pierotto (Closes #151) - Fix valid page number check in TeletextBrowser::ExecuteAction (Closes #154) - Fixed possible segfault (Closes #179) - (Thx to Manuel Reimer) -- Added setup option to disable maine menu entry (Closes #149) +- Added setup option to disable main menu entry (Closes #149) (Thx to Manuel Reimer!) - Added command line option to enable storing TopText pages, which is now disabled by default (References #177) (Thx to Andreas Brachold!) diff --git a/osdteletext.c b/osdteletext.c index 62249d2..642b9eb 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -25,7 +25,7 @@ using namespace std; #error "VDR-1.6.0 API version or greater is required!" #endif -static const char *VERSION = "0.8.3"; +static const char *VERSION = "0.9.0"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); -- cgit v1.2.3