summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rwxr-xr-xpvrinput.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 1529915..f3a94ba 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,13 +1,14 @@
VDR Plugin 'pvrinput' Revision History
--------------------------------------
-current git (mini73)
+2010-09-01 (mini73)
- use helper class for protected crc-function of libsi
- update of italian translations (thanks to Diego Pierotto)
- use select with timeout on reader so a hanging device doesn't
crash the vdr
- integrate submenu-patches of rblickle
- send right PES header on teletext packets
+- fix vbi-mode handling on opening the device
2010-03-27-rc1 (mini73)
- rework teletext handling so no retuning is needed
diff --git a/pvrinput.c b/pvrinput.c
index 061f547..74ebde6 100755
--- a/pvrinput.c
+++ b/pvrinput.c
@@ -6,7 +6,7 @@
#endif
#endif
-static const char *VERSION = "2010-08-25-ttx-wss-vps";
+static const char *VERSION = "2010-09-01";
static const char *DESCRIPTION = tr("use Hauppauge PVR as input device");
static const char *MAINMENUENTRY = tr("PVR picture settings");