summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-27 13:23:06 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-27 13:23:06 +0200
commit17cdf085c70d435532416b5dbd90cb39beae9bac (patch)
tree2851200a8a13a1ec197db6ed9af451806d83254e /HISTORY
parentfd4d1f77f24171df6b4c3ac241c724c753d9abd4 (diff)
downloadvdr-17cdf085c70d435532416b5dbd90cb39beae9bac.tar.gz
vdr-17cdf085c70d435532416b5dbd90cb39beae9bac.tar.bz2
Removed the recursion stuff from cThread (cMutex already does this)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index da54c9a1..27fdea6d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -843,3 +843,4 @@ Video Disk Recorder Revision History
- Updated 'channels.conf' for the "Bundesliga" channels of Premiere World
(thanks to Helmut Schächner).
- Changed the tuning code to use FrontendInfo to detect the type of DVB card.
+- Removed the recursion stuff from cThread (cMutex already does this).