summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-10-14 10:46:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-10-14 10:46:19 +0200
commit3a9deab56cf59a7620cf6e46411bcb4dd3e79f87 (patch)
tree018290cd52f19aa18fe767ff01ad7f6a0821dfce /HISTORY
parent93d2941ebe777550559b4c27bfc3b04806d684f7 (diff)
downloadvdr-3a9deab56cf59a7620cf6e46411bcb4dd3e79f87.tar.gz
vdr-3a9deab56cf59a7620cf6e46411bcb4dd3e79f87.tar.bz2
cRemote::PutMacro() now sets a lock while it expands the macro
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 32606cda..c5418d8a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4964,3 +4964,5 @@ Video Disk Recorder Revision History
avoid problems if the queue is not empty at that time (based on a patch from
Petri Hintukainen).
- cKeyMacro now has an explicit counter for the number of keys it contains.
+- cRemote::PutMacro() now sets a lock while it expands the macro (thanks to
+ Petri Hintukainen).