diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-09-03 11:09:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-09-03 11:09:17 +0200 |
commit | d6c10fec7bc0a527baee8dbe59d7fef1e994ebfb (patch) | |
tree | c29c7e4a6e2c92b1c9c2051f34c914b90b8afcf9 | |
parent | f34be6f5f00f819b639ab3a7c1e0e73d7591ae97 (diff) | |
download | vdr-d6c10fec7bc0a527baee8dbe59d7fef1e994ebfb.tar.gz vdr-d6c10fec7bc0a527baee8dbe59d7fef1e994ebfb.tar.bz2 |
Added entries for version 2.0.3
-rw-r--r-- | HISTORY | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -7901,6 +7901,25 @@ Video Disk Recorder Revision History 1TB (or larger) disks and use them as a RAID-1 (mirrored). That way, if one disk fails, you can replace it without data loss. +2013-09-01: Version 2.0.3 + +- Fixed asserting free disk space in the cutter. +- No longer trying to delete old recordings in AssertFreeDiskSpace() if the given + Priority is less than 1. +- Fixed handling LIRC events in case repeated events are lost. +- Fixed a possible crash when shutting down VDR while subtitles are being displayed + (reported by Ville Skyttä). +- cDevice::IsPrimaryDevice() now also checks whether the primary device actually has + a decoder and returns false otherwise. This should improve device allocation on + systems that are only used as a receiver and don't actually display anything. +- Increased the value of MAXRETRIES to 20 to reduce the probability of disturbances + in transfer mode. +- All bonded devices (except for the master) now turn off their LNB power completely + to avoid problems when receiving vertically polarized transponders (suggested by + Manfred Völkel and Oliver Endriss). +- Fixed cleaning up old EPG events in case no epg data file is given (reported by + Dave Pickles). + 2013-08-31: Version 2.1.2 - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). |