From 5ea42089f22b8eb761be709af5d5896a8d91090d Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sun, 28 Jan 2018 19:22:13 +0100 Subject: New version 0.9.6 --- HISTORY | 7 +++++++ osdteletext.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index d9c8487..f9952a6 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,13 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- +2018-01-28: version 0.9.6 +- Merged the changes from Rolf Ahrenbergs fork pon GitHub + (https://github.com/rofafor/vdr-plugin-osdteletext): +- VDR 2.3.1 compatibility (patch by 'kandakruemel') +- Fixed character drawing +- Fixed character conversion table for Finnish/Swedish + 2015-02-13: version 0.9.5 - Avoid pkg-config warnings - Improved cleanup when closing OSDTeletext diff --git a/osdteletext.c b/osdteletext.c index 1c3eeb4..a18eb6c 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -28,7 +28,7 @@ using namespace std; #error "VDR-1.7.39 API version or greater is required!" #endif -static const char *VERSION = "0.9.5"; +static const char *VERSION = "0.9.6"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); -- cgit v1.2.3