summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-01 11:33:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-01 11:33:12 +0200
commitbad922e955e9109de08223dc74bb7221c61d595e (patch)
treeeacbe63d7bf32b3063595949ba8b38183fbf7b43 /HISTORY
parent23099d7ba0080ebca85be5002ef5f9c18b9b515b (diff)
downloadvdr-bad922e955e9109de08223dc74bb7221c61d595e.tar.gz
vdr-bad922e955e9109de08223dc74bb7221c61d595e.tar.bz2
Added a workaround for the broken linux-dvb driver header files
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f32238ca..278af297 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6075,7 +6075,7 @@ Video Disk Recorder Revision History
- cFrameDetector::Analyze() now syncs on the TS packet sync bytes (thanks to
Oliver Endriss for reporting broken index generation after a buffer overflow).
-2009-05-30: Version 1.7.8
+2009-06-01: Version 1.7.8
- Fixed a typo in aspect ratio 2.21:1 (reported by Reinhard Nissl).
- The name of the function cDevice::GetVideoSize() wasn't very well chosen
@@ -6115,3 +6115,5 @@ Video Disk Recorder Revision History
- Fixed a memory leak when reaching the end of a recording during replay (reported
by Reinhard Nissl).
- Fixed calling close(-1) in cUnbufferedFile::Close() (reported by Reinhard Nissl).
+- Added a workaround for the broken linux-dvb driver header files (based on a patch
+ from Tobias Grimm).