summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-03-14 16:51:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-03-14 16:51:13 +0100
commit25154b62452926c5f558fc5f662168ddbdcd4422 (patch)
tree84d66817fbfac001cdedb6a0246c5c74acb3ed5e /HISTORY
parentfaea9fed916712f0bc1bae0ba405d4d99ac4f401 (diff)
downloadvdr-25154b62452926c5f558fc5f662168ddbdcd4422.tar.gz
vdr-25154b62452926c5f558fc5f662168ddbdcd4422.tar.bz2
Fixed a memory leak in thread handling when using NPTL
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6bd77457..f6206187 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2745,3 +2745,7 @@ Video Disk Recorder Revision History
events to timers.
- Now explicitly turning on the LNB power at startup, because newer drivers don't
do this any more (thanks to Oliver Endriss for pointing this out).
+
+2004-03-14: Version 1.3.7
+
+- Fixed a memory leak in thread handling when using NPTL (thanks to Jon Burgess).