summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-31 14:06:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-31 14:06:07 +0200
commitbae02358a3a0f697bb10fe67bfc6ea183e36679b (patch)
treef64b2d2a77b18fa729421576bc0a39b667f1e2ee /HISTORY
parentf97a59597f53e2a207b624ab32f491131253987c (diff)
downloadvdr-bae02358a3a0f697bb10fe67bfc6ea183e36679b.tar.gz
vdr-bae02358a3a0f697bb10fe67bfc6ea183e36679b.tar.bz2
Fixed a possible crash in case the SVDRP connection to a peer VDR is terminated while getting remote timers
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 55c8909b..5b4c1a9d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9056,7 +9056,7 @@ Video Disk Recorder Revision History
- Fixed detecting the inclusion of STL header files in tools.h (thanks to Jasmin
Jessich).
-2017-05-30: Version 2.3.6
+2017-05-31: Version 2.3.6
- Added debug output for checking the correct sequence of locking global lists
(with help and suggestions from Jasmin Jessich). To activate this, define the
@@ -9087,3 +9087,5 @@ Video Disk Recorder Revision History
- Now using a separate mutex to fix the race between SVDRP CHAN and
cDevice::HasProgramme(), because the previous fix caused a deadlock (reported by
Derek Kelly).
+- Fixed a possible crash in case the SVDRP connection to a peer VDR is terminated
+ while getting remote timers.