summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-04-07 14:41:39 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-04-07 14:41:39 +0200
commitc24a89156857e91787e8a1ccaaffc085de41ae04 (patch)
treeeb26767d0751f28c13357a755d34dd8699157f15 /HISTORY
parent4e8dedb7ad04f1e95d718be803c60af5eb329b69 (diff)
downloadvdr-c24a89156857e91787e8a1ccaaffc085de41ae04.tar.gz
vdr-c24a89156857e91787e8a1ccaaffc085de41ae04.tar.bz2
Fixed EPG scan on systems with only a single DVB device that use software output
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e4ddf093..e5e33e44 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-06: Version 1.7.28
+2012-04-07: 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
@@ -7062,3 +7062,5 @@ Video Disk Recorder Revision History
- Now limiting the number of characters of a channel's (short) name to 16 in the
schedules menus, to keep that column from getting overly wide in case there is
a channel with a very long name that has no short name.
+- Fixed EPG scan on systems with only a single DVB device that use software output
+ (reported by Juergen Lock).