summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-03 11:46:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-03 11:46:57 +0100
commita9eed7bb7c6e5d92fe9be1d4aa090d17e971ab75 (patch)
tree75a7f9c92e8efc4531c33964b9e3d4a15ee44b04 /HISTORY
parentf00372190d4b101a6dbf8b964fa0885908d2a9c9 (diff)
downloadvdr-a9eed7bb7c6e5d92fe9be1d4aa090d17e971ab75.tar.gz
vdr-a9eed7bb7c6e5d92fe9be1d4aa090d17e971ab75.tar.bz2
Added cTimer::SetPriority() to set a timer's priority
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6d47feb3..f7ee13a6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4071,3 +4071,4 @@ Video Disk Recorder Revision History
Patrick Fischer).
- Fixed setting the main thread id if VDR is running as a daemon.
- Fixed handling TS packets in cTS2PES (thanks to Reinhard Nissl).
+- Added cTimer::SetPriority() to set a timer's priority (suggested by Kendy Kutzner).