diff options
author | etobi <git@e-tobi.net> | 2010-11-06 18:07:52 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2010-11-06 18:07:52 +0100 |
commit | 229ffaf1636971de66f10a05b29602def20a4df6 (patch) | |
tree | e27d75983148151138f502c801d348ccdb6f02a4 | |
parent | 8570cc5326dbc40650c4a84b4b486be8fef36110 (diff) | |
download | vdr-plugin-osdteletext-0.9.0.tar.gz vdr-plugin-osdteletext-0.9.0.tar.bz2 |
Prepared release of 0.9.0v0.9.0
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | osdteletext.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- -20xx-xx-xx: version x.x.x +2010-11-06: version 0.9.0 - Updated Italian translation provided by Diego Pierotto (Closes #151) - Fix valid page number check in TeletextBrowser::ExecuteAction (Closes #154) - Fixed possible segfault (Closes #179) - (Thx to Manuel Reimer) -- Added setup option to disable maine menu entry (Closes #149) +- Added setup option to disable main menu entry (Closes #149) (Thx to Manuel Reimer!) - Added command line option to enable storing TopText pages, which is now disabled by default (References #177) (Thx to Andreas Brachold!) diff --git a/osdteletext.c b/osdteletext.c index 62249d2..642b9eb 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.8.3"; +static const char *VERSION = "0.9.0"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |