summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-03-17 10:56:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-03-17 10:56:13 +0100
commit64e8a342810a4ffca18b7de42ababdd4adfeab15 (patch)
treefe3fe03ff1ec88b900532dc9c50e941227aecd36 /HISTORY
parent043929d85037306e5139daa91a1a638d7f444dcf (diff)
downloadvdr-64e8a342810a4ffca18b7de42ababdd4adfeab15.tar.gz
vdr-64e8a342810a4ffca18b7de42ababdd4adfeab15.tar.bz2
Commented out the logging in cMarks::Align()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index cac20fdb..054952fe 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9162,7 +9162,7 @@ Video Disk Recorder Revision History
a subdirectory.
- SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details).
-2018-03-11: Version 2.3.9
+2018-03-17: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9307,3 +9307,6 @@ Video Disk Recorder Revision History
recordings in the video directory (which was introduced in version 2.3.8), because it
triggered re-reading the video directory too fast.
- Improved handling VPS timers to better react to EPG changes during an ongoing recording.
+- Commented out the logging in cMarks::Align(), to avoid log entries in case of editing
+ marks that are not generated by VDR itself, and thus may be a little off (suggested by
+ Jörg Wendel). You can activate this line again for debugging if necessary.