summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-30 13:21:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-30 13:21:23 +0100
commit6e982f765eb538e16cfe2fe0320edbe20073c701 (patch)
treed12d0e22ab05591352b30ba3c6fcdc99c46f851f /HISTORY
parent3c59953017bada3f3b5ac05dfba602ddb5fe87df (diff)
downloadvdr-6e982f765eb538e16cfe2fe0320edbe20073c701.tar.gz
vdr-6e982f765eb538e16cfe2fe0320edbe20073c701.tar.bz2
Fixed lock handling in CAM communication to avoid problems with multiple CAMs per device or CAMs with more than one smart card
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b8111c34..bef49c6b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3905,3 +3905,5 @@ Video Disk Recorder Revision History
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
- Added missing mutex locks to cCiMenu::Abort() and cCiEnquiry::Abort() (reported
by Marco Schlüßler).
+- Fixed lock handling in CAM communication to avoid problems with multiple CAMs
+ per device or CAMs with more than one smart card.