summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-02-25 13:26:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-02-25 13:26:17 +0100
commit6600478675add5e26e8af97c8de8b972a0cc1230 (patch)
treeb4b639951b5b628fa857e650b6976c33ca700a26 /HISTORY
parentbbbc36a1e63b39db9fb985e9b5c5a4a24ea2f4a2 (diff)
downloadvdr-6600478675add5e26e8af97c8de8b972a0cc1230.tar.gz
vdr-6600478675add5e26e8af97c8de8b972a0cc1230.tar.bz2
Moved handling remote timers into cSVDRPClientHandler::ProcessConnections()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index fec7d18e..2721c151 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-20: Version 2.3.9
+2018-02-25: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9283,3 +9283,4 @@ Video Disk Recorder Revision History
SVDRP command CONN instead of using the UDP port with the server's address.
This change requires that all VDRs that shall take part in a peer-to-peer network need
to be updated to this version.
+- Moved handling remote timers into cSVDRPClientHandler::ProcessConnections().