summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-30 10:27:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-30 10:27:24 +0100
commit3c59953017bada3f3b5ac05dfba602ddb5fe87df (patch)
tree4ffa66011559ab060957d90a50312484d47d5a59 /HISTORY
parent64c2b3b0deb0dd5928c247fe6c51c3de3f5bbf80 (diff)
downloadvdr-3c59953017bada3f3b5ac05dfba602ddb5fe87df.tar.gz
vdr-3c59953017bada3f3b5ac05dfba602ddb5fe87df.tar.bz2
Added missing mutex locks to cCiMenu::Abort() and cCiEnquiry::Abort()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e976868d..b8111c34 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).