summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-18 12:14:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-18 12:14:11 +0100
commit78990eb18811079d78cbe6ffe24fd5b750a22eac (patch)
tree2e6dc79074762f9e1ec3624f5ab14ca277f61ce1 /HISTORY
parent579719a7f24079bc36939c6b7757030b7299ba29 (diff)
downloadvdr-78990eb18811079d78cbe6ffe24fd5b750a22eac.tar.gz
vdr-78990eb18811079d78cbe6ffe24fd5b750a22eac.tar.bz2
Now avoiding unnecessary disk access when checking if there are deleted recordings that need to be removed; fixed handling the DELETEDLIFETIME
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b89584f8..79b8e848 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3979,3 +3979,8 @@ Video Disk Recorder Revision History
- When displaying the amount of free disk space, the space consumed by
recordings that have been "deleted" but not yet actually "removed" is now
taken into account (suggested by Christian Vogt).
+- Now avoiding unnecessary disk access when checking if there are deleted
+ recordings that need to be removed (reported by Carsten Koch).
+- Fixed handling the DELETEDLIFETIME when removing deleted recordings. Now
+ a deleted recording is retained at least DELETEDLIFETIME seconds before
+ actually removing it (unless a new recording requires the disk space).