diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-17 10:55:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-17 10:55:42 +0100 |
commit | 1c9cd049b4c3d6e8989b3f3c0312f90f788106c5 (patch) | |
tree | bc487386f1cea3030e24766b49a71042fc9c41b4 /HISTORY | |
parent | ff2f39b440b0f0c2f2bb64ec17583b8c44c51ff9 (diff) | |
download | vdr-1c9cd049b4c3d6e8989b3f3c0312f90f788106c5.tar.gz vdr-1c9cd049b4c3d6e8989b3f3c0312f90f788106c5.tar.bz2 |
Now returning from removing deleted recordings after at most 10 seconds, or if the user presses a remote control key
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7916,10 +7916,13 @@ Video Disk Recorder Revision History - The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and the functional modification to cFont::CreateFont(). -2015-01-13: Version 2.0.7 +2015-01-17: Version 2.0.7 - Fixed a possible division by zero in frame rate detection. - Fixed a bug in the Makefile when installing plugins with LCLBLD=1 (thanks to Stefan Huelswitt). - Fixed jumping to an absolute position via the Red key in case replay was paused (reported by Dieter Ferdinand). +- Now returning from removing deleted recordings after at most 10 seconds, or if the + user presses a remote control key, to keep the system from getting unresponsive + when removing a huge number of files (reported by Dieter Ferdinand). |