diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-02-25 13:26:17 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-02-25 13:26:17 +0100 |
commit | 6600478675add5e26e8af97c8de8b972a0cc1230 (patch) | |
tree | b4b639951b5b628fa857e650b6976c33ca700a26 /HISTORY | |
parent | bbbc36a1e63b39db9fb985e9b5c5a4a24ea2f4a2 (diff) | |
download | vdr-6600478675add5e26e8af97c8de8b972a0cc1230.tar.gz vdr-6600478675add5e26e8af97c8de8b972a0cc1230.tar.bz2 |
Moved handling remote timers into cSVDRPClientHandler::ProcessConnections()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(). |