summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-10-31 09:47:14 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-10-31 09:47:14 +0100
commit19275aa8bbc3407406d473debf316d0dbe6f45e3 (patch)
tree93328431f7d1aaff7a1665091c93ebe858a4ebb0 /HISTORY
parent7bbbfb0dee56942458968e538830a3e5ec785bb5 (diff)
downloadvdr-19275aa8bbc3407406d473debf316d0dbe6f45e3.tar.gz
vdr-19275aa8bbc3407406d473debf316d0dbe6f45e3.tar.bz2
Fixed an invalid lock sequence when trying to remove a deleted recording in case of low disk space; now making sure that AssertFreeDiskSpace() is called with the maximum timer priority in case there are several timers recording with different priorities
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 823fc060..472526a8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9162,7 +9162,7 @@ Video Disk Recorder Revision History
a subdirectory.
- SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details).
-2017-10-11: Version 2.3.9
+2017-10-31: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9170,3 +9170,7 @@ Video Disk Recorder Revision History
helping to debug this one).
- Fixed handling VPS events outside the LingerLimit, which could cause recordings to
stop prematurely (thanks to Johann Friedrichs).
+- Fixed an invalid lock sequence when trying to remove a deleted recording in case
+ of low disk space.
+- Now making sure that AssertFreeDiskSpace() is called with the maximum timer
+ priority in case there are several timers recording with different priorities.