summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-04 09:35:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-04 09:35:18 +0200
commitec47c4f9326505c42af9aa9c02334f219ee7b701 (patch)
treefc8ce0c01d20aaf4882b9581d62a8ec9871a255c /HISTORY
parent25d28e7421b45c174d5ccd45ad0dc57e79c5ba37 (diff)
downloadvdr-ec47c4f9326505c42af9aa9c02334f219ee7b701.tar.gz
vdr-ec47c4f9326505c42af9aa9c02334f219ee7b701.tar.bz2
Fixed the locking sequence when switching between 'Now', 'Next' and 'Schedule' in the Schedules menu2.3.6
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f0b5bb31..32876ee3 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-31: Version 2.3.6
+2017-06-04: Version 2.3.6
- Added backtrace functions for debugging (see cBackTrace in thread.h).
- Added checking the correct sequence of locking global lists (with help and
@@ -9100,3 +9100,5 @@ Video Disk Recorder Revision History
- Fixed a possible crash in case the SVDRP connection to a peer VDR is terminated
while getting remote timers.
- Fixed the locking sequence when creating a new timer from the Schedules menu.
+- Fixed the locking sequence when switching between 'Now', 'Next' and 'Schedule'
+ in the Schedules menu.