summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-05-22 10:51:03 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-05-22 10:51:03 +0200
commitd7c07ecbfd1fe35784b809298db73ac26804085b (patch)
tree1d504cb6e2cdad3c264be410e3264101ba30f6de /HISTORY
parent7978112850497d4a4587c142923c248747aed383 (diff)
downloadvdr-d7c07ecbfd1fe35784b809298db73ac26804085b.tar.gz
vdr-d7c07ecbfd1fe35784b809298db73ac26804085b.tar.bz2
Fixed a possible race condition in cDiseqc::Execute()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 74f021d1..3dbbb38c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6607,7 +6607,7 @@ Video Disk Recorder Revision History
- Avoiding an unecessary call to Recordings.ResetResume() (thanks to Reinhard
Nissl).
-2011-05-21: Version 1.7.19
+2011-05-22: Version 1.7.19
- Fixed cString's operator=(const char *String) in case the given string is the
same as the existing one (thanks to Dirk Leber).
@@ -6621,3 +6621,6 @@ Video Disk Recorder Revision History
- The primary device is now only avoided for recording if it is an old SD full
featured card. This is done through the new function cDevice::AvoidRecording().
- Subtitle PIDs are now also decrypted (thanks to Reinhard Nissl).
+- Fixed a possible race condition in cDiseqc::Execute() (reported by Marco Göbenich).
+ The return value of cDiseqcs::Get() is now const, so plugin authors may need to
+ adjust their code if they use this function.