diff options
-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"); |