summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-04-11 10:47:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-04-11 10:47:38 +0200
commit7d4907507916b555ae8cdd33f9741ed7ae704ad7 (patch)
tree46945f5026dc298ba053ca78a8efc71612c6453e /HISTORY
parent577d43facf1f1049e5b3ee83fcdea41f61004a6d (diff)
downloadvdr-7d4907507916b555ae8cdd33f9741ed7ae704ad7.tar.gz
vdr-7d4907507916b555ae8cdd33f9741ed7ae704ad7.tar.bz2
Reduced the priority of the "video directory scanner" thread and checking cIoThrottle::Engaged() when it is running
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 13d450d6..e4703349 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8596,7 +8596,7 @@ Video Disk Recorder Revision History
- Bumped all version numbers to 2.2.0.
- Official release.
-2015-03-25: Version 2.3.1
+2015-04-11: Version 2.3.1
- The new function cOsd::MaxPixmapSize() can be called to determine the maximum size
a cPixmap may have on the current OSD. The 'osddemo' example has been modified
@@ -8620,3 +8620,5 @@ Video Disk Recorder Revision History
(suggested by Thomas Reufer).
- Improved syncing on sections when parsing the NIT and SDT.
- Fixed scaling subtitles (their areas could sometimes extend outside the actual OSD).
+- Reduced the priority of the "video directory scanner" thread (suggested by Thomas
+ Reufer) and checking cIoThrottle::Engaged() when it is running.