summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-04 14:12:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-04 14:12:17 +0100
commit116abbe05e491b61c6cd3541e5c8db1e72122ab6 (patch)
tree77045ab0c2615389d3bc51274a029733b876c6df /HISTORY
parentc7120275206511042ddca4f56239ae5e0cb83835 (diff)
downloadvdr-116abbe05e491b61c6cd3541e5c8db1e72122ab6.tar.gz
vdr-116abbe05e491b61c6cd3541e5c8db1e72122ab6.tar.bz2
Improved cUnbufferedFile
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index efd64f9e..514b9df4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4293,3 +4293,6 @@ Video Disk Recorder Revision History
(reported by Udo Richter).
- Fixed handling the "Setup/OSD/Menu button closes" option when set to 'yes' in
case a replay is active (thanks to Udo Richter).
+- Improved cUnbufferedFile; USE_FADVISE is now defined in tools.c by default, so
+ if you don't want to use "fadvise" you need to comment out that line (thanks to
+ Artur Skawina).