diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-04 09:35:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-06-04 09:35:18 +0200 |
commit | ec47c4f9326505c42af9aa9c02334f219ee7b701 (patch) | |
tree | fc8ce0c01d20aaf4882b9581d62a8ec9871a255c /HISTORY | |
parent | 25d28e7421b45c174d5ccd45ad0dc57e79c5ba37 (diff) | |
download | vdr-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-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |