summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-21 09:40:39 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-21 09:40:39 +0200
commit1bce4993838365a839c58ea3c3a9452298c8ba8c (patch)
tree6026b0bb9afe5b28207e9e8ea64012229573405d /HISTORY
parent699c073d8557b2daec5c3b41ff559e91d141c101 (diff)
downloadvdr-1bce4993838365a839c58ea3c3a9452298c8ba8c.tar.gz
vdr-1bce4993838365a839c58ea3c3a9452298c8ba8c.tar.bz2
Added some missing locks when calling functions from cStatus or cSkin*
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c8cf54f3..2f4feb33 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9135,3 +9135,6 @@ Video Disk Recorder Revision History
- Updated links in the INSTALL file (thanks to Chris Mayo).
- Fixed detecting whether a CAM replies to queries, which didn't work on some systems
since the implementation of RI_HOST_CONTROL (reported by Daniel Scheller).
+- Added some missing locks when calling functions from cStatus or cSkin*, and added
+ some text to status.h and skins.h, explaining the locking situation when such
+ functions are called.