From c9644bfd0541ba5835cac32eb2915dddaa5aea10 Mon Sep 17 00:00:00 2001 From: etobi Date: Sun, 25 Mar 2012 13:09:40 +0200 Subject: Updated HISTORY and prepared release 0.9.2 --- HISTORY | 7 +++++++ osdteletext.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 5493768..0ee2d84 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,13 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- +2012-03-25: version 0.9.2 +- Some code refactorings (Thx to Ville Skyttä) +- FF card transfer mode on channel switch with VDR >= 1.7.25 (Closes: #9) + (Thx to Udo Richter) +- VDR 1.7.26 compatibility (Thx to Ville Skyttä) +- Better live view channel switch detection + 2011-08-20: version 0.9.1 - Updated Italian translation provided by Diego Pierotto (Closes #450) - Added Slovak translation provided by Milan Hrala (Closes #558) diff --git a/osdteletext.c b/osdteletext.c index 65620c5..7845c39 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.9.0"; +static const char *VERSION = "0.9.2"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); -- cgit v1.2.3