summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-02-20 13:28:04 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-02-20 13:28:04 +0100
commit361d6426604505615ae94944a78a0126712b28cd (patch)
tree688746c09a016913627c480f073c485173c5c401 /HISTORY
parenta72806a0ba6985ad2f92b7ee8bc4d208fb405d4f (diff)
downloadvdr-361d6426604505615ae94944a78a0126712b28cd.tar.gz
vdr-361d6426604505615ae94944a78a0126712b28cd.tar.bz2
Initiating the client side of a peer-to-peer SVDRP connection is now done with the new SVDRP command CONN instead of using the UDP port with the server's address
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index fa2baf5d..fec7d18e 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-15: Version 2.3.9
+2018-02-20: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9279,3 +9279,7 @@ Video Disk Recorder Revision History
improved logging and debug output.
- Fixed case inconsistency with SVDRPDefaultHost in config.c.
- Added a section about the '.sort' file to vdr.5.
+- Initiating the client side of a peer-to-peer SVDRP connection is now done with the new
+ 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.