From c8873c8852e251e3a48c5e1c8dd179f6cd8ec133 Mon Sep 17 00:00:00 2001 From: etobi Date: Fri, 13 Feb 2015 18:41:00 +0100 Subject: Prepared new release 0.9.5 --- HISTORY | 5 +++++ osdteletext.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 9f61a0a..d9c8487 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,11 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- +2015-02-13: version 0.9.5 +- Avoid pkg-config warnings +- Improved cleanup when closing OSDTeletext + (Thx to Ville Skyttä and Rolf Ahrenberg) + 2013-03-10: version 0.9.4 - Allow to override the CXXFLAGS - Fixed CZ font and added CZ-SK subset - patch provided Marek Hajduk diff --git a/osdteletext.c b/osdteletext.c index 2720ca1..2cd772a 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -27,7 +27,7 @@ using namespace std; #error "VDR-1.7.39 API version or greater is required!" #endif -static const char *VERSION = "0.9.4"; +static const char *VERSION = "0.9.5"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); -- cgit v1.2.3