VDR version 2.0.3 is now available at
ftp://ftp.tvdr.de/vdr/vdr-2.0.3.tar.bz2
A 'diff' against the previous stable version is available at
ftp://ftp.tvdr.de/vdr/Developer/vdr-2.0.2-2.0.3.diff
MD5 checksums:
dd8fb1642bdfa7feb0e9a8ae41e9ef2f vdr-2.0.3.tar.bz2 77b4785029926e2be2103f9a995ca879 vdr-2.0.2-2.0.3.diff
This version fixes a few minor bugs that came up after the release of version 2.0.2.
The changes since version 2.0.2:
- 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).
Have fun!
Klaus
Sorry, silly copy/paste error...
It's of course a new *stable* version that has been released, not a developer version.
On 01.09.2013 11:31, Klaus Schmidinger wrote:
VDR version 2.0.3 is now available at
ftp://ftp.tvdr.de/vdr/vdr-2.0.3.tar.bz2
A 'diff' against the previous stable version is available at
ftp://ftp.tvdr.de/vdr/Developer/vdr-2.0.2-2.0.3.diff
MD5 checksums:
dd8fb1642bdfa7feb0e9a8ae41e9ef2f vdr-2.0.3.tar.bz2 77b4785029926e2be2103f9a995ca879 vdr-2.0.2-2.0.3.diff
This version fixes a few minor bugs that came up after the release of version 2.0.2.
The changes since version 2.0.2:
- 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).
Have fun!
Klaus
VDR version 2.0.4 is now available at
ftp://ftp.tvdr.de/vdr/vdr-2.0.4.tar.bz2
A 'diff' against the previous version is available at
ftp://ftp.tvdr.de/vdr/Developer/vdr-2.0.3-2.0.4.diff
MD5 checksums:
8effb19fe09eb6c057ce354fe8f6be9f vdr-2.0.4.tar.bz2 9667e098f2cb3016f1005833bb192fa9 vdr-2.0.3-2.0.4.diff
This version fixes a few minor bugs that came up after the release of version 2.0.3.
The changes since version 2.0.3:
- Unified the internal sequence of actions when pressing the Blue and the Back key, respectively, during replay (reported by Thomas Maass). - The Yellow button in the main menu no longer acts as "Pause" if "Pause key handling" is set to "do not pause live video" (suggested by Ulf Kiener). - Fixed writing group separators to channels.conf that contain a comma (reported by Eike Edener). - Now also checking the source (in addition to the transponder) when setting the system time from the TDT, which avoids problems in case devices are tuned to the same transponder on different sources, and these broadcast different time data (reported by Torsten Lang). - Changed cRecorder::Action() to use cTimeMs instead of time() to avoid problems with unjustified "video data stream broken" errors in case the system time is changed while a recording is active (reported by Torsten Lang). - Fixed an inconsistent behavior between opening the Recordings menu manually via the main menu and by pressing the Recordings key. In the latter case it automatically opened all sub folders to position the cursor to the last replayed recording, which is unexpected at this point (reported by Helmut Auer). You can still navigate to the last replayed recording (if any) by pressing Ok repeatedly in the Recordings menu.
Have fun!
Klaus