diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-10-17 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-10-17 18:00:00 +0200 |
commit | 162ed534b0cb1ffc481ac5a1b7eb4a2e3418aa4b (patch) | |
tree | c34450962f2b0ff9427e084d07bc742f21a54f76 /HISTORY | |
parent | 59c9f24fbe2e9d78139c578dd8ce9da81ab1ca94 (diff) | |
download | vdr-patch-lnbsharing-162ed534b0cb1ffc481ac5a1b7eb4a2e3418aa4b.tar.gz vdr-patch-lnbsharing-162ed534b0cb1ffc481ac5a1b7eb4a2e3418aa4b.tar.bz2 |
Version 1.2.6pre1vdr-1.2.6pre1
- Updated the required driver version in INSTALL (thanks to Jens Groth for
reporting this one).
- Fixed missing channel info after an incomplete channel group switch (thanks
to Andreas Trauer).
- Fixed handling a channels.conf that contains a ":@nnn" line as its last entry
(thanks to Ralf Klueber).
- Fixed detecting the /dev/videoN devices for GRAB in case there are others
before the DVB devices (thanks to Andreas Kool).
- Updated 'channels.conf.terr' for Berlin (thanks to Markus Hardt).
- Fixed handling rc key learning in case cRemote::Initialize() returns 'false'
(thanks to Oliver Endriss).
- Fixed initializing the highlight area in cDvbSpuDecoder (thanks to Sven Goethel).
- Now trying to get a timer's channel without RID when loading 'timers.conf'
(thanks to Thomas Rausch).
- Removed the unused 0x73 (TOT) filter in eit.c (thanks to Andreas Trauer).
- Fixed extracting the ES data in cDvbDevice::StillPicture() (thanks to Stefan
Huelswitt).
- Added MPEG1 handling to cDvbDevice::StillPicture() (thanks to Thomas
Heiligenmann).
- Changed the default "Lifetime" to 99, which means that recordings will
never be deleted automatically in case the disk runs full (suggested by
Oliver Endriss). Note that in an existing VDR installation the current
value as set in 'setup.conf' will still be used - this change only affects
new VDR installations.
- Edited recordings will now never be deleted automatically if the disk runs
full (suggested by Emil Naepflein).
- Channel IDs are now checked when reading 'channels.conf' to avoid later
problems with timers.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 33 |
1 files changed, 32 insertions, 1 deletions
@@ -2280,7 +2280,7 @@ Video Disk Recorder Revision History - Fixed a possible crash in case a VFAT file system is used without compiling VDR with VFAT=1 (thanks to Ernst Fürst for reporting this one). - Now the program uses the values of VIDEODIR and PLUGINDIR defined in Makefile - or Makefile.config as defaults (thanks to Steffen Barszus). + or Make.config as defaults (thanks to Steffen Barszus). - Added the usual menu timeout to the CAM menus. 2003-08-17: Version 1.2.3 (not officially released) @@ -2402,3 +2402,34 @@ Video Disk Recorder Revision History 2003-09-17: Version 1.2.5 - Updated 'channels.conf.cable' (thanks to Stefan Hußfeldt). + +2003-10-17: Version 1.2.6pre1 + +- Updated the required driver version in INSTALL (thanks to Jens Groth for + reporting this one). +- Fixed missing channel info after an incomplete channel group switch (thanks + to Andreas Trauer). +- Fixed handling a channels.conf that contains a ":@nnn" line as its last entry + (thanks to Ralf Klueber). +- Fixed detecting the /dev/videoN devices for GRAB in case there are others + before the DVB devices (thanks to Andreas Kool). +- Updated 'channels.conf.terr' for Berlin (thanks to Markus Hardt). +- Fixed handling rc key learning in case cRemote::Initialize() returns 'false' + (thanks to Oliver Endriss). +- Fixed initializing the highlight area in cDvbSpuDecoder (thanks to Sven Goethel). +- Now trying to get a timer's channel without RID when loading 'timers.conf' + (thanks to Thomas Rausch). +- Removed the unused 0x73 (TOT) filter in eit.c (thanks to Andreas Trauer). +- Fixed extracting the ES data in cDvbDevice::StillPicture() (thanks to Stefan + Huelswitt). +- Added MPEG1 handling to cDvbDevice::StillPicture() (thanks to Thomas + Heiligenmann). +- Changed the default "Lifetime" to 99, which means that recordings will + never be deleted automatically in case the disk runs full (suggested by + Oliver Endriss). Note that in an existing VDR installation the current + value as set in 'setup.conf' will still be used - this change only affects + new VDR installations. +- Edited recordings will now never be deleted automatically if the disk runs + full (suggested by Emil Naepflein). +- Channel IDs are now checked when reading 'channels.conf' to avoid later + problems with timers. |