summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-05-11 11:08:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-05-11 11:08:38 +0200
commit2193ea32f62c4394be13e2950896f49e01e1d14f (patch)
treed6eb101c3b0e8b841b385b90f1152977c8671c86 /HISTORY
parent0b4069c91f5bcc29a4ca81356d12db4e71ec1f7a (diff)
downloadvdr-2193ea32f62c4394be13e2950896f49e01e1d14f.tar.gz
vdr-2193ea32f62c4394be13e2950896f49e01e1d14f.tar.bz2
Making sure setup strings don't contain any newline characters
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d63cc763..c6cc3fad 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-05-08: Version 1.7.28
+2012-05-11: 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
@@ -7102,3 +7102,5 @@ Video Disk Recorder Revision History
- Removed the "bondedMasterFailed" mechanism from cDvbTuner, because it caused
problems with the EPG scan in case a transponder is not receivable in a setup with
bonded devices (reported by Michael Schneider).
+- Making sure setup strings don't contain any newline characters (thanks to Joachim
+ Wilke).