summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-03-30 15:25:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-03-30 15:25:20 +0200
commit112bfa589791ab19627a43bed989b1fa2a4667b4 (patch)
tree0750f62dbd44a21a6cd0cae56996700554e4b39e /HISTORY
parentda105e3bdaca4c9edd824dbf66012ff1cc9f20cb (diff)
downloadvdr-112bfa589791ab19627a43bed989b1fa2a4667b4.tar.gz
vdr-112bfa589791ab19627a43bed989b1fa2a4667b4.tar.bz2
The functionality of HandleRemoteModifications() has been moved to timers.[ch]
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 74d22fb8..b142d45c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8924,3 +8924,9 @@ Video Disk Recorder Revision History
reading thread, without additional locking.
- Now stopping any ongoing recordings before stopping the plugins, to avoid
a crash when stopping VDR while recording.
+
+2017-03-30: 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
+ HandleRemoteTimerModifications(). It now also handles deleting remote timers.