summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-11-27 14:09:04 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-11-27 14:09:04 +0100
commit91774cf074d449681c1430439b8fed63d4dfba4f (patch)
tree70f1e295840e6ff88159ca1d64e29e6e5d148234 /HISTORY
parent9d5ce204aafdfdc609138ef9612dc44a81c0794d (diff)
downloadvdr-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--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4dade437..b266a627 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-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).