diff options
author | Tobias Grimm <git@e-tobi.net> | 2018-01-28 19:22:13 +0100 |
---|---|---|
committer | Tobias Grimm <git@e-tobi.net> | 2018-01-28 19:22:13 +0100 |
commit | 5ea42089f22b8eb761be709af5d5896a8d91090d (patch) | |
tree | 35f27fa1273c6abac5657d61322bc99e29747cb7 | |
parent | 157e32950dcded05cef247a9be36f9f4eb6a9ffb (diff) | |
download | vdr-plugin-osdteletext-5ea42089f22b8eb761be709af5d5896a8d91090d.tar.gz vdr-plugin-osdteletext-5ea42089f22b8eb761be709af5d5896a8d91090d.tar.bz2 |
New version 0.9.6v0.9.6
-rw-r--r-- | HISTORY | 7 | ||||
-rw-r--r-- | osdteletext.c | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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"); |