summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-02-28 10:06:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-02-28 10:06:47 +0100
commit9c3ce0048a4572e602dc9f23c36940993db4959b (patch)
tree89eaa553944ce36acae3b125de15340bb269dd87 /HISTORY
parent3a3a2339947cb9ca9b319e180e0521079be8551d (diff)
downloadvdr-9c3ce0048a4572e602dc9f23c36940993db4959b.tar.gz
vdr-9c3ce0048a4572e602dc9f23c36940993db4959b.tar.bz2
When remote timers are fetched from a peer VDR, we no longer blindly delete and re-add them, but rather compare them and make only the minimum necessary changes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 468e58ea..cdb632c6 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).
-2018-02-27: Version 2.3.9
+2018-02-28: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9286,3 +9286,5 @@ Video Disk Recorder Revision History
- Moved handling remote timers into cSVDRPClientHandler::ProcessConnections().
- Combined Start/StopSVDRPServer/ClientHandler() into Start/StopSVDRPHandler().
- Updated the Polish OSD texts (thanks to Tomasz Maciej Nowak).
+- When remote timers are fetched from a peer VDR, we no longer blindly delete and re-add
+ them, but rather compare them and make only the minimum necessary changes.