summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-24 09:53:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-24 09:53:12 +0200
commit73fde7480a71c1f92d26c333bad06d12dd5019be (patch)
tree5b6f790b7e3df1d7ff1986040ff76f50acf59b4e /HISTORY
parent343df6266eed68ef4d3f683e383e7237c0b75cdd (diff)
downloadvdr-73fde7480a71c1f92d26c333bad06d12dd5019be.tar.gz
vdr-73fde7480a71c1f92d26c333bad06d12dd5019be.tar.bz2
Removed the signal handler and WakeUp() call from cThread
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index bd3e0a3d..c4668ff4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3063,3 +3063,5 @@ Video Disk Recorder Revision History
2 * IPACKS to avoid a buffer overflow in case a cTS2PES writes one complete
packet and then (within processing the same TS packet) wants to write another
small packet.
+- Removed the signal handler and WakeUp() call from cThread (it is no longer
+ needed).