summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-15 09:37:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-15 09:37:54 +0200
commitfc4bed511d1ab6faedffedd34846198b5955c5fd (patch)
tree8ece0dcfba70cf68535d5c7d555da6931bf7e450 /HISTORY
parentc13d6e6070d895dd33f82e80b5d045cbb417bc6c (diff)
downloadvdr-fc4bed511d1ab6faedffedd34846198b5955c5fd.tar.gz
vdr-fc4bed511d1ab6faedffedd34846198b5955c5fd.tar.bz2
Added a mutex to protect cOsd::Osds from simultaneous access from different threads
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f1af119c..545f9086 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6650,7 +6650,7 @@ Video Disk Recorder Revision History
- Added support for "content identifier descriptor" and "default authority descriptor"
to 'libsi' (thanks to Dave Pickles).
-2011-08-14: Version 1.7.20
+2011-08-15: Version 1.7.20
- Added some missing 'const' to tChannelID (reported by Sundararaj Reel).
- The isnumber() function now checks the given pointer for NULL (thanks to Holger
@@ -6686,3 +6686,5 @@ Video Disk Recorder Revision History
- The pic2mpg script of the 'pictures' plugin now generates HD images (thanks to
Andre Weidemann for his support in using convert/ffmpeg). The old SD version is
still available as pic2mpg-sd.
+- Added a mutex to protect cOsd::Osds from simultaneous access from different threads
+ (reported by Rolf Ahrenberg).