diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-05-05 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-05-05 18:00:00 +0200 |
commit | f2a4e5438d0fa75c82a46af864abd63d293ec339 (patch) | |
tree | d099c69f678fd4454ba0b8657d18c2a64564b2dd /config.h | |
parent | cfac68ee8458c6b51e638dd787d931bd5baad57a (diff) | |
download | vdr-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.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |