diff options
author | etobi <git@e-tobi.net> | 2012-03-25 13:09:40 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2012-03-25 13:17:17 +0200 |
commit | c9644bfd0541ba5835cac32eb2915dddaa5aea10 (patch) | |
tree | 62db92eefb5e93740a1e5c8381f02e75c6f2e733 | |
parent | d962d161677aafd49b08ede02efd459c09a6bc2a (diff) | |
download | vdr-plugin-osdteletext-0.9.2.tar.gz vdr-plugin-osdteletext-0.9.2.tar.bz2 |
Updated HISTORY and prepared release 0.9.2v0.9.2
-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 ----------------------------------------- +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"); |