summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-10 13:22:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-10 13:22:08 +0200
commit3e72d0cc0b5d960a6716eb72fa5e8a7355b271cb (patch)
tree741f6bdc695cc2f4bd9dd85cf6827dcff282da79 /HISTORY
parentdef0c7aaa0b79d0251758e6645c3edd03107b367 (diff)
downloadvdr-3e72d0cc0b5d960a6716eb72fa5e8a7355b271cb.tar.gz
vdr-3e72d0cc0b5d960a6716eb72fa5e8a7355b271cb.tar.bz2
Checking for NPTL at program start
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index bd0605eb..d62ef9ab 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2892,3 +2892,9 @@ Video Disk Recorder Revision History
- Modified 'libsi' to require callers to state the buffer sizes when getting
strings in order to avoid buffer overflows (thanks to Philip Lawatsch for
debugging a buffer overflow in eit.c).
+
+2004-06-10: Version 1.3.11
+
+- In order to avoid problems on NPTL systems, VDR now checks for the presence
+ of NPTL at program start, and if it is, exists and tells the user to do
+ 'export LD_ASSUME_KERNEL=2.4.1' before starting VDR.