summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-05-21 13:40:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-05-21 13:40:47 +0200
commit8cb8e6333a4663c90ab55015bbf7ad1ebe04def9 (patch)
tree554dbb05ffb5dbe8e32657bdf2002ea945e752fc /HISTORY
parent299335153644eb24276724cd2e9f4234ee77cdca (diff)
downloadvdr-8cb8e6333a4663c90ab55015bbf7ad1ebe04def9.tar.gz
vdr-8cb8e6333a4663c90ab55015bbf7ad1ebe04def9.tar.bz2
The primary device is now only avoided for recording if it is an old SD full featured card
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e72cda8a..5d9796cf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6618,3 +6618,5 @@ Video Disk Recorder Revision History
are not dependent on the sequence of the files.
Plugin authors may want to change the line containing the xgettext call in their
Makefile accordingly by changing "$^" to "`ls $^`".
+- The primary device is now only avoided for recording if it is an old SD full
+ featured card. This is done through the new function cDevice::AvoidRecording().