diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2016-12-13 13:54:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2016-12-13 13:54:00 +0100 |
commit | 08066065e316682da10249b4edcc19b7d5226e59 (patch) | |
tree | 56cd6e0d9a9e720ff0e301cd98d3e5781f7b55db /HISTORY | |
parent | a9bd3ca0dc06c9a6439f5e484e137fc6aa50b4bc (diff) | |
download | vdr-08066065e316682da10249b4edcc19b7d5226e59.tar.gz vdr-08066065e316682da10249b4edcc19b7d5226e59.tar.bz2 |
Fixed a crash when moving a recording to a folder on a different volume
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8828,7 +8828,7 @@ Video Disk Recorder Revision History - Empty adaptation field TS packets are now skipped when recording (thanks to Christopher Reimer, based on the "AFFcleaner" by Stefan Pöschel). -2016-12-11: Version 2.3.2 +2016-12-13: Version 2.3.2 - Fixed a crash when deleting a recording (reported by Oliver Endriss). - Fixed an overflow of PIDs in a receiver (thanks to Robert Hannebauer). @@ -8847,3 +8847,7 @@ Video Disk Recorder Revision History - Fixed setting the current item and counter values in the Recordings menu after deleting the last recording in a subfolder. - Fixed a crash when deleting a recording that is currently being replayed. +- Fixed a crash when moving a recording to a folder on a different volume. + The cRecordingsHandler now performs its actual operations in a separate thread, + thus avoiding locking problems and reducing the time between subsequent + operations. |