Fixed the locking sequence when switching between 'Now', 'Next' and 'Schedule' in the Schedules menu

This commit is contained in:
Klaus Schmidinger
2017-06-04 09:35:18 +02:00
parent 25d28e7421
commit ec47c4f932
2 changed files with 31 additions and 22 deletions

View File

@@ -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.