summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-08-29 13:40:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-08-29 13:40:37 +0200
commit505574fa983b12ae872bb46f01c8782e3a15f5e1 (patch)
tree18f58253017feee55a4dda680d7518c3a5a8f3c4 /HISTORY
parent22a4f5a50431ae7ee0668f62c918c631dbb761fb (diff)
downloadvdr-505574fa983b12ae872bb46f01c8782e3a15f5e1.tar.gz
vdr-505574fa983b12ae872bb46f01c8782e3a15f5e1.tar.bz2
Added locking to the cCutter functions to avoid a crash in case CutRecording() is called from a plugin
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 87894ea6..b7a56676 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6465,7 +6465,7 @@ Video Disk Recorder Revision History
the number keys can be used to enter characters in a text input field (suggested
by Stefan Huskamp).
-2010-06-13: Version 1.7.16
+2010-08-29: Version 1.7.16
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Added missing Dtypes for ATSC (thanks to Alex Lasnier).
@@ -6474,3 +6474,5 @@ Video Disk Recorder Revision History
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Fixed the array size of Atypes in cPatFilter::Process() (thanks to
Rolf Ahrenberg).
+- Added locking to the cCutter functions to avoid a crash in case CutRecording()
+ is called from a plugin (reported by Andreas Mair).