Fixed a deadlock when moving a folder containing several recordings between different volumes

This commit is contained in:
Klaus Schmidinger
2017-12-04 13:07:39 +01:00
parent b5d8f68b87
commit b96277e28a
3 changed files with 14 additions and 8 deletions

View File

@@ -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-11-29: Version 2.3.9
2017-12-04: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9213,3 +9213,5 @@ Video Disk Recorder Revision History
- Fixed positioning the cursor in the Recordings menu when moving a recording between
different volumes.
- Added a note to PLUGINS.html about writing log messages in English.
- Fixed a deadlock when moving a folder containing several recordings between
different volumes (reported by Matthias Senzel).