diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-30 10:27:24 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-10-30 10:27:24 +0100 |
commit | 3c59953017bada3f3b5ac05dfba602ddb5fe87df (patch) | |
tree | 4ffa66011559ab060957d90a50312484d47d5a59 /HISTORY | |
parent | 64c2b3b0deb0dd5928c247fe6c51c3de3f5bbf80 (diff) | |
download | vdr-3c59953017bada3f3b5ac05dfba602ddb5fe87df.tar.gz vdr-3c59953017bada3f3b5ac05dfba602ddb5fe87df.tar.bz2 |
Added missing mutex locks to cCiMenu::Abort() and cCiEnquiry::Abort()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3886,7 +3886,7 @@ Video Disk Recorder Revision History - The 'sub-title' and 'bottom text' in the CAM menu can now consist of several lines. - Improved the CAM enquiry menu. -2005-10-14: Version 1.3.35 +2005-10-30: Version 1.3.35 - Updated 'sources.conf' (thanks to Philip Prindeville). - Now using daemon() instead of fork() to run VDR in daemon mode (thanks to @@ -3903,3 +3903,5 @@ Video Disk Recorder Revision History (thanks to Peter Bieringer). - Updated the Danish OSD texts (thanks to Mogens Elneff). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). +- Added missing mutex locks to cCiMenu::Abort() and cCiEnquiry::Abort() (reported + by Marco Schlüßler). |