summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-04-10 15:38:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-04-10 15:38:29 +0200
commit0e4b404102b5220b649bf338988378bc6e72eb68 (patch)
treed75f37633871c48b70687fde567608e18078089a /HISTORY
parent89de3b6c01723c3747873feb0c024e170f86c016 (diff)
downloadvdr-0e4b404102b5220b649bf338988378bc6e72eb68.tar.gz
vdr-0e4b404102b5220b649bf338988378bc6e72eb68.tar.bz2
Changed cThread::SetIOPriority() from "best effort class" to "idle class" in order to improve overall performance when an editing process is running
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 228222e6..6d9f786f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7791,7 +7791,7 @@ Video Disk Recorder Revision History
- Added definitions for older DVB API versions, back until 5.0 (based on a patch from
Udo Richter).
-2013-04-09: Version 2.1.1
+2013-04-10: Version 2.1.1
- Fixed initializing cDevice::keepTracks.
- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
@@ -7799,3 +7799,6 @@ Video Disk Recorder Revision History
- Removed all "modified since version 1.6" markers from PLUGINS.html.
- Added definitions for older DVB API versions, back until 5.0 (based on a patch from
Udo Richter).
+- Changed cThread::SetIOPriority() from "best effort class" to "idle class" in order to
+ improve overall performance when an editing process is running (thanks to Jochen
+ Dolze).