diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-27 14:09:04 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-27 14:09:04 +0100 |
commit | 91774cf074d449681c1430439b8fed63d4dfba4f (patch) | |
tree | 70f1e295840e6ff88159ca1d64e29e6e5d148234 /HISTORY | |
parent | 9d5ce204aafdfdc609138ef9612dc44a81c0794d (diff) | |
download | vdr-91774cf074d449681c1430439b8fed63d4dfba4f.tar.gz vdr-91774cf074d449681c1430439b8fed63d4dfba4f.tar.bz2 |
Fixed a possible crash when moving a recording between different volumes
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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-26: Version 2.3.9 +2017-11-27: Version 2.3.9 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). @@ -9208,3 +9208,5 @@ Video Disk Recorder Revision History - Now calling Hide() and cStatus::MsgReplaying(..., false) from cReplayControl::Stop(), to inform plugins about an ending replay session before the replay control gets destroyed. +- Fixed a possible crash when moving a recording between different volumes (reported by + Matthias Senzel). |