summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-22 11:29:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-22 11:29:19 +0200
commita05590796ad98d994eca1b24c69d164d05e34f60 (patch)
tree31bbde818cb3f2571f5503d1fa34c5ac55119841 /HISTORY
parent6b258329131696df045e333886a163d820f2115b (diff)
downloadvdr-a05590796ad98d994eca1b24c69d164d05e34f60.tar.gz
vdr-a05590796ad98d994eca1b24c69d164d05e34f60.tar.bz2
Fixed a possible hangup when ending a replay session while cIndexFile::CatchUp() is waiting
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d0b04d66..de44340d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3551,3 +3551,5 @@ Video Disk Recorder Revision History
- Added cPlayer::DeviceSetVideoDisplayFormat() (thanks to Marco Schlüßler).
- No longer saving the setup in case of a fatal error, to keep the volume level
from being set to a wrong value (thanks to Marco Schlüßler).
+- Fixed a possible hangup when ending a replay session while cIndexFile::CatchUp()
+ is waiting (thanks to Marco Schlüßler).