summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-03-31 15:24:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-03-31 15:24:35 +0200
commitd6f57259fa570f706fc412f9c0de925097edda09 (patch)
tree8360391abd7ee8a3abfc531f24f84bcb67b03345 /HISTORY
parent112bfa589791ab19627a43bed989b1fa2a4667b4 (diff)
downloadvdr-d6f57259fa570f706fc412f9c0de925097edda09.tar.gz
vdr-d6f57259fa570f706fc412f9c0de925097edda09.tar.bz2
The function cEpgHandlers::BeginSegmentTransfer() is now boolean
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b142d45c..6af603f5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8925,8 +8925,10 @@ Video Disk Recorder Revision History
- 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
+2017-03-31: 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.
+- The function cEpgHandlers::BeginSegmentTransfer() is now boolean (thanks to
+ Jörg Wendel). See the description in epg.h for the meaning of the return value.