summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-04-19 12:40:04 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-04-19 12:40:04 +0200
commit8ec5c0d9268a5f1194d7aea704f289a0e1004af1 (patch)
tree9fe76ed4b3bc60583b61c5602063efc2130e5495 /HISTORY
parent849ec98c3da5a63a2003a515c35aaaf83caf238f (diff)
downloadvdr-8ec5c0d9268a5f1194d7aea704f289a0e1004af1.tar.gz
vdr-8ec5c0d9268a5f1194d7aea704f289a0e1004af1.tar.bz2
Improved thread locking in the ring buffer to avoid possible race conditions under heavy load
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e2d69225..49d94a05 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1191,7 +1191,7 @@ Video Disk Recorder Revision History
same name was manually deleted on a system with more than one video directory
(thanks to Dirk Wiebel for reporting this one).
-2002-04-13: Version 1.0.1
+2002-04-19: Version 1.0.1
- Added some DVB-T channels for Berlin (Germany) to channels.conf.terr (thanks to
Andreas Roedl).
@@ -1204,3 +1204,5 @@ Video Disk Recorder Revision History
any timers referencing a channel with a number higher than 102 should be
checked and adapted if necessary (this only applies if you are using the default
'channels.conf').
+- Improved thread locking in the ring buffer to avoid possible race conditions
+ under heavy load (thanks to Werner Fink).