summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-26 12:45:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-26 12:45:46 +0100
commit538a4f767466c0915a09fa4e3af8bc25fa105db5 (patch)
tree6700f337bf8721e79c4f923947bfe214faf865bc /HISTORY
parentdd95f4ed61db236b5135129ca70e1315a89b71ca (diff)
downloadvdr-538a4f767466c0915a09fa4e3af8bc25fa105db5.tar.gz
vdr-538a4f767466c0915a09fa4e3af8bc25fa105db5.tar.bz2
Now checking whether the primary device actually has a decoder before retuning the current channel after a change in its parameters
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 73c35003..b82827c6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7870,7 +7870,7 @@ Video Disk Recorder Revision History
and also to use the correct directory with --edit (the latter reported by Marko
Mäkelä).
-2014-01-25: Version 2.0.6
+2014-01-26: Version 2.0.6
- Updated 'sources.conf' (thanks to Antti Hartikainen).
- cFont::CreateFont() now returns a dummy font in case there are no fonts installed.
@@ -7881,3 +7881,6 @@ Video Disk Recorder Revision History
- Fixed detecting frame borders in MPEG-2 streams that have "bottom fields" or varying
GOP structures (reported by Christian Paulick, with help from Helmut Auer).
- Fixed a wrong alignment in cCiDateTime::SendDateTime().
+- Now checking whether the primary device actually has a decoder before retuning the
+ current channel after a change in its parameters. This fixes broken recordings on
+ the primary device on "headless" systems.