summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7b71a7b7..2ae78f37 100644
--- a/HISTORY
+++ b/HISTORY
@@ -900,3 +900,6 @@ Video Disk Recorder Revision History
subdirectories for the recordings. This can be controlled through the
"RecordingDirs" parameter in the "Setup" menu.
See "MANUAL/Replaying a Recording" for details.
+- Now using a call to the 'ftw()' library function instead of an external 'find'
+ command to collect the recordings (thanks to Emil Naepflein for his hint about
+ this function).