summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-04-04 09:52:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-04-04 09:52:15 +0200
commitd5aa5f7294c27ccd4fa516afbc16793965e73e73 (patch)
tree93f2dfe688350c9b44a8dfef857d9ddc664e8af1 /HISTORY
parent0ac4d23cab27ba035ce692bef12961ed35a52766 (diff)
downloadvdr-d5aa5f7294c27ccd4fa516afbc16793965e73e73.tar.gz
vdr-d5aa5f7294c27ccd4fa516afbc16793965e73e73.tar.bz2
The new function cDevice::DeviceType() returns a string identifying the type of the given device
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 2a7396aa..0dfa0c45 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7052,8 +7052,10 @@ Video Disk Recorder Revision History
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
Schmirler).
-2012-04-01: Version 1.7.28
+2012-04-04: 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
at all (reported by Derek Kelly).
+- The new function cDevice::DeviceType() returns a string identifying the type of
+ the given device.