summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-05-06 11:04:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-05-06 11:04:07 +0200
commit353233a27e57c6f1b5ac13bac95b191a2b5f556b (patch)
tree36b15c5638da56184dd93985051c0589a57b9a1a /HISTORY
parent97e242d1b54e0bfac3455ddeded37136156fea36 (diff)
downloadvdr-353233a27e57c6f1b5ac13bac95b191a2b5f556b.tar.gz
vdr-353233a27e57c6f1b5ac13bac95b191a2b5f556b.tar.bz2
Fixed a possible high CPU load when pausing replay
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ad22d611..b494fd05 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7052,7 +7052,7 @@ Video Disk Recorder Revision History
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
Schmirler).
-2012-04-28: Version 1.7.28
+2012-05-06: Version 1.7.28
- Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4.
- Fixed getting the maximum short channel name length in case there are no short names
@@ -7093,3 +7093,4 @@ Video Disk Recorder Revision History
true to get the current player control even if it is hidden.
- The new functions cControl::GetRecording() and cControl::GetHeader() can be used
to retrieve information about what the current player is playing.
+- Fixed a possible high CPU load when pausing replay (thanks to Reinhard Nissl).