summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-05 11:32:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-05 11:32:32 +0100
commitbc269db4fc4319885f7629dc607d86c8b6b1d98d (patch)
tree2358862ea2b0a34fc63d43672454ff54ab05e988 /HISTORY
parent645170db0ac1774882b18e7506108c2222d7fcbb (diff)
downloadvdr-bc269db4fc4319885f7629dc607d86c8b6b1d98d.tar.gz
vdr-bc269db4fc4319885f7629dc607d86c8b6b1d98d.tar.bz2
Disabled the use of fadvise in cUnbufferedFile because there have been several reports that it causes more problems than it solves
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 2b6cccb2..26e4d2e2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3963,7 +3963,7 @@ Video Disk Recorder Revision History
commands may now be executed at any time, and the message will be displayed
(no more "pending message").
-2006-01-04: Version 1.3.38
+2006-01-05: Version 1.3.38
- Fixed handling second audio and Dolby Digital PIDs for encrypted channels
(was broken in version 1.3.37).
@@ -4091,3 +4091,8 @@ Video Disk Recorder Revision History
- Removed an obsolete "Summary" text from i18n.c and preceded all key definition
texts with "Key$" to avoid duplicates (reported by Lucian Muresan).
- Added missing #include "thread.h" to dvbspu.c (reported by Gavin Hamill).
+- Disabled the use of "fadvise" in cUnbufferedFile because there have been
+ several reports that it causes more problems than it solves (suggested by
+ Petri Hintukainen). If you want to use "fadvise", you can activate the line
+ //#define USE_FADVISE
+ in tools.c.