summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-12-13 15:35:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-12-13 15:35:00 +0100
commitf784d52a3999505204c38d4e14ca5674f8f492e7 (patch)
treed054026c2c5c86a67982578ed345e13be6e5c54c /HISTORY
parentd7d4799236687c5f14c4719c918619d53099081a (diff)
downloadvdr-f784d52a3999505204c38d4e14ca5674f8f492e7.tar.gz
vdr-f784d52a3999505204c38d4e14ca5674f8f492e7.tar.bz2
Fixed recording overlapping timers on the same channel
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index eeec39ab..f7e9814e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1881,3 +1881,6 @@ Video Disk Recorder Revision History
CXX ?= g++
CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
+- Fixed recording overlapping timers on the same channel in case
+ DO_REC_AND_PLAY_ON_PRIMARY_DEVICE and/or DO_MULTIPLE_RECORDINGS is not defined
+ (thanks to Jaakko Hyvätti).