From 0304b3afd8ce7a9cc4fad9aa079c28829a8bc8c3 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Wed, 1 Sep 2010 20:58:53 +0200 Subject: increase version for next release and updated HISTORY --- HISTORY | 3 ++- pvrinput.c | 2 +- 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"); -- cgit v1.2.3