summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2012-03-25 13:09:40 +0200
committeretobi <git@e-tobi.net>2012-03-25 13:17:17 +0200
commitc9644bfd0541ba5835cac32eb2915dddaa5aea10 (patch)
tree62db92eefb5e93740a1e5c8381f02e75c6f2e733
parentd962d161677aafd49b08ede02efd459c09a6bc2a (diff)
downloadvdr-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--HISTORY7
-rw-r--r--osdteletext.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 5493768..0ee2d84 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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");