summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-04-24 09:25:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-04-24 09:25:29 +0200
commit3d63936a36c91592e46eeab8bc679f2b4ddd8d1f (patch)
tree6be875c9392cecc77a390237ceec6e9737f8fcba /HISTORY
parent2e9060d549f41822f996b40deeccd8713c24acf9 (diff)
downloadvdr-3d63936a36c91592e46eeab8bc679f2b4ddd8d1f.tar.gz
vdr-3d63936a36c91592e46eeab8bc679f2b4ddd8d1f.tar.bz2
Fixed a possible crash when pulling the CAM while decrypting a channel with MTD
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 11c75fc0..d4c95ce2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8925,7 +8925,7 @@ Video Disk Recorder Revision History
- Now stopping any ongoing recordings before stopping the plugins, to avoid
a crash when stopping VDR while recording.
-2017-04-22: Version 2.3.4
+2017-04-24: Version 2.3.4
- The functionality of HandleRemoteModifications(), which synchronizes changes to
timers between peer VDR machines, has been moved to timers.[ch] and renamed to
@@ -8989,3 +8989,4 @@ Video Disk Recorder Revision History
':ids' is given (suggested by Dietmar Spingler).
- If 0 is given as the channel number in the SVDRP command LSTC, the data of the
current channel is listed.
+- Fixed a possible crash when pulling the CAM while decrypting a channel with MTD.