summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-10 12:52:14 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-10 12:52:14 +0100
commit5a44b8b801493cc7ed474309076d8cd9296ba59f (patch)
treeedb8957ed0292a314829bddf01b92748f0d56a6c /HISTORY
parent47ea5cb1d0e3fa241e9676511ee197d1428bf349 (diff)
downloadvdr-5a44b8b801493cc7ed474309076d8cd9296ba59f.tar.gz
vdr-5a44b8b801493cc7ed474309076d8cd9296ba59f.tar.bz2
Running the thread that removes deleted recordings at a low priority
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index cacaf82d..ad703239 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-09: Version 1.5.15
+2008-02-10: 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.
@@ -5611,3 +5611,5 @@ Video Disk Recorder Revision History
it applies to non-VPS recordings as well.
- Fixed a loss of a timer's 'recording' flag after modifying it via MODT.
- Fixed detecting directories in cFileNameList::Load().
+- Running the thread that removes deleted recordings at a low priority to (maybe)
+ avoid stuttering replay in case the thread is run during replay.