From 0e310c57a4af9e3b3bc87816a60b01790e2c6b89 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 20 Aug 2006 18:00:00 +0200 Subject: =?UTF-8?q?Version=201.4.1-5=20-=20Replaced=20the=20"quick=20worka?= =?UTF-8?q?round=20for=20additional=20live=20audio=20PIDs"=20in=20=20=20cD?= =?UTF-8?q?vbDevice::SetChannelDevice()=20with=20an=20actual=20solution=20?= =?UTF-8?q?in=20=20=20cDvbDevice::SetAudioTrackDevice()=20in=20order=20to?= =?UTF-8?q?=20prevent=20sticky=20PIDs=20in=20CAMs,=20=20=20which=20caused?= =?UTF-8?q?=20long=20switching=20times=20or=20completely=20blank=20screens?= =?UTF-8?q?=20when=20switching=20=20=20between=20encrypted=20channels=20on?= =?UTF-8?q?=20the=20same=20transponder=20(reported=20by=20Tomas=20Berglund?= =?UTF-8?q?).=20-=20Adapted=20cThread::ThreadId()=20to=20recent=20kernels?= =?UTF-8?q?=20(thanks=20to=20Ville=20Skytt=C3=A4).=20-=20Added=20--remove-?= =?UTF-8?q?destination=20to=20the=20'cp'=20command=20for=20binaries=20in?= =?UTF-8?q?=20the=20Makefile=20to=20=20=20avoid=20a=20crash=20in=20case=20?= =?UTF-8?q?a=20new=20version=20is=20installed=20on=20a=20running=20system?= =?UTF-8?q?=20(suggested=20=20=20by=20Petri=20Hintukainen).=20-=20Fixed=20?= =?UTF-8?q?handling=20"Ca=20Info"=20in=20case=20the=20CAM=20sends=20this?= =?UTF-8?q?=20again=20if=20the=20smart=20card=20is=20=20=20replaced=20with?= =?UTF-8?q?=20a=20different=20one.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 82c06c6..8472210 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.265 2006/08/12 09:10:11 kls Exp $ + * $Id: config.h 1.266 2006/08/14 09:49:22 kls Exp $ */ #ifndef __CONFIG_H @@ -21,7 +21,7 @@ // VDR's own version number: -#define VDRVERSION "1.4.1-4" +#define VDRVERSION "1.4.1-5" #define VDRVERSNUM 10401 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -- cgit v1.2.3