summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-04-02 10:06:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-04-02 10:06:31 +0200
commitf39d31631b9a7949a348a61a0d910e47139291ad (patch)
treed2b330eb4ea7e61ca3301f4a38f82e2128e75d92 /HISTORY
parent8d3ae53bcd62ac659c3105b791ead80ed729b317 (diff)
downloadvdr-f39d31631b9a7949a348a61a0d910e47139291ad.tar.gz
vdr-f39d31631b9a7949a348a61a0d910e47139291ad.tar.bz2
The file 'cam.data' is no longer written if it is read-only
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c72cc530..dd2fd0fc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8925,7 +8925,7 @@ Video Disk Recorder Revision History
- Now stopping any ongoing recordings before stopping the plugins, to avoid
a crash when stopping VDR while recording.
-2017-04-01: Version 2.3.4
+2017-04-02: Version 2.3.4
- The functionality of HandleRemoteModifications(), which synchronizes changes to
timers between peer VDR machines, has been moved to timers.[ch] and renamed to
@@ -8937,3 +8937,4 @@ Video Disk Recorder Revision History
"event id" in vdr.5 explicitly mentioned this parameter to be 32 bit in size!
The members of cEvent have been slightly rearranged to minimize the memory
requirements on both 32 and 64 bit systems.
+- The file 'cam.data' is no longer written if it is read-only.