summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-02-05 15:18:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-02-05 15:18:19 +0100
commit015b269c21fa5ffd6923db3ea5a7a293106338e0 (patch)
tree8686a7582a0865a7e2439fa473fe7e2f17c06699 /HISTORY
parent802544662dc969f46b4863006c35fb498c3d6689 (diff)
downloadvdr-015b269c21fa5ffd6923db3ea5a7a293106338e0.tar.gz
vdr-015b269c21fa5ffd6923db3ea5a7a293106338e0.tar.bz2
Making sure cSVDRPClient::Process() reads the entire reply once it started reading, even if no Response parameter is given
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1d9b6ef8..cdb2d19f 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-03: Version 2.3.9
+2018-02-05: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9257,3 +9257,5 @@ Video Disk Recorder Revision History
- The Perl script 'peerdemo' shows how one can find all the VDRs in the local network
using the peer connection mechanism.
- Added the UPDATE-2.4.0 file.
+- Making sure cSVDRPClient::Process() reads the entire reply once it started reading,
+ even if no Response parameter is given.