diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-23 09:03:19 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-23 09:03:19 +0200 |
commit | 56117751a86636c9df5059dbecc296006b093f25 (patch) | |
tree | 704f25ae854598ff5610c98d5493c3bc45f83d47 /HISTORY | |
parent | 1bce4993838365a839c58ea3c3a9452298c8ba8c (diff) | |
download | vdr-56117751a86636c9df5059dbecc296006b093f25.tar.gz vdr-56117751a86636c9df5059dbecc296006b093f25.tar.bz2 |
Fixed a possible crash in cStateLockLog
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9130,7 +9130,7 @@ Video Disk Recorder Revision History before including tools.h in case some plugin needs to use the STL and gets error messages regarding one of the template functions defined in tools.h. -2017-06-19: Version 2.3.8 +2017-06-23: Version 2.3.8 - 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 @@ -9138,3 +9138,4 @@ Video Disk Recorder Revision History - 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. +- Fixed a possible crash in cStateLockLog. |