summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-07-14 14:35:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-07-14 14:35:16 +0200
commit9b94097931e55794de02a6abc4d0defef82427b0 (patch)
treed2554cbc33ffb37a89c5f51e02c7df2dcb88e1f0 /HISTORY
parent17699edebbb2a123044ce30775eaf984ef9f7bd9 (diff)
downloadvdr-9b94097931e55794de02a6abc4d0defef82427b0.tar.gz
vdr-9b94097931e55794de02a6abc4d0defef82427b0.tar.bz2
Fixed a possible race condition in the cDvbPlayer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1d95e933..0b735639 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1375,3 +1375,5 @@ Video Disk Recorder Revision History
provide a name to simply use a string that describes the player type (like, e.g.,
"DVD").
- Fixed a hangup when switching to the next file during replay.
+- Fixed a possible race condition in the cDvbPlayer (thanks to Andreas Schultz
+ for pointing out this one).