summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-09-24 12:54:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-09-24 12:54:47 +0200
commit2d68b323c74f3ba2d03d843132ebcec1d712b982 (patch)
treee96d6e46b37c085fdab1245f7cb49bf14ba837e2 /HISTORY
parent0b8cee6f2ae4a3709cf7b5d95c716060d758a1ea (diff)
downloadvdr-2d68b323c74f3ba2d03d843132ebcec1d712b982.tar.gz
vdr-2d68b323c74f3ba2d03d843132ebcec1d712b982.tar.bz2
The function cThread::Cancel() now only sets 'running' to false and does not actually kill the thread if the special value -1 is given
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 455a6a1c..17191e00 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4930,3 +4930,8 @@ Video Disk Recorder Revision History
2006-09-23: Version 1.4.3
- Official release.
+
+2006-09-24: Version 1.4.3-1
+
+- The function cThread::Cancel() now only sets 'running' to false and does not
+ actually kill the thread if the special value -1 is given (suggested by Udo Richter).