summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-16 15:59:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-16 15:59:47 +0100
commitc7ce1c37e34bce2b945fb484e3f20fcec1fac19c (patch)
tree24d5ee9aaee513f2a21c2463acffaae7fbbc52d5 /HISTORY
parent036c29246073c5384f4fa4457da3cb5ea326b25e (diff)
downloadvdr-c7ce1c37e34bce2b945fb484e3f20fcec1fac19c.tar.gz
vdr-c7ce1c37e34bce2b945fb484e3f20fcec1fac19c.tar.bz2
Fixed removing deleted recordings in case there is a problem
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5b1b86b4..58756a34 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5931,3 +5931,7 @@ Video Disk Recorder Revision History
- Added clearing the TS buffers in cDevice::Detach() (thanks to Marco Schlüßler).
- Fixed incrementing the continuity counter in cPatPmtGenerator::GetPmt() (thanks
to Johann Friedrichs).
+- Fixed removing deleted recordings in case there is a problem. Once a recording
+ caused a problem with removing, no others were removed any more and an ongoing
+ recording could fill up the disk and cause other recordings to be deleted
+ automatically (reported by Reinhard Nissl).