summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-20 13:01:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-20 13:01:34 +0200
commit0b9870959beb7ae6a063f73fd5fada8f1faefadb (patch)
treecc74b43431d8694df490b525e9dc79ddaff7fcb2 /HISTORY
parent4100b47b370d10caa28d9823cd70f77a34004459 (diff)
downloadvdr-0b9870959beb7ae6a063f73fd5fada8f1faefadb.tar.gz
vdr-0b9870959beb7ae6a063f73fd5fada8f1faefadb.tar.bz2
Fixed handling remote timers
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0ba94002..a38e941b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8991,7 +8991,7 @@ Video Disk Recorder Revision History
current channel is listed.
- Fixed a possible crash when pulling the CAM while decrypting a channel with MTD.
-2017-05-18: Version 2.3.5
+2017-05-20: Version 2.3.5
- CAMs are now sent a generated EIT packet that contains a single 'present event' for
the current SID, in order to avoid any parental rating dialogs.
@@ -9030,3 +9030,8 @@ Video Disk Recorder Revision History
Spingler).
- Reduced the time before a CAM is marked as known to decrypt a particular channel to
3 seconds.
+- When the connection to a peer VDR is terminated, any remote timers of that peer
+ are no longer shown on the local VDR.
+- No longer setting a new timer's remote host name if "SVDRP peering" is turned off.
+- Fixed a double deletion of a cTimer in case HandleRemoteModifications() returned
+ false (thanks to Johann Friedrichs).