summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-16 13:38:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-16 13:38:22 +0100
commit741400fa666f9754337652c624e95aa6bdfaf98c (patch)
tree3d6d49358106e9a3f4abe9af6016376bac3a928e /HISTORY
parent47d6f9d18711c6388e93b23bc8d9ac82b3e7adbf (diff)
downloadvdr-741400fa666f9754337652c624e95aa6bdfaf98c.tar.gz
vdr-741400fa666f9754337652c624e95aa6bdfaf98c.tar.bz2
Fixed handling recordings on other file systems than the video directory
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6c146150..e4494700 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5579,7 +5579,7 @@ Video Disk Recorder Revision History
is not available, in order to allow staying on an encrypted channel that takes
a while for the CAM to start decrypting.
-2008-02-10: Version 1.5.15
+2008-02-16: Version 1.5.15
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Added option -i to the pictures plugin's pic2mpg to ignore unknown file types.
@@ -5624,3 +5624,10 @@ Video Disk Recorder Revision History
stopped immediately (thanks to Mikko Matilainen for reporting a possible crash
if the Info key is pressed after deleting the currently replayed recording).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
+- When determining the amount of free disk space, any deleted (but not yet removed)
+ recordings on different file systems (that are mounted under the video directory)
+ are no longer taken into account.
+- When running out of disk space during a recording, only such deleted or old
+ recordings are removed, that actually are on the video directory file system(s).
+ This prevents VDR from accidentally deleting recordings on other file systems,
+ which would not add any free space to the video directory.