diff options
| author | Lars Hanisch <dvb@flensrocker.de> | 2010-09-01 20:58:53 +0200 |
|---|---|---|
| committer | Lars Hanisch <dvb@flensrocker.de> | 2010-09-01 20:58:53 +0200 |
| commit | 0304b3afd8ce7a9cc4fad9aa079c28829a8bc8c3 (patch) | |
| tree | 15469a858dc4025dc1b5d5afe5ae45fc1e7a8d32 | |
| parent | 024ba6d8e0fbed8f67606a546ccd9225493dfb41 (diff) | |
| download | vdr-plugin-pvrinput-0304b3afd8ce7a9cc4fad9aa079c28829a8bc8c3.tar.gz vdr-plugin-pvrinput-0304b3afd8ce7a9cc4fad9aa079c28829a8bc8c3.tar.bz2 | |
increase version for next release and updated HISTORY
| -rw-r--r-- | HISTORY | 3 | ||||
| -rwxr-xr-x | pvrinput.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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"); |
