summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-16 11:03:44 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-16 11:03:44 +0100
commitcd125ef4dab79dea218858959f3dbd757f09fcd0 (patch)
tree757c88f631ef89011139a0b7cc46b7f38df843d9 /HISTORY
parentba9651e86348d56f3b7e937652f78fc0fe9e86fa (diff)
downloadvdr-cd125ef4dab79dea218858959f3dbd757f09fcd0.tar.gz
vdr-cd125ef4dab79dea218858959f3dbd757f09fcd0.tar.bz2
Now initializing the isOnVideoDirectoryFileSystem member of cRecording when scanning the video directory
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 53abf68c..b7bdfd62 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7870,7 +7870,7 @@ Video Disk Recorder Revision History
and also to use the correct directory with --edit (the latter reported by Marko
Mäkelä).
-2014-03-11: Version 2.0.6
+2014-03-16: Version 2.0.6
- Updated 'sources.conf' (thanks to Antti Hartikainen).
- cFont::CreateFont() now returns a dummy font in case there are no fonts installed.
@@ -7910,3 +7910,6 @@ Video Disk Recorder Revision History
- The SDT is now only parsed *after* the NIT has been read, and it explicitly uses
the source value derived from the NIT. This should prevent new channels from being
created with the wrong source.
+- Now initializing the isOnVideoDirectoryFileSystem member of cRecording when
+ scanning the video directory, so that it won't cause a delay when opening the menu
+ on a system with a large number of recordings.