summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-08 14:06:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-08 14:06:21 +0200
commit7f5f26020bcedd5a1fd1ae73b8dcebafe2fb9b39 (patch)
treef17f0870a3c3a4db74def994602e73bd4f697488 /HISTORY
parent1f246351b1f3872edfaa73683fc6755dac1a6bf9 (diff)
downloadvdr-7f5f26020bcedd5a1fd1ae73b8dcebafe2fb9b39.tar.gz
vdr-7f5f26020bcedd5a1fd1ae73b8dcebafe2fb9b39.tar.bz2
Some rearrangements in cDvbPlayer::Action() to avoid lockups on NPTL systems
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4d78bb69..625a9c21 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3474,7 +3474,7 @@ Video Disk Recorder Revision History
- Added a missing cMutexLock to cRemote::HasKeys() (thanks to Wolfgang Rohdewald).
- All log entries regarding timers now contain a short description of the timer.
-2005-05-07: Version 1.3.24
+2005-05-08: Version 1.3.24
- Now including the optional user defined Make.config from the 'libsi' Makefile
(thanks to Ville Skyttä).
@@ -3508,3 +3508,5 @@ Video Disk Recorder Revision History
audio or dolby PID changes.
- Now preferring budget cards when selecting a DVB device for recording.
- Recordings now avoid zero sized video data files (thanks to Wolfgang Fitz).
+- Some rearrangements in cDvbPlayer::Action() to avoid lockups on NPTL systems
+ (thanks to Reinhard Nissl).