mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
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
This commit is contained in:
6
HISTORY
6
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.
|
||||
|
Reference in New Issue
Block a user