summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-20 15:25:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-20 15:25:06 +0100
commita914aed05adaa0ced56dd1bbafbaf3fb9300c0b0 (patch)
treef8e90917e7d063d1b57b51b053326f154774798c /HISTORY
parentd7d57c3d2ab37677a397ec8338daf26041439e0f (diff)
downloadvdr-a914aed05adaa0ced56dd1bbafbaf3fb9300c0b0.tar.gz
vdr-a914aed05adaa0ced56dd1bbafbaf3fb9300c0b0.tar.bz2
Fixed cUnbufferedFile::Seek() in case it is compiled without USE_FADVISE
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index cda79110..6c7863b4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6567,3 +6567,5 @@ Video Disk Recorder Revision History
- Made updating the editing marks during replay react faster in case the marks
file has just been written.
- Fixed horizontal scaling of subtitles (reported by Reinhard Nissl).
+- Fixed cUnbufferedFile::Seek() in case it is compiled without USE_FADVISE (thanks
+ to Juergen Lock).