summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-03-08 17:03:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-03-08 17:03:51 +0100
commit1275de1b07f8182d2a1b4008cc6cfd2b9c34117c (patch)
tree66bb74a611db56cf72bf8c3f5cb21f817e84b3db /HISTORY
parent746ce7d4067fc5f31c6e540e4179583f7713ba58 (diff)
downloadvdr-1275de1b07f8182d2a1b4008cc6cfd2b9c34117c.tar.gz
vdr-1275de1b07f8182d2a1b4008cc6cfd2b9c34117c.tar.bz2
Now writing the info file before attaching the recorder to the device, to make sure it is present when the recorder needs to update the fps value
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index babf8135..43a96c1c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9300,3 +9300,5 @@ Video Disk Recorder Revision History
all remote VDRs.
- Fixed removing a cStateKey from a cStateLock (setting StateKey.stateLock = NULL was
done too late, after the lock had already been released).
+- Now writing the info file before attaching the recorder to the device, to make sure it
+ is present when the recorder needs to update the fps value.