summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-01-25 10:52:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-01-25 10:52:43 +0100
commit79dad980cfd29e43ab19ab6264469fc5b49c9dec (patch)
tree9cc9f96c03e58694a50f1557fa0550372e24ab10 /HISTORY
parent01c26a5c6cc16e316fb19c9c47c4318eac47c8f2 (diff)
downloadvdr-79dad980cfd29e43ab19ab6264469fc5b49c9dec.tar.gz
vdr-79dad980cfd29e43ab19ab6264469fc5b49c9dec.tar.bz2
Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly is given
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6ba9cd95..ee6cf6ce 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7534,7 +7534,7 @@ Video Disk Recorder Revision History
- Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings
in case the primary device can't handle the current live signal.
-2013-01-24: Version 1.7.37
+2013-01-25: Version 1.7.37
- Now also using FindHeader() in cMpeg2Fixer::AdjTref() (pointed out by Sören Moch).
- Added missing template for DVBDIR to Make.config.template (reported by Derek Kelly).
@@ -7545,3 +7545,4 @@ Video Disk Recorder Revision History
which resulted in empty lines between scaled subtitles.
- Fixed a leftover line in case a two line subtitle was followed by a one line
subtitle on the dvbhddevice in "high level" OSD mode.
+- Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly is given.