summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-11 09:01:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-11 09:01:47 +0200
commitc70d62aeb44360bc0e19241534dda113db190351 (patch)
treed496ee3dfe0baab98b580824c5390b7e2c03ed4a /HISTORY
parenta4a3c637792976a33c8dba6855c8d902c9a2c3ba (diff)
downloadvdr-c70d62aeb44360bc0e19241534dda113db190351.tar.gz
vdr-c70d62aeb44360bc0e19241534dda113db190351.tar.bz2
Changed ##Lock to ##_Lock in the DEF_LIST_LOCK and USE_LIST_LOCK macros defined in tools.h
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 462cb247..150ae394 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9103,7 +9103,7 @@ Video Disk Recorder Revision History
- Fixed the locking sequence when switching between 'Now', 'Next' and 'Schedule'
in the Schedules menu.
-2017-06-10: Version 2.3.7
+2017-06-11: Version 2.3.7
- Fixed false positives when checking the locking sequence, in case of nested locks
within the same thread.
@@ -9121,3 +9121,8 @@ Video Disk Recorder Revision History
Martin Wache).
- The "Channels" menu now indicates whether a channel is encrypted ('X') or a radio
channel ('R') (thanks to Martin Wache).
+- Changed ##Lock to ##_Lock in the DEF_LIST_LOCK and USE_LIST_LOCK macros defined
+ in tools.h, so that there is no cSchedulesLock any more. The epgsearch plugin still
+ had an abandoned member of class cSchedulesLock, which, as a side effect, caused an
+ invalid lock sequence to be flagged (reported by Johann Friedrichs). In order to
+ have the compiler report such things, these macros have been changed.