summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2002-05-05 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2002-05-05 18:00:00 +0200
commitf2a4e5438d0fa75c82a46af864abd63d293ec339 (patch)
treed099c69f678fd4454ba0b8657d18c2a64564b2dd /config.h
parentcfac68ee8458c6b51e638dd787d931bd5baad57a (diff)
downloadvdr-patch-lnbsharing-f2a4e5438d0fa75c82a46af864abd63d293ec339.tar.gz
vdr-patch-lnbsharing-f2a4e5438d0fa75c82a46af864abd63d293ec339.tar.bz2
Version 1.0.2vdr-1.0.2
- Now taking an active video cutting process into account when doing shutdown or housekeeping (thanks to Stefan Huelswitt). - The default duration of an instant recording has been increased to 3 hours and is now configurable in the "Setup/Recording" menu. - Added Greek language texts (thanks to Dimitrios Dimitrakos). - Fixed the unit of the "SVDRP timeout" setup parameter (thanks to Marcus Kuba for reporting this one). - Fixed a crash on systems with disks that have a block size larger than 1MB (thanks to Ulrich Petri for helping to debug this one). - Updated 'channels.conf' for the new PW settings (thanks to Andreas Share, Carsten Koch, Gerald Raaf and Mel Schächner). Note that all channels with numbers over 50 may have moved, so you should carefully check any timers you have set! - Updated 'channels.conf.cable' for the new PW settings (thanks to Oliver Lorei Stephan Schreiber and Uwe Scheffler). Note that all channels may have moved, so you should carefully check any timers you have set! For future updates of this file somebody with digital cable should take the role of the "maintainer" and send me updated versions based on the file that comes with the most recent version of VDR. I will then simply replace the entire file 'channels.conf.cable' whenever a new version is sent to me. - Fixed skipping forward in time shift mode near the end of the recording (thanks to Andreas Böttger for reporting this one).
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
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;