From f2a4e5438d0fa75c82a46af864abd63d293ec339 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 5 May 2002 18:00:00 +0200 Subject: =?UTF-8?q?Version=201.0.2=20-=20Now=20taking=20an=20active=20vide?= =?UTF-8?q?o=20cutting=20process=20into=20account=20when=20doing=20shutdow?= =?UTF-8?q?n=20or=20=20=20housekeeping=20(thanks=20to=20Stefan=20Huelswitt?= =?UTF-8?q?).=20-=20The=20default=20duration=20of=20an=20instant=20recordi?= =?UTF-8?q?ng=20has=20been=20increased=20to=203=20hours=20and=20=20=20is?= =?UTF-8?q?=20now=20configurable=20in=20the=20"Setup/Recording"=20menu.=20?= =?UTF-8?q?-=20Added=20Greek=20language=20texts=20(thanks=20to=20Dimitrios?= =?UTF-8?q?=20Dimitrakos).=20-=20Fixed=20the=20unit=20of=20the=20"SVDRP=20?= =?UTF-8?q?timeout"=20setup=20parameter=20(thanks=20to=20Marcus=20Kuba=20?= =?UTF-8?q?=20=20for=20reporting=20this=20one).=20-=20Fixed=20a=20crash=20?= =?UTF-8?q?on=20systems=20with=20disks=20that=20have=20a=20block=20size=20?= =?UTF-8?q?larger=20than=201MB=20=20=20(thanks=20to=20Ulrich=20Petri=20for?= =?UTF-8?q?=20helping=20to=20debug=20this=20one).=20-=20Updated=20'channel?= =?UTF-8?q?s.conf'=20for=20the=20new=20PW=20settings=20(thanks=20to=20Andr?= =?UTF-8?q?eas=20Share,=20=20=20Carsten=20Koch,=20Gerald=20Raaf=20and=20Me?= =?UTF-8?q?l=20Sch=C3=A4chner).=20Note=20that=20all=20channels=20with=20nu?= =?UTF-8?q?mbers=20=20=20over=2050=20may=20have=20moved,=20so=20you=20shou?= =?UTF-8?q?ld=20carefully=20check=20any=20timers=20you=20have=20set!=20-?= =?UTF-8?q?=20Updated=20'channels.conf.cable'=20for=20the=20new=20PW=20set?= =?UTF-8?q?tings=20(thanks=20to=20Oliver=20Lorei=20=20=20Stephan=20Schreib?= =?UTF-8?q?er=20and=20Uwe=20Scheffler).=20Note=20that=20all=20channels=20m?= =?UTF-8?q?ay=20have=20moved,=20so=20=20=20you=20should=20carefully=20chec?= =?UTF-8?q?k=20any=20timers=20you=20have=20set!=20=20=20For=20future=20upd?= =?UTF-8?q?ates=20of=20this=20file=20somebody=20with=20digital=20cable=20s?= =?UTF-8?q?hould=20take=20the=20role=20=20=20of=20the=20"maintainer"=20and?= =?UTF-8?q?=20send=20me=20updated=20versions=20based=20on=20the=20file=20t?= =?UTF-8?q?hat=20comes=20=20=20with=20the=20most=20recent=20version=20of?= =?UTF-8?q?=20VDR.=20I=20will=20then=20simply=20replace=20the=20entire=20f?= =?UTF-8?q?ile=20=20=20'channels.conf.cable'=20whenever=20a=20new=20versio?= =?UTF-8?q?n=20is=20sent=20to=20me.=20-=20Fixed=20skipping=20forward=20in?= =?UTF-8?q?=20time=20shift=20mode=20near=20the=20end=20of=20the=20recordin?= =?UTF-8?q?g=20(thanks=20=20=20to=20Andreas=20B=C3=B6ttger=20for=20reporti?= =?UTF-8?q?ng=20this=20one).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 67ae92c..0f3420e 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.110 2002/04/21 10:09:56 kls Exp $ + * $Id: config.h 1.112 2002/04/26 13:56:30 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.0.1" +#define VDRVERSION "1.0.2" #define MAXPRIORITY 99 #define MAXLIFETIME 99 @@ -337,6 +337,7 @@ public: int MenuScrollPage; int MarkInstantRecord; char NameInstantRecord[MaxFileName]; + int InstantRecordTime; int LnbSLOF; int LnbFrequLo; int LnbFrequHi; -- cgit v1.2.3